Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h630 if (!hasSameBase(*this, Other)) in compare()
642 static bool hasSameBase(const Pointer &A, const Pointer &B);
H A DPointer.cpp364 bool Pointer::hasSameBase(const Pointer &A, const Pointer &B) { in hasSameBase() function in Pointer
379 return hasSameBase(A, B) && in hasSameArray()
H A DInterp.h950 if (!Pointer::hasSameBase(LHS, RHS)) {
987 if (!Pointer::hasSameBase(LHS, RHS)) {
1983 if (!Pointer::hasSameBase(LHS, RHS) && S.getLangOpts().CPlusPlus) { in SubPtr()