Searched refs:VISIT_QUIT (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Python/ |
D | symtable.c | 1110 #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 …]
|