Searched refs:VISIT_SEQ_WITH_NULL (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Python/ |
D | symtable.c | 1077 #define VISIT_SEQ_WITH_NULL(ST, TYPE, SEQ) { \ macro 1125 VISIT_SEQ_WITH_NULL(st, expr, s->v.FunctionDef.args->kw_defaults); in symtable_visit_stmt() 1341 VISIT_SEQ_WITH_NULL(st, expr, in symtable_visit_stmt() 1398 VISIT_SEQ_WITH_NULL(st, expr, e->v.Lambda.args->kw_defaults); in symtable_visit_expr() 1415 VISIT_SEQ_WITH_NULL(st, expr, e->v.Dict.keys); in symtable_visit_expr() 1457 VISIT_SEQ_WITH_NULL(st, keyword, e->v.Call.keywords); in symtable_visit_expr()
|