Searched refs:hasSameBase (Results 1 – 3 of 3) sorted by relevance
735 if (!hasSameBase(*this, Other)) in compare()747 static bool hasSameBase(const Pointer &A, const Pointer &B);
545 bool Pointer::hasSameBase(const Pointer &A, const Pointer &B) { in hasSameBase() function in Pointer573 return hasSameBase(A, B) && in hasSameArray()
1057 if (!Pointer::hasSameBase(LHS, RHS)) {1141 if (Pointer::hasSameBase(LHS, RHS)) {2259 if (!Pointer::hasSameBase(LHS, RHS) && S.getLangOpts().CPlusPlus) { in SubPtr()