Home
last modified time | relevance | path

Searched refs:ImportFrom_kind (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dfuture.c20 assert(s->kind == ImportFrom_kind); in future_check_features()
94 if (s->kind == ImportFrom_kind) { in future_parse()
Dsymtable.c1115 case ImportFrom_kind: in symtable_visit_stmt()
DPython-ast.c1358 p->kind = ImportFrom_kind; in ImportFrom()
2462 case ImportFrom_kind: in ast2obj_stmt()
Dcompile.c2162 case ImportFrom_kind: in compiler_visit_stmt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dfuture.c20 assert(s->kind == ImportFrom_kind); in future_check_features()
87 if (s->kind == ImportFrom_kind) { in future_parse()
Dsymtable.c1117 case ImportFrom_kind: in symtable_visit_stmt()
DPython-ast.c1375 p->kind = ImportFrom_kind; in ImportFrom()
2479 case ImportFrom_kind: in ast2obj_stmt()
Dcompile.c2182 case ImportFrom_kind: in compiler_visit_stmt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython-ast.h66 Assert_kind=15, Import_kind=16, ImportFrom_kind=17, enumerator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h66 Assert_kind=15, Import_kind=16, ImportFrom_kind=17, enumerator