Searched refs:NPC_ValueDependentIsNull (Results 1 – 14 of 14) sorted by relevance
/external/clang/lib/ARCMigrate/ |
D | TransZeroOutPropsInDealloc.cpp | 75 Expr::NPC_ValueDependentIsNull); in VisitObjCMessageExpr() 217 if (E->isNullPointerConstant(Pass.Ctx, Expr::NPC_ValueDependentIsNull)) in isZero()
|
D | TransUnbridgedCasts.cpp | 98 Expr::NPC_ValueDependentIsNull)) in VisitCastExpr()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckObjCDealloc.cpp | 76 Expr::NPC_ValueDependentIsNull)) in scan_ivar_release() 86 Expr::NPC_ValueDependentIsNull)) { in scan_ivar_release()
|
D | ObjCContainersASTChecker.cpp | 68 if (E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull)) in hasPointerToPointerSizedType()
|
D | DeadStoresChecker.cpp | 279 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull)) in observeStmt()
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 482 !E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) in BuildCXXUuidof() 4554 E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType() 4559 E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType() 4566 if (E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType() 4573 if (E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType()
|
D | SemaExpr.cpp | 4821 Expr::NPC_ValueDependentIsNull)) in PrepareScalarCast() 5266 Expr::NPC_ValueDependentIsNull)) in checkConditionalNullPointer() 6408 Expr::NPC_ValueDependentIsNull)) { in CheckTransparentUnionArgumentConstraints() 6481 Expr::NPC_ValueDependentIsNull)) { in CheckSingleAssignmentConstraints() 7559 Expr::NPC_ValueDependentIsNull)) { in CheckCompareOperands() 7565 Expr::NPC_ValueDependentIsNull)) { in CheckCompareOperands() 7602 Expr::NPC_ValueDependentIsNull); in CheckCompareOperands() 7604 Expr::NPC_ValueDependentIsNull); in CheckCompareOperands()
|
D | SemaOverload.cpp | 1963 : Expr::NPC_ValueDependentIsNull); in isNullPointerConstantForConversion() 2661 if (From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) in CheckPointerConversion() 2683 : Expr::NPC_ValueDependentIsNull)) { in IsMemberPointerConversion() 2724 Expr::NPC_ValueDependentIsNull) && in CheckMemberPointerConversion()
|
D | SemaExprObjC.cpp | 2276 Expr::NPC_ValueDependentIsNull); in BuildInstanceMessage()
|
D | SemaInit.cpp | 4227 return (e->isNullPointerConstant(C, Expr::NPC_ValueDependentIsNull) in isInvalidICRSource()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 1057 if (!Op->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) in GetAddrOfUuidDescriptor()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 634 NPC_ValueDependentIsNull, enumerator
|
/external/clang/lib/AST/ |
D | Expr.cpp | 3011 case NPC_ValueDependentIsNull: in isNullPointerConstant()
|
D | ASTContext.cpp | 1865 Expr::NPC_ValueDependentIsNull)) in isSentinelNullExpr()
|