Home
last modified time | relevance | path

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

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