Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h402 if (!hasSameBase(*this, Other)) in compare()
414 static bool hasSameBase(const Pointer &A, const Pointer &B);
H A DPointer.cpp226 bool Pointer::hasSameBase(const Pointer &A, const Pointer &B) { in hasSameBase() function in Pointer
231 return hasSameBase(A, B) && A.Base == B.Base && A.getFieldDesc()->IsArray; in hasSameArray()
H A DInterp.h736 if (!Pointer::hasSameBase(LHS, RHS)) {
761 if (!Pointer::hasSameBase(LHS, RHS)) {
1551 if (!Pointer::hasSameBase(LHS, RHS) && S.getLangOpts().CPlusPlus) { in SubPtr()