Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp271 bool CheckLive(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckLive() function
515 if (!CheckLive(S, OpPC, Ptr, AK)) in CheckLoad()
540 if (!CheckLive(S, OpPC, Ptr, AK_Assign)) in CheckStore()
556 if (!CheckLive(S, OpPC, Ptr, AK_MemberCall)) in CheckInvoke()
568 if (!CheckLive(S, OpPC, Ptr, AK_Assign)) in CheckInit()
H A DInterpBuiltin.cpp170 if (!CheckLive(S, OpPC, A, AK_Read) || !CheckLive(S, OpPC, B, AK_Read)) in interp__builtin_strcmp()
215 if (!CheckLive(S, OpPC, StrPtr, AK_Read)) in interp__builtin_strlen()
H A DInterp.h55 bool CheckLive(InterpState &S, CodePtr OpPC, const Pointer &Ptr,