Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp380 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK);
1395 bool SubobjectDesignator::checkSubobject(EvalInfo &Info, const Expr *E, in checkSubobject() function in SubobjectDesignator
1648 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK) { in checkSubobject() function
1650 Designator.checkSubobject(Info, E, CSK); in checkSubobject()
1655 if (checkSubobject(Info, E, isa<FieldDecl>(D) ? CSK_Field : CSK_Base)) in addDecl()
1664 if (checkSubobject(Info, E, CSK_ArrayToPointer)) { in addUnsizedArray()
1671 if (checkSubobject(Info, E, CSK_ArrayToPointer)) in addArray()
1675 if (checkSubobject(Info, E, Imag ? CSK_Imag : CSK_Real)) in addComplex()
3050 if (!Result.checkSubobject(Info, E, CSK_Derived)) in CastToDerivedClass()