Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterp.cpp194 bool CheckArray(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckArray() function
H A DInterp.h50 bool CheckArray(InterpState &S, CodePtr OpPC, const Pointer &Ptr);
736 if (!CheckArray(S, OpPC, Ptr)) in OffsetHelper()