Searched refs:uniquely_derived_from_p (Results 1 – 5 of 5) sorted by relevance
6550 if (!uniquely_derived_from_p (basetype, t)) in maybe_warn_about_inaccessible_bases()6562 if (!uniquely_derived_from_p (basetype, t)) in maybe_warn_about_inaccessible_bases()10409 uniquely_derived_from_p (tree parent, tree type) in uniquely_derived_from_p() function
1088 (uniquely_derived_from_p, publicly_uniquely_derived_p): Declare.1096 (uniquely_derived_from_p, publicly_uniquely_derived_p): Define.
6753 extern bool uniquely_derived_from_p (tree, tree);
11535 return uniquely_derived_from_p (base, derived); in pointer_interconvertible_base_of_p()
11873 && !uniquely_derived_from_p (ctype, in grokdeclarator()