Searched refs:CheckSubobject (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.h | 75 bool CheckSubobject(InterpState &S, CodePtr OpPC, const Pointer &Ptr, 1487 if (!CheckSubobject(S, OpPC, Ptr, CSK_Field)) in GetPtrField() 1509 if (!CheckSubobject(S, OpPC, Ptr, CSK_Field)) in GetPtrFieldPop() 1559 if (!CheckSubobject(S, OpPC, Ptr, CSK_Derived)) in GetPtrDerivedPop() 1572 if (!CheckSubobject(S, OpPC, Ptr, CSK_Base)) in GetPtrBase() 1582 if (!CheckSubobject(S, OpPC, Ptr, CSK_Base)) in GetPtrBasePop()
|
H A D | Interp.cpp | 372 bool CheckSubobject(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckSubobject() function
|