Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPointer.h735 if (!hasSameBase(*this, Other)) in compare()
747 static bool hasSameBase(const Pointer &A, const Pointer &B);
H A DPointer.cpp545 bool Pointer::hasSameBase(const Pointer &A, const Pointer &B) { in hasSameBase() function in Pointer
573 return hasSameBase(A, B) && in hasSameArray()
H A DInterp.h1057 if (!Pointer::hasSameBase(LHS, RHS)) {
1141 if (Pointer::hasSameBase(LHS, RHS)) {
2259 if (!Pointer::hasSameBase(LHS, RHS) && S.getLangOpts().CPlusPlus) { in SubPtr()