Home
last modified time | relevance | path

Searched refs:NPC_ValueDependentIsNull (Results 1 – 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransZeroOutPropsInDealloc.cpp74 Expr::NPC_ValueDependentIsNull); in VisitObjCMessageExpr()
214 if (E->isNullPointerConstant(Pass.Ctx, Expr::NPC_ValueDependentIsNull)) in isZero()
HDTransUnbridgedCasts.cpp105 Expr::NPC_ValueDependentIsNull)) in VisitCastExpr()
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDObjCContainersASTChecker.cpp69 E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull)); in hasPointerToPointerSizedType()
HDDeadStoresChecker.cpp343 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull)) in observeStmt()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp6473 Expr::NPC_ValueDependentIsNull)) in PrepareScalarCast()
7034 Expr::NPC_ValueDependentIsNull)) in checkConditionalNullPointer()
8641 Expr::NPC_ValueDependentIsNull)) { in CheckTransparentUnionArgumentConstraints()
8742 Expr::NPC_ValueDependentIsNull)) { in CheckSingleAssignmentConstraints()
8756 Context, Expr::NPC_ValueDependentIsNull)) { in CheckSingleAssignmentConstraints()
10521 Expr::NPC_ValueDependentIsNull)) { in diagnoseTautologicalComparison()
10527 Expr::NPC_ValueDependentIsNull)) { in diagnoseTautologicalComparison()
10809 LHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull); in CheckCompareOperands()
10811 RHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull); in CheckCompareOperands()
HDSemaExprCXX.cpp654 if (E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in BuildCXXUuidof()
6286 E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType()
6294 E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType()
HDSemaOverload.cpp2319 : Expr::NPC_ValueDependentIsNull); in isNullPointerConstantForConversion()
3047 if (From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) in CheckPointerConversion()
3069 : Expr::NPC_ValueDependentIsNull)) { in IsMemberPointerConversion()
3109 Expr::NPC_ValueDependentIsNull) && in CheckMemberPointerConversion()
HDSemaExprObjC.cpp2786 Expr::NPC_ValueDependentIsNull); in BuildInstanceMessage()
HDSemaInit.cpp5367 return (e->isNullPointerConstant(C, Expr::NPC_ValueDependentIsNull) in isInvalidICRSource()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h6636 Expr::NPC_ValueDependentIsNull); in AST_MATCHER()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDExpr.cpp3750 case NPC_ValueDependentIsNull: in isNullPointerConstant()
HDASTContext.cpp2711 Expr::NPC_ValueDependentIsNull)) in isSentinelNullExpr()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h739 NPC_ValueDependentIsNull, enumerator