Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.h105 bool CheckInit(InterpState &S, CodePtr OpPC, const Pointer &Ptr);
1965 if (!CheckInit(S, OpPC, Ptr)) in Init()
1977 if (!CheckInit(S, OpPC, Ptr)) in InitPop()
2005 if (!CheckInit(S, OpPC, ElemPtr)) in InitElem()
2029 if (!CheckInit(S, OpPC, ElemPtr)) in InitElemPop()
H A DInterp.cpp829 bool CheckInit(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckInit() function