Searched refs:checkSubobject (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 237 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK); 937 bool SubobjectDesignator::checkSubobject(EvalInfo &Info, const Expr *E, in checkSubobject() function in SubobjectDesignator 1127 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK) { in checkSubobject() function 1129 Designator.checkSubobject(Info, E, CSK); in checkSubobject() 1134 if (checkSubobject(Info, E, isa<FieldDecl>(D) ? CSK_Field : CSK_Base)) in addDecl() 1138 if (checkSubobject(Info, E, CSK_ArrayToPointer)) in addArray() 1142 if (checkSubobject(Info, E, Imag ? CSK_Imag : CSK_Real)) in addComplex() 1940 if (!Result.checkSubobject(Info, E, CSK_Derived)) in CastToDerivedClass() 4413 if (This && !This->checkSubobject(Info, E, CSK_This)) in handleCallExpr()
|