HomeSort by relevance Sort by last modified time
    Searched refs:ste_type (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
symtable.h 32 _Py_block_ty ste_type; /* module, class, or function */ member in struct:_symtable_entry
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
symtable.h 32 _Py_block_ty ste_type; /* module, class, or function */ member in struct:_symtable_entry
  /external/python/cpython2/Include/
symtable.h 32 _Py_block_ty ste_type; /* module, class, or function */ member in struct:_symtable_entry
  /external/python/cpython3/Include/
symtable.h 45 _Py_block_ty ste_type; /* module, class, or function */ member in struct:_symtable_entry
  /external/python/cpython3/Python/
symtable.c 65 ste->ste_type = block;
77 st->st_cur->ste_type == FunctionBlock))
132 {"type", T_INT, OFF(ste_type), READONLY},
749 if (ste->ste_type == ClassBlock) {
772 if (ste->ste_type != ClassBlock) {
774 if (ste->ste_type == FunctionBlock) {
829 if (ste->ste_type == FunctionBlock && !analyze_cells(scopes, newfree))
831 else if (ste->ste_type == ClassBlock && !drop_class_free(ste, newfree))
835 ste->ste_type == ClassBlock))
    [all...]
compile.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
symtable.c 57 ste->ste_type = block;
69 st->st_cur->ste_type == FunctionBlock))
118 {"type", T_INT, OFF(ste_type), READONLY},
486 if (ste->ste_type != FunctionBlock || !ste->ste_unoptimized
659 if (ste->ste_type == ClassBlock) {
674 if (ste->ste_type != ClassBlock) {
675 if (ste->ste_type == FunctionBlock) {
710 if (ste->ste_type == FunctionBlock && !analyze_cells(scope, newfree))
713 ste->ste_type == ClassBlock))
    [all...]
compile.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
symtable.c 55 ste->ste_type = block;
67 st->st_cur->ste_type == FunctionBlock))
116 {"type", T_INT, OFF(ste_type), READONLY},
484 if (ste->ste_type != FunctionBlock || !ste->ste_unoptimized
657 if (ste->ste_type == ClassBlock) {
672 if (ste->ste_type != ClassBlock) {
673 if (ste->ste_type == FunctionBlock) {
708 if (ste->ste_type == FunctionBlock && !analyze_cells(scope, newfree))
711 ste->ste_type == ClassBlock))
    [all...]
compile.c     [all...]
  /external/python/cpython2/Python/
symtable.c 57 ste->ste_type = block;
69 st->st_cur->ste_type == FunctionBlock))
118 {"type", T_INT, OFF(ste_type), READONLY},
488 if (ste->ste_type != FunctionBlock || !ste->ste_unoptimized
661 if (ste->ste_type == ClassBlock) {
676 if (ste->ste_type != ClassBlock) {
677 if (ste->ste_type == FunctionBlock) {
712 if (ste->ste_type == FunctionBlock && !analyze_cells(scope, newfree))
715 ste->ste_type == ClassBlock))
    [all...]
compile.c     [all...]

Completed in 1185 milliseconds