Searched refs:NPC_ValueDependentIsNull (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/llvm/clang/lib/ARCMigrate/ |
H A D | TransZeroOutPropsInDealloc.cpp | 74 Expr::NPC_ValueDependentIsNull); in VisitObjCMessageExpr() 212 if (E->isNullPointerConstant(Pass.Ctx, Expr::NPC_ValueDependentIsNull)) in isZero()
|
H A D | TransUnbridgedCasts.cpp | 105 Expr::NPC_ValueDependentIsNull)) in VisitCastExpr()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ObjCContainersASTChecker.cpp | 69 E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull)); in hasPointerToPointerSizedType()
|
H A D | DeadStoresChecker.cpp | 340 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull)) in observeStmt()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 7777 Expr::NPC_ValueDependentIsNull)) in PrepareScalarCast() 8414 Expr::NPC_ValueDependentIsNull)) in checkConditionalNullPointer() 10146 Expr::NPC_ValueDependentIsNull)) { in CheckTransparentUnionArgumentConstraints() 10265 Expr::NPC_ValueDependentIsNull)) { in CheckSingleAssignmentConstraints() 10279 Context, Expr::NPC_ValueDependentIsNull)) { in CheckSingleAssignmentConstraints() 12386 Expr::NPC_ValueDependentIsNull)) { in diagnoseTautologicalComparison() 12392 Expr::NPC_ValueDependentIsNull)) { in diagnoseTautologicalComparison() 12678 LHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull); in CheckCompareOperands() 12680 RHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull); in CheckCompareOperands()
|
H A D | SemaExprCXX.cpp | 766 if (E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in BuildCXXUuidof() 6803 E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType() 6811 E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType()
|
H A D | SemaOverload.cpp | 2442 : Expr::NPC_ValueDependentIsNull); in isNullPointerConstantForConversion() 3175 if (From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) in CheckPointerConversion() 3197 : Expr::NPC_ValueDependentIsNull)) { in IsMemberPointerConversion() 3237 Expr::NPC_ValueDependentIsNull) && in CheckMemberPointerConversion()
|
H A D | SemaExprObjC.cpp | 2917 Expr::NPC_ValueDependentIsNull); in BuildInstanceMessage()
|
H A D | SemaInit.cpp | 5793 return (e->isNullPointerConstant(C, Expr::NPC_ValueDependentIsNull) in isInvalidICRSource()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | Expr.cpp | 3877 case NPC_ValueDependentIsNull: in isNullPointerConstant()
|
H A D | ASTContext.cpp | 2896 Expr::NPC_ValueDependentIsNull)) in isSentinelNullExpr()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | Expr.h | 797 NPC_ValueDependentIsNull, enumerator
|