Home
last modified time | relevance | path

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

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