Searched refs:CheckLoad (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Interp.h | 74 bool CheckLoad(InterpState &S, CodePtr OpPC, const Pointer &Ptr); 339 if (!CheckLoad(S, OpPC, Field)) in GetField() 368 if (!CheckLoad(S, OpPC, Field)) in GetFieldPop() 382 if (!CheckLoad(S, OpPC, Field)) in GetThisField() 619 if (!CheckLoad(S, OpPC, Ptr)) in Load() 628 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
|