Home
last modified time | relevance | path

Searched refs:SlashWithDefault (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Parser/
H A Dpegen.h106 } SlashWithDefault; typedef
305 SlashWithDefault *_PyPegen_slash_with_default(Parser *, asdl_arg_seq *, asdl_seq *);
307 arguments_ty _PyPegen_make_arguments(Parser *, asdl_arg_seq *, SlashWithDefault *,
H A Daction_helpers.c490 /* Constructs a SlashWithDefault */
491 SlashWithDefault *
494 SlashWithDefault *a = _PyArena_Malloc(p->arena, sizeof(SlashWithDefault)); in _PyPegen_slash_with_default()
571 SlashWithDefault *slash_with_default, in _make_posonlyargs()
620 SlashWithDefault *slash_with_default, in _make_posdefaults()
682 SlashWithDefault *slash_with_default, asdl_arg_seq *plain_names, in _PyPegen_make_arguments()
H A Dparser.c598 static SlashWithDefault* slash_with_default_rule(Parser *p);
699 static SlashWithDefault* lambda_slash_with_default_rule(Parser *p);
4658 SlashWithDefault* a; in parameters_rule()
4851 static SlashWithDefault*
4862 SlashWithDefault* _res = NULL; in slash_with_default_rule()
14680 SlashWithDefault* a; in lambda_parameters_rule()
14875 static SlashWithDefault*
14886 SlashWithDefault* _res = NULL; in lambda_slash_with_default_rule()
20743 SlashWithDefault* a; in invalid_parameters_helper_rule()
21028 SlashWithDefault* in invalid_lambda_parameters_helper_rule()
[all...]

Completed in 34 milliseconds