Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp351 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK);
1189 bool SubobjectDesignator::checkSubobject(EvalInfo &Info, const Expr *E, in checkSubobject() function in SubobjectDesignator
1438 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK) { in checkSubobject() function
1440 Designator.checkSubobject(Info, E, CSK); in checkSubobject()
1445 if (checkSubobject(Info, E, isa<FieldDecl>(D) ? CSK_Field : CSK_Base)) in addDecl()
1454 if (checkSubobject(Info, E, CSK_ArrayToPointer)) { in addUnsizedArray()
1461 if (checkSubobject(Info, E, CSK_ArrayToPointer)) in addArray()
1465 if (checkSubobject(Info, E, Imag ? CSK_Imag : CSK_Real)) in addComplex()
2360 if (!Result.checkSubobject(Info, E, CSK_Derived)) in CastToDerivedClass()
4977 if (This && !This->checkSubobject(Info, E, CSK_This)) in handleCallExpr()