Home
last modified time | relevance | path

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

/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/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.c1002 case FunctionDef_kind: in symtable_visit_stmt()
Dcompile.c1370 assert(s->kind == FunctionDef_kind); in compiler_function()
2101 case FunctionDef_kind: in compiler_visit_stmt()
DPython-ast.c1041 p->kind = FunctionDef_kind; in FunctionDef()
2182 case FunctionDef_kind: in ast2obj_stmt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dsymtable.c1004 case FunctionDef_kind: in symtable_visit_stmt()
Dcompile.c1393 assert(s->kind == FunctionDef_kind); in compiler_function()
2121 case FunctionDef_kind: in compiler_visit_stmt()
DPython-ast.c1058 p->kind = FunctionDef_kind; in FunctionDef()
2199 case FunctionDef_kind: in ast2obj_stmt()