Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dsymtable.c1110 #define VISIT_QUIT(ST, X) \ macro
1115 VISIT_QUIT((ST), 0);
1123 VISIT_QUIT((ST), 0); \
1133 VISIT_QUIT((ST), 0); \
1144 VISIT_QUIT((ST), 0); \
1176 VISIT_QUIT(st, 0); in symtable_visit_stmt()
1181 VISIT_QUIT(st, 0); in symtable_visit_stmt()
1188 VISIT_QUIT(st, 0); in symtable_visit_stmt()
1194 VISIT_QUIT(st, 0); in symtable_visit_stmt()
1198 VISIT_QUIT(st, 0); in symtable_visit_stmt()
[all …]