Home
last modified time | relevance | path

Searched refs:check_qualified_type (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.cc5544 check_qualified_type (const_tree cand, const_tree base, int type_quals) in check_qualified_type() function
5581 if (check_qualified_type (mv, type, type_quals)) in get_qualified_type()
5588 if (check_qualified_type (*tp, type, type_quals)) in get_qualified_type()
10117 && check_qualified_type (cand, t, TYPE_QUALS (t))) in build_opaque_vector_type()
H A Dtree.h4777 extern bool check_qualified_type (const_tree, const_tree, int);
H A DChangeLog-200713949 is_attribute_with_length_p, is_attribute_p, check_qualified_type,
13962 is_attribute_p, check_qualified_type, expr_align,
H A DChangeLog-20167099 (check_qualified_type, check_aligned_type): Call it.
7116 (check_qualified_type): Use it.
H A DChangeLog-200828177 * tree.c (check_qualified_type): Improve function description.
H A DChangeLog-201015132 * tree.c (check_qualified_type): Also compare TYPE_ALIGN.
H A DChangeLog-200440512 * tree.c (check_qualified_type): New fn.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.c6541 check_qualified_type (const_tree cand, const_tree base, int type_quals) in check_qualified_type() function
6575 if (check_qualified_type (mv, type, type_quals)) in get_qualified_type()
6582 if (check_qualified_type (*tp, type, type_quals)) in get_qualified_type()
10999 && check_qualified_type (cand, t, TYPE_QUALS (t))) in build_opaque_vector_type()
H A Dtree.h4604 extern bool check_qualified_type (const_tree, const_tree, int);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2016589 TYPE_QUALS comparison instead of check_qualified_type.
602 of check_qualified_type.
H A DChangeLog-20045937 * tree.c (build_exception_variant): Use check_qualified_type.