Searched refs:cp_build_parm_decl (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/gcc/gcc/cp/ |
H A D | decl2.c | 137 cp_build_parm_decl (tree name, tree type) in cp_build_parm_decl() function 153 tree parm = cp_build_parm_decl (name, type); in build_artificial_parm() 2472 initialize_p_decl = cp_build_parm_decl in start_static_storage_duration_function() 2476 priority_decl = cp_build_parm_decl in start_static_storage_duration_function()
|
H A D | method.c | 1085 DECL_ARGUMENTS (fn) = cp_build_parm_decl (NULL_TREE, rhs_parm_type); in implicitly_declare_fn()
|
H A D | decl.c | 5624 parmdecl = cp_build_parm_decl (NULL_TREE, ptr_type_node); in start_cleanup_fn() 8175 tree decl = cp_build_parm_decl (NULL_TREE, TREE_VALUE (args)); in grokdeclarator() 8324 decl = cp_build_parm_decl (unqualified_id, type); in grokdeclarator()
|
H A D | cp-tree.h | 4002 extern tree cp_build_parm_decl (tree, tree);
|
H A D | ChangeLog-2002 | 191 grok_x_components, cp_build_parm_decl, build_artificial_parm, 2140 * decl2.c (cp_build_parm_decl): New fn.
|
H A D | ChangeLog-2003 | 2125 * decl2.c (cp_build_parm_decl): Do not set DECL_ARG_TYPE in
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | decl2.c | 228 cp_build_parm_decl (name, type) in cp_build_parm_decl() function 245 tree parm = cp_build_parm_decl (name, type); 2326 initialize_p_decl = cp_build_parm_decl in start_static_storage_duration_function() 2330 priority_decl = cp_build_parm_decl in start_static_storage_duration_function()
|
H A D | decl.c | 9274 parmdecl = cp_build_parm_decl (NULL_TREE, ptr_type_node); in start_cleanup_fn() 12160 tree decl = cp_build_parm_decl (NULL_TREE, TREE_VALUE (args)); 12301 decl = cp_build_parm_decl (declarator, type);
|
H A D | cp-tree.h | 3927 extern tree cp_build_parm_decl PARAMS ((tree, tree));
|
H A D | ChangeLog | 3543 * decl2.c (cp_build_parm_decl): New fn.
|