Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h83 bool CheckInit(InterpState &S, CodePtr OpPC, const Pointer &Ptr);
686 if (!CheckInit(S, OpPC, Ptr)) in InitPop()
697 if (!CheckInit(S, OpPC, Ptr)) in InitElem()
708 if (!CheckInit(S, OpPC, Ptr)) in InitElemPop()
H A DInterp.cpp325 bool CheckInit(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckInit() function