Searched refs:fpdef (Results 1 – 7 of 7) 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
111 : fpdef (ASSIGN test)?114 fpdef120 : fpdef (options {greedy=true;}:COMMA fpdef)* (COMMA)?
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()
988 VALIDATER(fpdef); VALIDATER(fplist);1321 else if (sym == fpdef) { in validate_varargslist()1525 int res = validate_ntype(tree, fpdef); in validate_fpdef()
336 def fpdef(self, nodelist): member in Transformer