Searched refs:symtable_enter_block (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Python/
H A Dsymtable.c170 static int symtable_enter_block(struct symtable *st, identifier name,
272 !symtable_enter_block(st, top, ModuleBlock, (void *)mod, 0, 0)) {
915 /* symtable_enter_block() gets a reference via ste_new.
937 symtable_enter_block(struct symtable *st, identifier name, _Py_block_ty block, function
1148 if (!symtable_enter_block(st, s->v.FunctionDef.name,
1165 if (!symtable_enter_block(st, s->v.ClassDef.name, ClassBlock,
1361 if (!symtable_enter_block(st, s->v.AsyncFunctionDef.name,
1412 if (!symtable_enter_block(st, lambda,
1731 !symtable_enter_block(st, scope_name, FunctionBlock, (void *)e,
/external/python/cpython2/Python/
H A Dsymtable.c166 static int symtable_enter_block(struct symtable *st, identifier name,
230 !symtable_enter_block(st, top, ModuleBlock, (void *)mod, 0)) {
813 /* symtable_enter_block() gets a reference via ste_new.
838 symtable_enter_block(struct symtable *st, identifier name, _Py_block_ty block, function
1011 if (!symtable_enter_block(st, s->v.FunctionDef.name,
1026 if (!symtable_enter_block(st, s->v.ClassDef.name, ClassBlock,
1202 if (!symtable_enter_block(st, lambda,
1509 !symtable_enter_block(st, scope_name, FunctionBlock, (void *)e, 0)) {

Completed in 488 milliseconds