Home
last modified time | relevance | path

Searched defs:current_function_parms (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl.c10451 check_function_type (tree decl, tree current_function_parms) in check_function_type()
10508 tree current_function_parms; in start_preparsed_function() local
10895 store_parm_decls (tree current_function_parms) in store_parm_decls()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c14252 check_function_type (decl, current_function_parms) in check_function_type() argument
14321 tree current_function_parms; local
14673 store_parm_decls (current_function_parms) in store_parm_decls() argument
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-decl.c96 static tree current_function_parms; variable