Searched refs:NPC_ValueDependentIsNotNull (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaFixItUtils.cpp | 103 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in tryToFixConversion()
|
| H A D | SemaChecking.cpp | 601 Expr::NPC_ValueDependentIsNotNull) && in SemaOpenCLBuiltinEnqueueKernel() 612 Expr::NPC_ValueDependentIsNotNull) && in SemaOpenCLBuiltinEnqueueKernel() 6343 if (E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in checkFormatStringExpr() 10702 E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull); in DiagnoseNullConversion() 13720 Expr::NPC_ValueDependentIsNotNull)) { in CheckArgumentWithTypeTag()
|
| H A D | SemaExpr.cpp | 486 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull) && in CheckForNullPointerDereference() 6530 Expr::NPC_ValueDependentIsNotNull); in DiagnoseConditionalForNull() 6537 Expr::NPC_ValueDependentIsNotNull); in DiagnoseConditionalForNull() 9285 Context, Expr::NPC_ValueDependentIsNotNull)) { in CheckAdditionOperands() 9364 Expr::NPC_ValueDependentIsNotNull)) { in CheckSubtractionOperands() 9864 Expr::NPC_ValueDependentIsNotNull)) in diagnoseObjCLiteralComparison()
|
| H A D | SemaOverload.cpp | 2254 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull in isNullPointerConstantForConversion() 2915 From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull) == in CheckPointerConversion() 3000 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull in IsMemberPointerConversion()
|
| H A D | SemaExprObjC.cpp | 3342 if (e->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull)) in VisitExpr()
|
| H A D | SemaInit.cpp | 7234 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) { in CheckForNullPointerDereference()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IvarInvalidationChecker.cpp | 645 return (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull) in isZero()
|
| H A D | MacOSKeychainAPIChecker.cpp | 354 Expr::NPC_ValueDependentIsNotNull)) { in checkPreStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 370 if (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)) in getConstantVal()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Expr.cpp | 1982 ->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)) in isNullPointerArithmeticExtension() 3451 case NPC_ValueDependentIsNotNull: in isNullPointerConstant()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Expr.h | 719 NPC_ValueDependentIsNotNull enumerator
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 3662 Expr::NPC_ValueDependentIsNotNull)) { in getVarArgType()
|