Searched refs:CheckInit (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.h | 108 bool CheckInit(InterpState &S, CodePtr OpPC, const Pointer &Ptr); 1742 if (!CheckInit(S, OpPC, Ptr)) { in Init() 1755 if (!CheckInit(S, OpPC, Ptr)) in InitPop() 1771 if (!CheckInit(S, OpPC, Ptr)) in InitElem() 1785 if (!CheckInit(S, OpPC, Ptr)) in InitElemPop()
|
H A D | Interp.cpp | 567 bool CheckInit(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckInit() function
|