Searched refs:ste_type (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Python/ |
D | symtable.c | 86 ste->ste_type = block; in ste_new() 100 st->st_cur->ste_type == FunctionBlock)) in ste_new() 158 {"type", T_INT, OFF(ste_type), READONLY}, 790 if (ste->ste_type == ClassBlock) { in analyze_block() 813 if (ste->ste_type != ClassBlock) { in analyze_block() 815 if (ste->ste_type == FunctionBlock) { in analyze_block() 870 if (ste->ste_type == FunctionBlock && !analyze_cells(scopes, newfree)) in analyze_block() 872 else if (ste->ste_type == ClassBlock && !drop_class_free(ste, newfree)) in analyze_block() 876 ste->ste_type == ClassBlock)) in analyze_block() 1514 if (ste->ste_type == FunctionBlock) { in symtable_extend_namedexpr_scope() [all …]
|
D | compile.c | 74 && (c->u->u_ste->ste_type == ModuleBlock)) 2990 if (c->u->u_ste->ste_type != FunctionBlock) in compiler_return() 3713 if (c->u->u_ste->ste_type == FunctionBlock) in compiler_nameop() 3717 if (c->u->u_ste->ste_type == FunctionBlock) in compiler_nameop() 3735 op = (c->u->u_ste->ste_type == ClassBlock) ? LOAD_CLASSDEREF : LOAD_DEREF; in compiler_nameop() 5214 if (c->u->u_ste->ste_type != FunctionBlock) in compiler_visit_expr1() 5225 if (c->u->u_ste->ste_type != FunctionBlock) in compiler_visit_expr1() 5238 if (c->u->u_ste->ste_type != FunctionBlock){ in compiler_visit_expr1() 6835 if (ste->ste_type == FunctionBlock) { in compute_code_flags()
|
/external/python/cpython2/Python/ |
D | symtable.c | 57 ste->ste_type = block; in ste_new() 69 st->st_cur->ste_type == FunctionBlock)) in ste_new() 118 {"type", T_INT, OFF(ste_type), READONLY}, 488 if (ste->ste_type != FunctionBlock || !ste->ste_unoptimized in check_unoptimized() 661 if (ste->ste_type == ClassBlock) { in analyze_block() 676 if (ste->ste_type != ClassBlock) { in analyze_block() 677 if (ste->ste_type == FunctionBlock) { in analyze_block() 712 if (ste->ste_type == FunctionBlock && !analyze_cells(scope, newfree)) in analyze_block() 715 ste->ste_type == ClassBlock)) in analyze_block() 1429 if (st->st_cur->ste_type != ModuleBlock && in symtable_visit_alias()
|
D | compile.c | 2089 if (c->u->u_ste->ste_type != FunctionBlock) in compiler_visit_stmt() 2341 if (c->u->u_ste->ste_type == FunctionBlock) in compiler_nameop() 2345 if (c->u->u_ste->ste_type == FunctionBlock && in compiler_nameop() 3010 if (c->u->u_ste->ste_type != FunctionBlock) in compiler_visit_expr() 3771 if (ste->ste_type != ModuleBlock) in compute_code_flags() 3773 if (ste->ste_type == FunctionBlock) { in compute_code_flags()
|
/external/python/cpython2/Include/ |
D | symtable.h | 32 _Py_block_ty ste_type; /* module, class, or function */ member
|
/external/python/cpython3/Include/internal/ |
D | pycore_symtable.h | 52 _Py_block_ty ste_type; /* module, class or function */ member
|
/external/python/cpython3/Doc/data/ |
D | python3.10.abi | 18108 …<var-decl name='ste_type' type-id='type-id-821' visibility='default' filepath='./Include/internal/…
|