Searched refs:CheckLoad (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | Interp.h | 75 bool CheckLoad(InterpState &S, CodePtr OpPC, const Pointer &Ptr); 340 if (!CheckLoad(S, OpPC, Field)) in GetField() 369 if (!CheckLoad(S, OpPC, Field)) in GetFieldPop() 383 if (!CheckLoad(S, OpPC, Field)) in GetThisField() 620 if (!CheckLoad(S, OpPC, Ptr)) in Load() 629 if (!CheckLoad(S, OpPC, Ptr)) in LoadPop()
|
| H A D | Interp.cpp | 283 bool CheckLoad(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckLoad() function
|