Searched refs:check_qualified_type (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree.cc | 5544 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 D | tree.h | 4777 extern bool check_qualified_type (const_tree, const_tree, int);
|
H A D | ChangeLog-2007 | 13949 is_attribute_with_length_p, is_attribute_p, check_qualified_type, 13962 is_attribute_p, check_qualified_type, expr_align,
|
H A D | ChangeLog-2016 | 7099 (check_qualified_type, check_aligned_type): Call it. 7116 (check_qualified_type): Use it.
|
H A D | ChangeLog-2008 | 28177 * tree.c (check_qualified_type): Improve function description.
|
H A D | ChangeLog-2010 | 15132 * tree.c (check_qualified_type): Also compare TYPE_ALIGN.
|
H A D | ChangeLog-2004 | 40512 * tree.c (check_qualified_type): New fn.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree.c | 6541 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 D | tree.h | 4604 extern bool check_qualified_type (const_tree, const_tree, int);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2016 | 589 TYPE_QUALS comparison instead of check_qualified_type. 602 of check_qualified_type.
|
H A D | ChangeLog-2004 | 5937 * tree.c (build_exception_variant): Use check_qualified_type.
|