Searched refs:CheckLive (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Interp.cpp | 410 bool CheckLive(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckLive() function 741 if (!CheckLive(S, OpPC, Ptr, AK)) in CheckLoad() 771 if (!CheckLive(S, OpPC, Ptr, AK_Read)) in CheckFinalLoad() 798 if (!CheckLive(S, OpPC, Ptr, AK_Assign)) in CheckStore() 818 if (!CheckLive(S, OpPC, Ptr, AK_MemberCall)) in CheckInvoke() 830 if (!CheckLive(S, OpPC, Ptr, AK_Assign)) in CheckInit() 1400 if (!CheckLive(S, OpPC, Ptr, AK_Destroy)) in CheckDestructor() 1780 if (!CheckLive(S, OpPC, Ptr, AK_Construct)) in CheckNewTypeMismatch()
|
| H A D | InterpBuiltin.cpp | 204 if (!CheckLive(S, OpPC, A, AK_Read) || !CheckLive(S, OpPC, B, AK_Read)) in interp__builtin_strcmp() 277 if (!CheckLive(S, OpPC, StrPtr, AK_Read)) in interp__builtin_strlen() 2233 if (!CheckLive(S, OpPC, Ptr, AK_Read)) in interp__builtin_is_within_lifetime()
|
| H A D | Interp.h | 51 bool CheckLive(InterpState &S, CodePtr OpPC, const Pointer &Ptr,
|