Searched refs:NPC_ValueDependentIsNotNull (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaFixItUtils.cpp | 102 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in tryToFixConversion()
|
| H A D | SemaExpr.cpp | 558 S.Context, Expr::NPC_ValueDependentIsNotNull) && in CheckForNullPointerDereference() 8117 Expr::NPC_ValueDependentIsNotNull); in DiagnoseConditionalForNull() 8124 Expr::NPC_ValueDependentIsNotNull); in DiagnoseConditionalForNull() 11225 Context, Expr::NPC_ValueDependentIsNotNull)) { in CheckAdditionOperands() 11325 Expr::NPC_ValueDependentIsNotNull)) { in CheckSubtractionOperands() 11372 Context, Expr::NPC_ValueDependentIsNotNull); in CheckSubtractionOperands() 11374 Context, Expr::NPC_ValueDependentIsNotNull); in CheckSubtractionOperands() 11927 Expr::NPC_ValueDependentIsNotNull)) in diagnoseObjCLiteralComparison() 12339 Expr::NPC_ValueDependentIsNotNull) == in CheckPtrComparisonWithNullChar()
|
| H A D | SemaChecking.cpp | 1572 Expr::NPC_ValueDependentIsNotNull) && in SemaOpenCLBuiltinEnqueueKernel() 1583 Expr::NPC_ValueDependentIsNotNull) && in SemaOpenCLBuiltinEnqueueKernel() 8051 Context, Expr::NPC_ValueDependentIsNotNull); }; in SemaBuiltinARMMemoryTaggingCall() 8498 if (E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in checkFormatStringExpr() 13346 E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull); in DiagnoseNullConversion() 17325 Expr::NPC_ValueDependentIsNotNull)) { in CheckArgumentWithTypeTag()
|
| H A D | SemaOverload.cpp | 2334 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull in isNullPointerConstantForConversion() 3004 From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull) == in CheckPointerConversion() 3089 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull in IsMemberPointerConversion()
|
| H A D | SemaExprObjC.cpp | 3568 if (e->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull)) in VisitExpr()
|
| H A D | SemaInit.cpp | 7986 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) { in CheckForNullPointerDereference()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IvarInvalidationChecker.cpp | 644 return (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull) in isZero()
|
| H A D | MacOSKeychainAPIChecker.cpp | 356 Expr::NPC_ValueDependentIsNotNull)) { in checkPreStmt()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 414 if (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)) in getConstantVal()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Expr.cpp | 2134 ->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)) in isNullPointerArithmeticExtension() 3795 case NPC_ValueDependentIsNotNull: in isNullPointerConstant()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Expr.h | 790 NPC_ValueDependentIsNotNull enumerator
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 4431 Expr::NPC_ValueDependentIsNotNull)) { in getVarArgType()
|
| H A D | CGBuiltin.cpp | 4975 getContext(), Expr::NPC_ValueDependentIsNotNull)) { in EmitBuiltinExpr() 4986 getContext(), Expr::NPC_ValueDependentIsNotNull)) { in EmitBuiltinExpr()
|