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