Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterp.h83 bool CheckInit(InterpState &S, CodePtr OpPC, const Pointer &Ptr);
685 if (!CheckInit(S, OpPC, Ptr)) in InitPop()
696 if (!CheckInit(S, OpPC, Ptr)) in InitElem()
707 if (!CheckInit(S, OpPC, Ptr)) in InitElemPop()
H A DInterp.cpp325 bool CheckInit(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckInit() function