Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp69 E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull)); in hasPointerToPointerSizedType()
H A DDeadStoresChecker.cpp339 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull)) in observeStmt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp754 if (E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in BuildCXXUuidof()
4997 Expr::NPC_ValueDependentIsNull)) && in PerformImplicitConversion()
6151 E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType()
6159 E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType()
H A DSemaExpr.cpp7454 Expr::NPC_ValueDependentIsNull)) in PrepareScalarCast()
8064 Expr::NPC_ValueDependentIsNull)) in checkConditionalNullPointer()
9590 Expr::NPC_ValueDependentIsNull)) { in CheckAssignmentConstraints()
9694 Expr::NPC_ValueDependentIsNull)) { in CheckTransparentUnionArgumentConstraints()
9819 Expr::NPC_ValueDependentIsNull))) { in CheckSingleAssignmentConstraints()
9878 Context, Expr::NPC_ValueDependentIsNull)) { in CheckSingleAssignmentConstraints()
12149 Expr::NPC_ValueDependentIsNull)) { in diagnoseTautologicalComparison()
12155 Expr::NPC_ValueDependentIsNull)) { in diagnoseTautologicalComparison()
12449 LHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull); in CheckCompareOperands()
12451 RHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull); in CheckCompareOperands()
H A DSemaExprObjC.cpp2913 Expr::NPC_ValueDependentIsNull); in BuildInstanceMessage()
H A DSemaOverload.cpp2897 : Expr::NPC_ValueDependentIsNull); in isNullPointerConstantForConversion()
3570 if (From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) in CheckPointerConversion()
3587 : Expr::NPC_ValueDependentIsNull)) { in IsMemberPointerConversion()
H A DSemaInit.cpp6324 return (e->isNullPointerConstant(C, Expr::NPC_ValueDependentIsNull) in isInvalidICRSource()
H A DSemaChecking.cpp1665 Arg->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNull)) { in checkPointerAuthValue()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3978 case NPC_ValueDependentIsNull: in isNullPointerConstant()
H A DASTContext.cpp3098 Expr::NPC_ValueDependentIsNull)) in isSentinelNullExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h829 NPC_ValueDependentIsNull, enumerator