Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h87 bool CheckLoad(InterpState &S, CodePtr OpPC, const Pointer &Ptr);
897 if (!CheckLoad(S, OpPC, Ptr)) in GetLocal()
937 if (!CheckLoad(S, OpPC, Field)) in GetField()
969 if (!CheckLoad(S, OpPC, Field)) in GetFieldPop()
983 if (!CheckLoad(S, OpPC, Field)) in GetThisField()
1305 if (!CheckLoad(S, OpPC, Ptr)) in Load()
1314 if (!CheckLoad(S, OpPC, Ptr)) in LoadPop()
H A DInterpBuiltin.cpp260 if (!CheckLoad(S, OpPC, Arg)) in interp__builtin_nan()
272 if (!CheckLoad(S, OpPC, Elem)) in interp__builtin_nan()
H A DInterp.cpp359 bool CheckLoad(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckLoad() function