Searched refs:NPC_ValueDependentIsNotNull (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenCL.cpp | 326 Expr::NPC_ValueDependentIsNotNull) && in checkBuiltinEnqueueKernel() 337 Expr::NPC_ValueDependentIsNotNull) && in checkBuiltinEnqueueKernel()
|
| H A D | SemaFixItUtils.cpp | 102 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in tryToFixConversion()
|
| H A D | SemaARM.cpp | 137 Expr::NPC_ValueDependentIsNotNull); in BuiltinARMMemoryTaggingCall()
|
| H A D | SemaExpr.cpp | 564 S.Context, Expr::NPC_ValueDependentIsNotNull) && in CheckForNullPointerDereference() 8006 Expr::NPC_ValueDependentIsNotNull); in DiagnoseConditionalForNull() 8013 Expr::NPC_ValueDependentIsNotNull); in DiagnoseConditionalForNull() 11204 Context, Expr::NPC_ValueDependentIsNotNull)) { in CheckAdditionOperands() 11322 Expr::NPC_ValueDependentIsNotNull)) { in CheckSubtractionOperands() 11369 Context, Expr::NPC_ValueDependentIsNotNull); in CheckSubtractionOperands() 11371 Context, Expr::NPC_ValueDependentIsNotNull); in CheckSubtractionOperands() 11886 Expr::NPC_ValueDependentIsNotNull)) in diagnoseObjCLiteralComparison() 12365 Expr::NPC_ValueDependentIsNotNull) == in CheckPtrComparisonWithNullChar()
|
| H A D | SemaExprObjC.cpp | 3565 if (e->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull)) in VisitExpr()
|
| H A D | SemaOverload.cpp | 2896 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull in isNullPointerConstantForConversion() 3506 From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull) == in CheckPointerConversion() 3586 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull in IsMemberPointerConversion()
|
| H A D | SemaChecking.cpp | 6227 if (E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in checkFormatStringExpr() 15493 Expr::NPC_ValueDependentIsNotNull)) { in CheckArgumentWithTypeTag()
|
| H A D | SemaInit.cpp | 7702 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) { in CheckForNullPointerDereference()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IvarInvalidationChecker.cpp | 629 return (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull) in isZero()
|
| H A D | MacOSKeychainAPIChecker.cpp | 348 Expr::NPC_ValueDependentIsNotNull)) { in checkPreStmt()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 422 if (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)) in getConstantVal()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 2237 ->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)) in isNullPointerArithmeticExtension() 3984 case NPC_ValueDependentIsNotNull: in isNullPointerConstant()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UnsafeBufferUsage.cpp | 3186 NPC_ValueDependentIsNotNull)) { in FixVarInitializerWithSpan()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 6046 getContext(), Expr::NPC_ValueDependentIsNotNull)) { in EmitBuiltinExpr() 6058 getContext(), Expr::NPC_ValueDependentIsNotNull)) { in EmitBuiltinExpr()
|
| H A D | CGCall.cpp | 4914 Expr::NPC_ValueDependentIsNotNull)) { in getVarArgType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 833 NPC_ValueDependentIsNotNull enumerator
|