Home
last modified time | relevance | path

Searched refs:CheckInitialized (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.cpp655 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 DInterp.h93 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()