Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DState.h46 CSK_ArrayIndex, enumerator
H A DInterp.h2076 if (IsPointerArith && !CheckNull(S, OpPC, Ptr, CSK_ArrayIndex)) {
2216 if (!CheckNull(S, OpPC, P, CSK_ArrayIndex)) in IncDecPtrHelper()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1796 if (checkNullPointer(Info, E, CSK_ArrayIndex)) in adjustOffsetAndIndex()