Home
last modified time | relevance | path

Searched refs:isArrayElement (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp163 while (Ptr.isField() || Ptr.isArrayElement()) { in toAPValue()
172 } else if (Ptr.isArrayElement()) { in toAPValue()
H A DInterpFrame.cpp134 F = F.isArrayElement() ? F.getArray().expand() : F.getBase(); in print()
H A DPointer.h395 bool isArrayElement() const { in isArrayElement() function
H A DInterp.h2926 if (!Ptr.isRoot() || Ptr.isOnePastEnd() || Ptr.isArrayElement()) { in Free()