Home
last modified time | relevance | path

Searched refs:cp_build_parm_decl (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Ddecl2.c137 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 Dmethod.c1085 DECL_ARGUMENTS (fn) = cp_build_parm_decl (NULL_TREE, rhs_parm_type); in implicitly_declare_fn()
H A Ddecl.c5624 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 Dcp-tree.h4002 extern tree cp_build_parm_decl (tree, tree);
H A DChangeLog-2002191 grok_x_components, cp_build_parm_decl, build_artificial_parm,
2140 * decl2.c (cp_build_parm_decl): New fn.
H A DChangeLog-20032125 * decl2.c (cp_build_parm_decl): Do not set DECL_ARG_TYPE in
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl2.c228 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 Ddecl.c9274 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 Dcp-tree.h3927 extern tree cp_build_parm_decl PARAMS ((tree, tree));
H A DChangeLog3543 * decl2.c (cp_build_parm_decl): New fn.