Searched refs:CheckLoad (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Interp.h | 87 bool CheckLoad(InterpState &S, CodePtr OpPC, const Pointer &Ptr); 897 if (!CheckLoad(S, OpPC, Ptr)) in GetLocal() 937 if (!CheckLoad(S, OpPC, Field)) in GetField() 969 if (!CheckLoad(S, OpPC, Field)) in GetFieldPop() 983 if (!CheckLoad(S, OpPC, Field)) in GetThisField() 1305 if (!CheckLoad(S, OpPC, Ptr)) in Load() 1314 if (!CheckLoad(S, OpPC, Ptr)) in LoadPop()
|
| H A D | InterpBuiltin.cpp | 260 if (!CheckLoad(S, OpPC, Arg)) in interp__builtin_nan() 272 if (!CheckLoad(S, OpPC, Elem)) in interp__builtin_nan()
|
| H A D | Interp.cpp | 359 bool CheckLoad(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckLoad() function
|