Searched refs:CheckInitialized (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Interp.cpp | 470 bool CheckInitialized(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckInitialized() function 528 if (!CheckInitialized(S, OpPC, Ptr, AK)) in CheckLoad()
|
| H A D | Interp.h | 96 bool CheckInitialized(InterpState &S, CodePtr OpPC, const Pointer &Ptr, 1955 if (!CheckInitialized(S, OpPC, Ptr, AK_Increment)) in IncPtr() 1964 if (!CheckInitialized(S, OpPC, Ptr, AK_Decrement)) in DecPtr()
|