Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython-ast.h64 For_kind=8, While_kind=9, If_kind=10, With_kind=11, enumerator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h64 For_kind=8, While_kind=9, If_kind=10, With_kind=11, enumerator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dsymtable.c1077 case If_kind: in symtable_visit_stmt()
Dcompile.c1590 assert(s->kind == If_kind); in compiler_if()
2136 case If_kind: in compiler_visit_stmt()
DPython-ast.c1235 p->kind = If_kind; in If()
2347 case If_kind: in ast2obj_stmt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dsymtable.c1079 case If_kind: in symtable_visit_stmt()
Dcompile.c1613 assert(s->kind == If_kind); in compiler_if()
2156 case If_kind: in compiler_visit_stmt()
DPython-ast.c1252 p->kind = If_kind; in If()
2364 case If_kind: in ast2obj_stmt()