Searched refs:get_qualified_type (Results 1 – 9 of 9) sorted by relevance
5575 get_qualified_type (tree type, int type_quals) in get_qualified_type() function5612 t = get_qualified_type (type, type_quals); in build_qualified_type()9239 if ((t = get_qualified_type (type, TYPE_QUAL_ATOMIC))) in build_atomic_base()
4783 extern tree get_qualified_type (tree, int);
13657 qualified_type = get_qualified_type (type, cv_quals); in modified_type_die()
25164 * tree.h (get_qualified_type): New function.25166 * tree.c (get_qualified_type): New function.
10932 * tree.c (get_qualified_type): Also check that the attributes match.
9790 * tree.c (get_qualified_type): Add TYPE_CONTEXT check.
30233 * tree.c (get_qualified_type): Put found type variants at the
40513 (get_qualified_type): Use it. If type already has the desired
1047 * tree.c (cp_build_qualified_type_real): Use get_qualified_type.