Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp397 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK);
1476 bool SubobjectDesignator::checkSubobject(EvalInfo &Info, const Expr *E, in checkSubobject() function in SubobjectDesignator
1742 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK) { in checkSubobject() function
1744 Designator.checkSubobject(Info, E, CSK); in checkSubobject()
1749 if (checkSubobject(Info, E, isa<FieldDecl>(D) ? CSK_Field : CSK_Base)) in addDecl()
1758 if (checkSubobject(Info, E, CSK_ArrayToPointer)) { in addUnsizedArray()
1766 if (checkSubobject(Info, E, CSK_ArrayToPointer)) in addArray()
1770 if (checkSubobject(Info, E, Imag ? CSK_Imag : CSK_Real)) in addComplex()
1775 if (checkSubobject(Info, E, CSK_VectorElement)) in addVectorElement()
3263 if (!Result.checkSubobject(Info, E, CSK_Derived)) in CastToDerivedClass()