Searched refs:NPC_ValueDependentIsNotNull (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaFixItUtils.cpp | 102 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in tryToFixConversion()
|
| H A D | SemaExpr.cpp | 553 S.Context, Expr::NPC_ValueDependentIsNotNull) && in CheckForNullPointerDereference() 7789 Expr::NPC_ValueDependentIsNotNull); in DiagnoseConditionalForNull() 7796 Expr::NPC_ValueDependentIsNotNull); in DiagnoseConditionalForNull() 10746 Context, Expr::NPC_ValueDependentIsNotNull)) { in CheckAdditionOperands() 10835 Expr::NPC_ValueDependentIsNotNull)) { in CheckSubtractionOperands() 10882 Context, Expr::NPC_ValueDependentIsNotNull); in CheckSubtractionOperands() 10884 Context, Expr::NPC_ValueDependentIsNotNull); in CheckSubtractionOperands() 11328 Expr::NPC_ValueDependentIsNotNull)) in diagnoseObjCLiteralComparison() 11740 Expr::NPC_ValueDependentIsNotNull) == in CheckPtrComparisonWithNullChar()
|
| H A D | SemaChecking.cpp | 1039 Expr::NPC_ValueDependentIsNotNull) && in SemaOpenCLBuiltinEnqueueKernel() 1050 Expr::NPC_ValueDependentIsNotNull) && in SemaOpenCLBuiltinEnqueueKernel() 7140 Context, Expr::NPC_ValueDependentIsNotNull); }; in SemaBuiltinARMMemoryTaggingCall() 7558 if (E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in checkFormatStringExpr() 12307 E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull); in DiagnoseNullConversion() 16211 Expr::NPC_ValueDependentIsNotNull)) { in CheckArgumentWithTypeTag()
|
| H A D | SemaOverload.cpp | 2332 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull in isNullPointerConstantForConversion() 2997 From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull) == in CheckPointerConversion() 3082 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 | 7927 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) { in CheckForNullPointerDereference()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IvarInvalidationChecker.cpp | 644 return (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull) in isZero()
|
| H A D | MacOSKeychainAPIChecker.cpp | 357 Expr::NPC_ValueDependentIsNotNull)) { in checkPreStmt()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 392 if (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)) in getConstantVal()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 2160 ->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)) in isNullPointerArithmeticExtension() 3766 case NPC_ValueDependentIsNotNull: in isNullPointerConstant()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 777 NPC_ValueDependentIsNotNull enumerator
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 4351 Expr::NPC_ValueDependentIsNotNull)) { in getVarArgType()
|
| H A D | CGBuiltin.cpp | 4892 getContext(), Expr::NPC_ValueDependentIsNotNull)) { in EmitBuiltinExpr() 4903 getContext(), Expr::NPC_ValueDependentIsNotNull)) { in EmitBuiltinExpr()
|