Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.h89 bool CheckLoad(InterpState &S, CodePtr OpPC, const Pointer &Ptr,
886 if (!CheckLoad(S, OpPC, Ptr, AK_Increment)) in Inc()
899 if (!CheckLoad(S, OpPC, Ptr, AK_Increment)) in IncPop()
908 if (!CheckLoad(S, OpPC, Ptr, AK_Increment)) in PreInc()
921 if (!CheckLoad(S, OpPC, Ptr, AK_Decrement)) in Dec()
934 if (!CheckLoad(S, OpPC, Ptr, AK_Decrement)) in DecPop()
943 if (!CheckLoad(S, OpPC, Ptr, AK_Decrement)) in PreDec()
971 if (!CheckLoad(S, OpPC, Ptr, AK_Increment)) in Incf()
979 if (!CheckLoad(S, OpPC, Ptr, AK_Increment)) in IncfPop()
987 if (!CheckLoad(S, OpPC, Ptr, AK_Decrement)) in Decf()
[all …]
H A DInterpBuiltin.cpp326 if (!CheckLoad(S, OpPC, Arg)) in interp__builtin_nan()
338 if (!CheckLoad(S, OpPC, Elem)) in interp__builtin_nan()
2084 if (!CheckLoad(S, OpPC, ElemPtr)) in interp__builtin_memchr()
H A DInterp.cpp739 bool CheckLoad(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckLoad() function