Searched refs:NPC_ValueDependentIsNull (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/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 | 344 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull)) in observeStmt()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 7241 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 D | SemaExprCXX.cpp | 760 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 D | SemaOverload.cpp | 2333 : 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 D | SemaExprObjC.cpp | 2921 Expr::NPC_ValueDependentIsNull); in BuildInstanceMessage()
|
| H A D | SemaInit.cpp | 5488 return (e->isNullPointerConstant(C, Expr::NPC_ValueDependentIsNull) in isInvalidICRSource()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 3760 case NPC_ValueDependentIsNull: in isNullPointerConstant()
|
| H A D | ASTContext.cpp | 2804 Expr::NPC_ValueDependentIsNull)) in isSentinelNullExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 773 NPC_ValueDependentIsNull, enumerator
|