Home
last modified time | relevance | path

Searched refs:get_qualified_type (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.cc5575 get_qualified_type (tree type, int type_quals) in get_qualified_type() function
5612 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()
Dtree.h4783 extern tree get_qualified_type (tree, int);
Ddwarf2out.cc13657 qualified_type = get_qualified_type (type, cv_quals); in modified_type_die()
DChangeLog-200125164 * tree.h (get_qualified_type): New function.
25166 * tree.c (get_qualified_type): New function.
DChangeLog-200310932 * tree.c (get_qualified_type): Also check that the attributes match.
DChangeLog-20029790 * tree.c (get_qualified_type): Add TYPE_CONTEXT check.
DChangeLog-201930233 * tree.c (get_qualified_type): Put found type variants at the
DChangeLog-200440513 (get_qualified_type): Use it. If type already has the desired
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-20011047 * tree.c (cp_build_qualified_type_real): Use get_qualified_type.