Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCast.cpp426 static bool UnwrapDissimilarPointerTypes(QualType& T1, QualType& T2) { in UnwrapDissimilarPointerTypes() function
517 while (UnwrapDissimilarPointerTypes(UnwrappedSrcType, UnwrappedDestType)) { in CastsAwayConstness()