Searched refs:CheckLive (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Interp.cpp | 271 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 D | InterpBuiltin.cpp | 170 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 D | Interp.h | 55 bool CheckLive(InterpState &S, CodePtr OpPC, const Pointer &Ptr,
|