Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
DPointer.cpp187 bool Pointer::hasSameBase(const Pointer &A, const Pointer &B) { in hasSameBase() function in Pointer
DPointer.h298 static bool hasSameBase(const Pointer &A, const Pointer &B);
DInterp.h181 if (!Pointer::hasSameBase(LHS, RHS)) {
204 if (!Pointer::hasSameBase(LHS, RHS)) {