Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DPointer.cpp187 bool Pointer::hasSameBase(const Pointer &A, const Pointer &B) { in hasSameBase() function in Pointer
H A DPointer.h295 static bool hasSameBase(const Pointer &A, const Pointer &B);
H A DInterp.h183 if (!Pointer::hasSameBase(LHS, RHS)) {
206 if (!Pointer::hasSameBase(LHS, RHS)) {