Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/cp/
HDtree.c971 if (check_qualified_type (v, type, type_quals) in build_exception_variant()
HDChangeLog-20045937 * tree.c (build_exception_variant): Use check_qualified_type.
/NextBSD/contrib/gcc/
HDtree.c3822 check_qualified_type (tree cand, tree base, int type_quals) in check_qualified_type() function
3848 if (check_qualified_type (t, type, type_quals)) in get_qualified_type()
HDtree.h3835 extern bool check_qualified_type (tree, tree, int);
HDChangeLog-200440512 * tree.c (check_qualified_type): New fn.