Searched refs:CheckSubobject (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Interp.h | 74 bool CheckSubobject(InterpState &S, CodePtr OpPC, const Pointer &Ptr, 1181 if (!CheckSubobject(S, OpPC, Ptr, CSK_Field)) in GetPtrField() 1228 if (!CheckSubobject(S, OpPC, Ptr, CSK_Derived)) in GetPtrDerivedPop() 1238 if (!CheckSubobject(S, OpPC, Ptr, CSK_Base)) in GetPtrBase() 1248 if (!CheckSubobject(S, OpPC, Ptr, CSK_Base)) in GetPtrBasePop()
|
| H A D | Interp.cpp | 305 bool CheckSubobject(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckSubobject() function
|