Searched refs:CheckLoad (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.h | 93 bool CheckLoad(InterpState &S, CodePtr OpPC, const Pointer &Ptr, 778 if (!CheckLoad(S, OpPC, Ptr, AK_Increment)) in Inc() 790 if (!CheckLoad(S, OpPC, Ptr, AK_Increment)) in IncPop() 803 if (!CheckLoad(S, OpPC, Ptr, AK_Decrement)) in Dec() 815 if (!CheckLoad(S, OpPC, Ptr, AK_Decrement)) in DecPop() 843 if (!CheckLoad(S, OpPC, Ptr, AK_Increment)) in Incf() 851 if (!CheckLoad(S, OpPC, Ptr, AK_Increment)) in IncfPop() 859 if (!CheckLoad(S, OpPC, Ptr, AK_Decrement)) in Decf() 867 if (!CheckLoad(S, OpPC, Ptr, AK_Decrement)) in DecfPop() 1178 if (!CheckLoad(S, OpPC, Ptr)) in GetLocal() [all …]
|
H A D | EvalEmitter.cpp | 174 (!CheckLoad(S, OpPC, Ptr, AK_Read) || !Ptr.isConst())) in emitRet()
|
H A D | InterpBuiltin.cpp | 245 if (!CheckLoad(S, OpPC, Arg)) in interp__builtin_nan() 257 if (!CheckLoad(S, OpPC, Elem)) in interp__builtin_nan()
|
H A D | Interp.cpp | 513 bool CheckLoad(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckLoad() function
|