Home
last modified time | relevance | path

Searched refs:symtable_exit_block (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dsymtable.c169 static int symtable_exit_block(struct symtable *st, void *ast);
264 if (!symtable_exit_block(st, (void *)mod)) { in PySymtable_Build()
273 (void) symtable_exit_block(st, (void *)mod); in PySymtable_Build()
825 symtable_exit_block(struct symtable *st, void *ast) in symtable_exit_block() function
958 symtable_exit_block((ST), (S)); \
978 symtable_exit_block((ST), (S)); \
1000 symtable_exit_block((ST), (S)); \
1022 if (!symtable_exit_block(st, s)) in symtable_visit_stmt()
1039 if (!symtable_exit_block(st, s)) in symtable_visit_stmt()
1213 if (!symtable_exit_block(st, (void *)e)) in symtable_visit_expr()
[all …]
/external/python/cpython3/Python/
Dsymtable.c193 static int symtable_exit_block(struct symtable *st);
325 if (!symtable_exit_block(st)) { in PySymtable_BuildObject()
343 (void) symtable_exit_block(st); in PySymtable_BuildObject()
952 symtable_exit_block(struct symtable *st) in symtable_exit_block() function
1197 if (!symtable_exit_block(st)) in symtable_visit_stmt()
1215 if (!symtable_exit_block(st)) in symtable_visit_stmt()
1416 if (!symtable_exit_block(st)) in symtable_visit_stmt()
1563 if (!symtable_exit_block(st)) in symtable_visit_expr()
1876 symtable_exit_block(st); in symtable_handle_comprehension()
1898 symtable_exit_block(st); in symtable_handle_comprehension()
[all …]