Searched refs:CheckInit (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Interp.h | 105 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 D | Interp.cpp | 829 bool CheckInit(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckInit() function
|