Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp470 bool CheckInitialized(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckInitialized() function
528 if (!CheckInitialized(S, OpPC, Ptr, AK)) in CheckLoad()
H A DInterp.h96 bool CheckInitialized(InterpState &S, CodePtr OpPC, const Pointer &Ptr,
1955 if (!CheckInitialized(S, OpPC, Ptr, AK_Increment)) in IncPtr()
1964 if (!CheckInitialized(S, OpPC, Ptr, AK_Decrement)) in DecPtr()