Searched refs:NPC_ValueDependentIsNull (Results 1 – 15 of 15) 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 | CheckObjCDealloc.cpp | 55 Expr::NPC_ValueDependentIsNull)) in scan_ivar_release() 65 Expr::NPC_ValueDependentIsNull)) { in scan_ivar_release()
|
D | ObjCContainersASTChecker.cpp | 69 if (E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull)) in hasPointerToPointerSizedType()
|
D | DeadStoresChecker.cpp | 282 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull)) in observeStmt()
|
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 1279 if (E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) in CheckForNullPtr() 1291 Context, Expr::NPC_ValueDependentIsNull); in CheckForNullPtr()
|
D | ExprCXX.cpp | 122 if (!Op->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) in getUuidAsStringRef()
|
D | Expr.cpp | 3196 case NPC_ValueDependentIsNull: in isNullPointerConstant()
|
D | ASTContext.cpp | 1916 Expr::NPC_ValueDependentIsNull)) in isSentinelNullExpr()
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 540 !E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in BuildCXXUuidof() 4793 E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType() 4798 E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType() 4805 if (E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType() 4812 if (E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType()
|
D | SemaExpr.cpp | 5222 Expr::NPC_ValueDependentIsNull)) in PrepareScalarCast() 5701 Expr::NPC_ValueDependentIsNull)) in checkConditionalNullPointer() 7063 Expr::NPC_ValueDependentIsNull)) { in CheckTransparentUnionArgumentConstraints() 7135 Expr::NPC_ValueDependentIsNull)) { in CheckSingleAssignmentConstraints() 8428 Expr::NPC_ValueDependentIsNull)) { in CheckCompareOperands() 8434 Expr::NPC_ValueDependentIsNull)) { in CheckCompareOperands() 8471 LHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull); in CheckCompareOperands() 8473 RHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull); in CheckCompareOperands()
|
D | SemaOverload.cpp | 1961 : Expr::NPC_ValueDependentIsNull); in isNullPointerConstantForConversion() 2662 if (From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) in CheckPointerConversion() 2684 : Expr::NPC_ValueDependentIsNull)) { in IsMemberPointerConversion() 2725 Expr::NPC_ValueDependentIsNull) && in CheckMemberPointerConversion()
|
D | SemaExprObjC.cpp | 2356 Expr::NPC_ValueDependentIsNull); in BuildInstanceMessage()
|
D | SemaInit.cpp | 4486 return (e->isNullPointerConstant(C, Expr::NPC_ValueDependentIsNull) in isInvalidICRSource()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 660 NPC_ValueDependentIsNull, enumerator
|