Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython-ast.h315 enum _slice_kind {Ellipsis_kind=1, Slice_kind=2, ExtSlice_kind=3, Index_kind=4}; enumerator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h315 enum _slice_kind {Ellipsis_kind=1, Slice_kind=2, ExtSlice_kind=3, Index_kind=4}; enumerator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c3262 assert(s->kind == Slice_kind); in compiler_slice()
3346 case Slice_kind: in compiler_visit_nested_slice()
3377 case Slice_kind: in compiler_visit_slice()
Dsymtable.c1457 case Slice_kind: in symtable_visit_slice()
DPython-ast.c1985 p->kind = Slice_kind; in Slice()
2957 case Slice_kind: in ast2obj_slice()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c3282 assert(s->kind == Slice_kind); in compiler_slice()
3366 case Slice_kind: in compiler_visit_nested_slice()
3397 case Slice_kind: in compiler_visit_slice()
Dsymtable.c1459 case Slice_kind: in symtable_visit_slice()
DPython-ast.c2002 p->kind = Slice_kind; in Slice()
2974 case Slice_kind: in ast2obj_slice()