Home
last modified time | relevance | path

Searched refs:CheckArray (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DInterp.cpp194 bool CheckArray(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckArray() function
H A DInterp.h51 bool CheckArray(InterpState &S, CodePtr OpPC, const Pointer &Ptr);
738 if (!CheckArray(S, OpPC, Ptr)) in OffsetHelper()