Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dmethod.c539 tree parm = FUNCTION_FIRST_USER_PARM (fndecl);
1051 TREE_USED (FUNCTION_FIRST_USER_PARM (fn)) = 1;
H A Dcp-tree.h1091 #define FUNCTION_FIRST_USER_PARM(NODE) \ macro
H A DChangeLog8978 (FUNCTION_FIRST_USER_PARMTYPE, FUNCTION_FIRST_USER_PARM): New macros.
8990 (do_build_copy_constructor): Use FUNCTION_FIRST_USER_PARM.
/openbsd/gnu/gcc/gcc/cp/
H A Dmethod.c537 tree parm = FUNCTION_FIRST_USER_PARM (fndecl); in do_build_copy_constructor()
H A Dcxx-pretty-print.c1218 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.