Searched refs:NPC_ValueDependentIsNull (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCContainersASTChecker.cpp | 69 E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull)); in hasPointerToPointerSizedType()
|
| H A D | DeadStoresChecker.cpp | 339 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull)) in observeStmt()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 754 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 D | SemaExpr.cpp | 7454 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 D | SemaExprObjC.cpp | 2913 Expr::NPC_ValueDependentIsNull); in BuildInstanceMessage()
|
| H A D | SemaOverload.cpp | 2897 : Expr::NPC_ValueDependentIsNull); in isNullPointerConstantForConversion() 3570 if (From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) in CheckPointerConversion() 3587 : Expr::NPC_ValueDependentIsNull)) { in IsMemberPointerConversion()
|
| H A D | SemaInit.cpp | 6324 return (e->isNullPointerConstant(C, Expr::NPC_ValueDependentIsNull) in isInvalidICRSource()
|
| H A D | SemaChecking.cpp | 1665 Arg->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNull)) { in checkPointerAuthValue()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 3978 case NPC_ValueDependentIsNull: in isNullPointerConstant()
|
| H A D | ASTContext.cpp | 3098 Expr::NPC_ValueDependentIsNull)) in isSentinelNullExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 829 NPC_ValueDependentIsNull, enumerator
|