Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp383 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK);
1451 bool SubobjectDesignator::checkSubobject(EvalInfo &Info, const Expr *E, in checkSubobject() function in SubobjectDesignator
1705 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK) { in checkSubobject() function
1707 Designator.checkSubobject(Info, E, CSK); in checkSubobject()
1712 if (checkSubobject(Info, E, isa<FieldDecl>(D) ? CSK_Field : CSK_Base)) in addDecl()
1721 if (checkSubobject(Info, E, CSK_ArrayToPointer)) { in addUnsizedArray()
1728 if (checkSubobject(Info, E, CSK_ArrayToPointer)) in addArray()
1732 if (checkSubobject(Info, E, Imag ? CSK_Imag : CSK_Real)) in addComplex()
3093 if (!Result.checkSubobject(Info, E, CSK_Derived)) in CastToDerivedClass()