Home
last modified time | relevance | path

Searched refs:compiler_addop (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dcompile.c153 static int compiler_addop(struct compiler *, int);
924 compiler_addop(struct compiler *c, int opcode) in compiler_addop() function
1062 if (!compiler_addop((C), (OP))) \
1067 if (!compiler_addop((C), (OP))) { \
/external/python/cpython3/Python/
Dcompile.c170 static int compiler_addop(struct compiler *, int);
1136 compiler_addop(struct compiler *c, int opcode) in compiler_addop() function
1279 if (!compiler_addop((C), (OP))) \
1284 if (!compiler_addop((C), (OP))) { \