Home
last modified time | relevance | path

Searched refs:CheckLoad (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DInterp.h75 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 DInterp.cpp283 bool CheckLoad(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckLoad() function