Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.cpp747 if (!CheckDummy(S, OpPC, Ptr, AK)) in CheckLoad()
776 if (!CheckDummy(S, OpPC, Ptr, AK_Read)) in CheckFinalLoad()
800 if (!CheckDummy(S, OpPC, Ptr, AK_Assign)) in CheckStore()
1074 bool CheckDummy(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckDummy() function
1726 if (!CheckDummy(S, OpPC, Ptr, AK_Destroy)) in StartLifetime()
1757 if (!CheckDummy(S, OpPC, Ptr, AK_Destroy)) in EndLifetime()
1766 if (!CheckDummy(S, OpPC, Ptr, AK_Destroy)) in EndLifetimePop()
1782 if (!CheckDummy(S, OpPC, Ptr, AK_Construct)) in CheckNewTypeMismatch()
H A DInterpBuiltin.cpp280 if (!CheckDummy(S, OpPC, StrPtr, AK_Read)) in interp__builtin_strlen()
2237 if (!CheckDummy(S, OpPC, Ptr, AK_Read)) in interp__builtin_is_within_lifetime()
H A DInterp.h55 bool CheckDummy(InterpState &S, CodePtr OpPC, const Pointer &Ptr,