Home
last modified time | relevance | path

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

/external/python/cpython3/Parser/
Dpegen.h104 } SlashWithDefault; typedef
276 SlashWithDefault *_PyPegen_slash_with_default(Parser *, asdl_arg_seq *, asdl_seq *);
278 arguments_ty _PyPegen_make_arguments(Parser *, asdl_arg_seq *, SlashWithDefault *,
Dpegen.c1970 SlashWithDefault *
1973 SlashWithDefault *a = _PyArena_Malloc(p->arena, sizeof(SlashWithDefault)); in _PyPegen_slash_with_default()
2050 SlashWithDefault *slash_with_default, in _make_posonlyargs()
2099 SlashWithDefault *slash_with_default, in _make_posdefaults()
2161 SlashWithDefault *slash_with_default, asdl_arg_seq *plain_names, in _PyPegen_make_arguments()
Dparser.c586 static SlashWithDefault* slash_with_default_rule(Parser *p);
612 static SlashWithDefault* lambda_slash_with_default_rule(Parser *p);
9004 SlashWithDefault* a; in parameters_rule()
9197 static SlashWithDefault*
9208 SlashWithDefault* _res = NULL; in slash_with_default_rule()
11201 SlashWithDefault* a; in lambda_parameters_rule()
11396 static SlashWithDefault*
11407 SlashWithDefault* _res = NULL; in lambda_slash_with_default_rule()
19697 SlashWithDefault* a; in invalid_parameters_helper_rule()
19813 SlashWithDefault* a; in invalid_lambda_parameters_helper_rule()
/external/python/cpython3/Grammar/
Dpython.gram442 slash_with_default[SlashWithDefault*]:
562 lambda_slash_with_default[SlashWithDefault*]: