Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dmethod.c539 tree parm = FUNCTION_FIRST_USER_PARM (fndecl); in do_build_copy_constructor()
H A Dcxx-pretty-print.c1222 tree args = TYPE_P (t) ? NULL : FUNCTION_FIRST_USER_PARM (t); in pp_cxx_parameter_declaration_clause()
H A Dcp-tree.h944 #define FUNCTION_FIRST_USER_PARM(NODE) \ macro
H A DChangeLog-20013001 (FUNCTION_FIRST_USER_PARMTYPE, FUNCTION_FIRST_USER_PARM): New macros.
3013 (do_build_copy_constructor): Use FUNCTION_FIRST_USER_PARM.