Searched refs:compiler_addop_name (Results 1 – 2 of 2) sorted by relevance
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
| D | compile.c | 1002 compiler_addop_name(struct compiler *c, int opcode, PyObject *dict, in compiler_addop_name() function 1097 if (!compiler_addop_name((C), (OP), (C)->u->u_ ## TYPE, (O))) \
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
| D | compile.c | 1025 compiler_addop_name(struct compiler *c, int opcode, PyObject *dict, in compiler_addop_name() function 1120 if (!compiler_addop_name((C), (OP), (C)->u->u_ ## TYPE, (O))) \
|