Searched refs:CheckLoad (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Interp.h | 74 bool CheckLoad(InterpState &S, CodePtr OpPC, const Pointer &Ptr); 338 if (!CheckLoad(S, OpPC, Field)) in GetField() 367 if (!CheckLoad(S, OpPC, Field)) in GetFieldPop() 381 if (!CheckLoad(S, OpPC, Field)) in GetThisField() 618 if (!CheckLoad(S, OpPC, Ptr)) in Load() 627 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
|