Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsymtable.c168 static int symtable_exit_block(struct symtable *st, void *ast);
262 if (!symtable_exit_block(st, (void *)mod)) { in PySymtable_Build()
271 (void) symtable_exit_block(st, (void *)mod); in PySymtable_Build()
819 symtable_exit_block(struct symtable *st, void *ast) in symtable_exit_block() function
952 symtable_exit_block((ST), (S)); \
972 symtable_exit_block((ST), (S)); \
994 symtable_exit_block((ST), (S)); \
1016 if (!symtable_exit_block(st, s)) in symtable_visit_stmt()
1033 if (!symtable_exit_block(st, s)) in symtable_visit_stmt()
1207 if (!symtable_exit_block(st, (void *)e)) in symtable_visit_expr()
[all …]