Searched refs:NPC_ValueDependentIsNull (Results 1 – 12 of 12) sorted by relevance
/external/clang/lib/ARCMigrate/ |
D | TransZeroOutPropsInDealloc.cpp | 75 Expr::NPC_ValueDependentIsNull); in VisitObjCMessageExpr() 215 if (E->isNullPointerConstant(Pass.Ctx, Expr::NPC_ValueDependentIsNull)) in isZero()
|
D | TransUnbridgedCasts.cpp | 106 Expr::NPC_ValueDependentIsNull)) in VisitCastExpr()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCContainersASTChecker.cpp | 70 E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull)); in hasPointerToPointerSizedType()
|
D | DeadStoresChecker.cpp | 284 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull)) in observeStmt()
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 575 if (E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in BuildCXXUuidof() 5393 E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType() 5398 E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType() 5405 if (E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType() 5412 if (E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType()
|
D | SemaExpr.cpp | 5674 Expr::NPC_ValueDependentIsNull)) in PrepareScalarCast() 6197 Expr::NPC_ValueDependentIsNull)) in checkConditionalNullPointer() 7652 Expr::NPC_ValueDependentIsNull)) { in CheckTransparentUnionArgumentConstraints() 7740 Expr::NPC_ValueDependentIsNull)) { in CheckSingleAssignmentConstraints() 9119 Expr::NPC_ValueDependentIsNull)) { in CheckCompareOperands() 9125 Expr::NPC_ValueDependentIsNull)) { in CheckCompareOperands() 9162 LHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull); in CheckCompareOperands() 9164 RHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull); in CheckCompareOperands()
|
D | SemaOverload.cpp | 2086 : Expr::NPC_ValueDependentIsNull); in isNullPointerConstantForConversion() 2796 if (From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) in CheckPointerConversion() 2818 : Expr::NPC_ValueDependentIsNull)) { in IsMemberPointerConversion() 2858 Expr::NPC_ValueDependentIsNull) && in CheckMemberPointerConversion()
|
D | SemaExprObjC.cpp | 2611 Expr::NPC_ValueDependentIsNull); in BuildInstanceMessage()
|
D | SemaInit.cpp | 4794 return (e->isNullPointerConstant(C, Expr::NPC_ValueDependentIsNull) in isInvalidICRSource()
|
/external/clang/lib/AST/ |
D | Expr.cpp | 3138 case NPC_ValueDependentIsNull: in isNullPointerConstant()
|
D | ASTContext.cpp | 2027 Expr::NPC_ValueDependentIsNull)) in isSentinelNullExpr()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 692 NPC_ValueDependentIsNull, enumerator
|