Searched refs:cp_apply_type_quals_to_decl (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c5521 cp_apply_type_quals_to_decl (cp_type_quals (type), decl);
5789 cp_apply_type_quals_to_decl (cp_type_quals (TREE_TYPE (decl)), decl);
7593 cp_apply_type_quals_to_decl (cp_type_quals (type), decl);
9385 cp_apply_type_quals_to_decl (this_quals, parm);
13881 cp_apply_type_quals_to_decl (type_quals, decl);
16332 cp_apply_type_quals_to_decl (cp_type_quals (restype), resdecl);
17496 cp_apply_type_quals_to_decl (cp_type_quals (type), var);
H A Ddecl2.c812 to do the right thing in cp_apply_type_quals_to_decl, possibly
815 cp_apply_type_quals_to_decl (cp_type_quals (type), decl);
H A Dsemantics.c3006 cp_apply_type_quals_to_decl (cp_type_quals (type), decl);
10256 cp_apply_type_quals_to_decl (cp_type_quals (return_type),
H A Dpt.c14383 cp_apply_type_quals_to_decl (cp_type_quals (type), r);
14466 cp_apply_type_quals_to_decl (cp_type_quals (type), r);
14755 cp_apply_type_quals_to_decl (cp_type_quals (type), r);
19075 cp_apply_type_quals_to_decl (cp_type_quals (type), field);
H A Dcp-tree.h7670 extern void cp_apply_type_quals_to_decl (int, tree);
H A Dtypeck.c10505 cp_apply_type_quals_to_decl (int type_quals, tree decl)
10489 cp_apply_type_quals_to_decl (int type_quals, tree decl) function
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc5869 cp_apply_type_quals_to_decl (cp_type_quals (type), decl);
6162 cp_apply_type_quals_to_decl (cp_type_quals (TREE_TYPE (decl)), decl);
8185 cp_apply_type_quals_to_decl (cp_type_quals (type), decl);
10013 cp_apply_type_quals_to_decl (this_quals, parm);
14623 cp_apply_type_quals_to_decl (type_quals, decl);
17169 cp_apply_type_quals_to_decl (cp_type_quals (restype), resdecl);
18340 cp_apply_type_quals_to_decl (cp_type_quals (type), var);
H A Ddecl2.cc944 to do the right thing in cp_apply_type_quals_to_decl, possibly
947 cp_apply_type_quals_to_decl (cp_type_quals (type), decl);
H A Dsemantics.cc3305 cp_apply_type_quals_to_decl (cp_type_quals (type), decl);
12243 cp_apply_type_quals_to_decl (cp_type_quals (return_type),
H A Dpt.cc14801 cp_apply_type_quals_to_decl (cp_type_quals (type), r);
14885 cp_apply_type_quals_to_decl (cp_type_quals (type), r);
15164 cp_apply_type_quals_to_decl (cp_type_quals (type), r);
19749 cp_apply_type_quals_to_decl (cp_type_quals (type), field);
H A Dcp-tree.h8082 extern void cp_apply_type_quals_to_decl (int, tree);
H A Dtypeck.cc11112 cp_apply_type_quals_to_decl (int type_quals, tree decl)
11096 cp_apply_type_quals_to_decl (int type_quals, tree decl) function

Completed in 868 milliseconds