Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDtree.c3837 get_qualified_type (tree type, int type_quals) in get_qualified_type() function
3863 t = get_qualified_type (type, type_quals); in build_qualified_type()
HDtree.h3841 extern tree get_qualified_type (tree, int);
HDdwarf2out.c8481 = get_qualified_type (type, in modified_type_die()
HDChangeLog-200125164 * tree.h (get_qualified_type): New function.
25166 * tree.c (get_qualified_type): New function.
HDChangeLog-20029790 * tree.c (get_qualified_type): Add TYPE_CONTEXT check.
HDChangeLog-200310932 * tree.c (get_qualified_type): Also check that the attributes match.
HDChangeLog-200440513 (get_qualified_type): Use it. If type already has the desired
/NextBSD/contrib/gcc/cp/
HDChangeLog-20011047 * tree.c (cp_build_qualified_type_real): Use get_qualified_type.