Home
last modified time | relevance | path

Searched refs:CheckSubobject (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.cpp537 bool CheckSubobject(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckSubobject() function
1343 if (!CheckSubobject(S, OpPC, Ptr, CSK_Field)) in getField()
H A DInterp.h71 bool CheckSubobject(InterpState &S, CodePtr OpPC, const Pointer &Ptr,
1738 if (!CheckSubobject(S, OpPC, Ptr, CSK_Derived)) in GetPtrDerivedPop()
1771 if (!CheckSubobject(S, OpPC, Ptr, CSK_Base)) in GetPtrBase()
1792 if (!CheckSubobject(S, OpPC, Ptr, CSK_Base)) in GetPtrBasePop()