Home
last modified time | relevance | path

Searched refs:DELETE_ATTR (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h94 #define DELETE_ATTR 96 /* "" */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h94 #define DELETE_ATTR 96 /* "" */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c807 case DELETE_ATTR: in opcode_stack_effect()
3070 ADDOP_NAME(c, DELETE_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr()
Dceval.c2010 case DELETE_ATTR: in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c830 case DELETE_ATTR: in opcode_stack_effect()
3090 ADDOP_NAME(c, DELETE_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr()
Dceval.c2021 case DELETE_ATTR: in PyEval_EvalFrameEx()