Searched refs:CheckLive (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Interp.cpp | 206 bool CheckLive(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckLive() function 360 if (!CheckLive(S, OpPC, Ptr, AK_Read)) in CheckLoad() 383 if (!CheckLive(S, OpPC, Ptr, AK_Assign)) in CheckStore() 397 if (!CheckLive(S, OpPC, Ptr, AK_MemberCall)) in CheckInvoke() 407 if (!CheckLive(S, OpPC, Ptr, AK_Assign)) in CheckInit()
|
| H A D | InterpBuiltin.cpp | 190 if (!CheckLive(S, OpPC, A, AK_Read) || !CheckLive(S, OpPC, B, AK_Read)) in interp__builtin_strcmp() 231 if (!CheckLive(S, OpPC, StrPtr, AK_Read)) in interp__builtin_strlen()
|
| H A D | Interp.h | 55 bool CheckLive(InterpState &S, CodePtr OpPC, const Pointer &Ptr,
|