Searched refs:compiler_addop_j (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | compile.c | 156 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/ |
D | compile.c | 173 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)) \
|