Searched refs:fpdef (Results 1 – 9 of 9) sorted by relevance
27 varargslist: ((fpdef ['=' test] ',')*29 fpdef ['=' test] (',' fpdef ['=' test])* [','])30 fpdef: NAME | '(' fplist ')'31 fplist: fpdef (',' fpdef)* [',']
12 #define fpdef 265 macro
22 fpdef = 265 variable
638 assert(TYPE(fpdef_node) == fpdef); in compiler_complex_args()645 assert(TYPE(fpdef_node) == fpdef); in compiler_complex_args()684 if (TYPE(ch) == fpdef) in ast_for_arguments()705 case fpdef: { in ast_for_arguments()749 assert(TYPE(ch) == fpdef); in ast_for_arguments()
917 VALIDATER(fpdef); VALIDATER(fplist);1250 else if (sym == fpdef) { in validate_varargslist()1454 int res = validate_ntype(tree, fpdef); in validate_fpdef()
946 VALIDATER(fpdef); VALIDATER(fplist);1279 else if (sym == fpdef) { in validate_varargslist()1483 int res = validate_ntype(tree, fpdef); in validate_fpdef()
336 def fpdef(self, nodelist): member in Transformer