Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp74 Expr::NPC_ValueDependentIsNull); in VisitObjCMessageExpr()
212 if (E->isNullPointerConstant(Pass.Ctx, Expr::NPC_ValueDependentIsNull)) in isZero()
H A DTransUnbridgedCasts.cpp105 Expr::NPC_ValueDependentIsNull)) in VisitCastExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp69 E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull)); in hasPointerToPointerSizedType()
H A DDeadStoresChecker.cpp344 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull)) in observeStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp7241 Expr::NPC_ValueDependentIsNull)) in PrepareScalarCast()
7863 Expr::NPC_ValueDependentIsNull)) in checkConditionalNullPointer()
9535 Expr::NPC_ValueDependentIsNull)) { in CheckTransparentUnionArgumentConstraints()
9636 Expr::NPC_ValueDependentIsNull)) { in CheckSingleAssignmentConstraints()
9650 Context, Expr::NPC_ValueDependentIsNull)) { in CheckSingleAssignmentConstraints()
11526 Expr::NPC_ValueDependentIsNull)) { in diagnoseTautologicalComparison()
11532 Expr::NPC_ValueDependentIsNull)) { in diagnoseTautologicalComparison()
11814 LHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull); in CheckCompareOperands()
11816 RHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull); in CheckCompareOperands()
H A DSemaExprCXX.cpp760 if (E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in BuildCXXUuidof()
6580 E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType()
6588 E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType()
H A DSemaOverload.cpp2333 : Expr::NPC_ValueDependentIsNull); in isNullPointerConstantForConversion()
3061 if (From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) in CheckPointerConversion()
3083 : Expr::NPC_ValueDependentIsNull)) { in IsMemberPointerConversion()
3123 Expr::NPC_ValueDependentIsNull) && in CheckMemberPointerConversion()
H A DSemaExprObjC.cpp2921 Expr::NPC_ValueDependentIsNull); in BuildInstanceMessage()
H A DSemaInit.cpp5488 return (e->isNullPointerConstant(C, Expr::NPC_ValueDependentIsNull) in isInvalidICRSource()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3760 case NPC_ValueDependentIsNull: in isNullPointerConstant()
H A DASTContext.cpp2804 Expr::NPC_ValueDependentIsNull)) in isSentinelNullExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h773 NPC_ValueDependentIsNull, enumerator