Home
last modified time | relevance | path

Searched refs:ClassDef_kind (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h62 enum _stmt_kind {FunctionDef_kind=1, ClassDef_kind=2, Return_kind=3, enumerator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython-ast.h62 enum _stmt_kind {FunctionDef_kind=1, ClassDef_kind=2, Return_kind=3, enumerator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dsymtable.c1017 case ClassDef_kind: { in symtable_visit_stmt()
DPython-ast.c1064 p->kind = ClassDef_kind; in ClassDef()
2208 case ClassDef_kind: in ast2obj_stmt()
Dcompile.c2103 case ClassDef_kind: in compiler_visit_stmt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dsymtable.c1019 case ClassDef_kind: { in symtable_visit_stmt()
DPython-ast.c1081 p->kind = ClassDef_kind; in ClassDef()
2225 case ClassDef_kind: in ast2obj_stmt()
Dcompile.c2123 case ClassDef_kind: in compiler_visit_stmt()