Home
last modified time | relevance | path

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

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