Searched refs:CheckInitialized (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Interp.cpp | 655 bool CheckInitialized(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckInitialized() function 755 if (!CheckInitialized(S, OpPC, Ptr, AK)) in CheckLoad() 786 if (!CheckInitialized(S, OpPC, Ptr, AK_Read)) in CheckFinalLoad()
|
| H A D | Interp.h | 93 bool CheckInitialized(InterpState &S, CodePtr OpPC, const Pointer &Ptr, 1506 if (!CheckInitialized(S, OpPC, Ptr, AK_Read)) in GetGlobalUnchecked() 2236 if (!CheckInitialized(S, OpPC, Ptr, AK_Increment)) in IncPtr() 2245 if (!CheckInitialized(S, OpPC, Ptr, AK_Decrement)) in DecPtr()
|