Home
last modified time | relevance | path

Searched refs:CSK_Base (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DState.h42 CSK_Base, enumerator
H A DInterp.h1763 if (!CheckNull(S, OpPC, Ptr, CSK_Base)) in GetPtrBase()
1771 if (!CheckSubobject(S, OpPC, Ptr, CSK_Base)) in GetPtrBase()
1784 if (!NullOK && !CheckNull(S, OpPC, Ptr, CSK_Base)) in GetPtrBasePop()
1792 if (!CheckSubobject(S, OpPC, Ptr, CSK_Base)) in GetPtrBasePop()
1857 if (!CheckNull(S, OpPC, Ptr, CSK_Base)) in GetPtrVirtBasePop()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1749 if (checkSubobject(Info, E, isa<FieldDecl>(D) ? CSK_Field : CSK_Base)) in addDecl()