Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c156 static int compiler_addop_j(struct compiler *, int, basicblock *, int);
1019 compiler_addop_j(struct compiler *c, int opcode, basicblock *b, int absolute) in compiler_addop_j() function
1098 if (!compiler_addop_j((C), (OP), (O), 1)) \
1103 if (!compiler_addop_j((C), (OP), (O), 0)) \
/external/python/cpython3/Python/
Dcompile.c173 static int compiler_addop_j(struct compiler *, int, basicblock *, int);
1246 compiler_addop_j(struct compiler *c, int opcode, basicblock *b, int absolute) in compiler_addop_j() function
1315 if (!compiler_addop_j((C), (OP), (O), 1)) \
1320 if (!compiler_addop_j((C), (OP), (O), 0)) \