Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h99 bool CheckInit(InterpState &S, CodePtr OpPC, const Pointer &Ptr);
1378 if (!CheckInit(S, OpPC, Ptr)) in InitPop()
1392 if (!CheckInit(S, OpPC, Ptr)) in InitElem()
1404 if (!CheckInit(S, OpPC, Ptr)) in InitElemPop()
H A DInterp.cpp406 bool CheckInit(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckInit() function