Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DInterp.h84 bool CheckInit(InterpState &S, CodePtr OpPC, const Pointer &Ptr);
687 if (!CheckInit(S, OpPC, Ptr)) in InitPop()
698 if (!CheckInit(S, OpPC, Ptr)) in InitElem()
709 if (!CheckInit(S, OpPC, Ptr)) in InitElemPop()
H A DInterp.cpp325 bool CheckInit(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckInit() function