Searched refs:NPC_ValueDependentIsNotNull (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaFixItUtils.cpp | 102 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in tryToFixConversion()
|
H A D | SemaExpr.cpp | 538 S.Context, Expr::NPC_ValueDependentIsNotNull) && in CheckForNullPointerDereference() 7725 Expr::NPC_ValueDependentIsNotNull); in DiagnoseConditionalForNull() 7732 Expr::NPC_ValueDependentIsNotNull); in DiagnoseConditionalForNull() 10666 Context, Expr::NPC_ValueDependentIsNotNull)) { in CheckAdditionOperands() 10755 Expr::NPC_ValueDependentIsNotNull)) { in CheckSubtractionOperands() 11239 Expr::NPC_ValueDependentIsNotNull)) in diagnoseObjCLiteralComparison() 11651 Expr::NPC_ValueDependentIsNotNull) == in CheckPtrComparisonWithNullChar()
|
H A D | SemaChecking.cpp | 1039 Expr::NPC_ValueDependentIsNotNull) && in SemaOpenCLBuiltinEnqueueKernel() 1050 Expr::NPC_ValueDependentIsNotNull) && in SemaOpenCLBuiltinEnqueueKernel() 6868 Context, Expr::NPC_ValueDependentIsNotNull); }; in SemaBuiltinARMMemoryTaggingCall() 7286 if (E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in checkFormatStringExpr() 12034 E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull); in DiagnoseNullConversion() 15870 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 | 7925 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) { in CheckForNullPointerDereference()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | SValBuilder.cpp | 378 if (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)) in getConstantVal()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Expr.cpp | 2091 ->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)) in isNullPointerArithmeticExtension() 3693 case NPC_ValueDependentIsNotNull: in isNullPointerConstant()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Expr.h | 780 NPC_ValueDependentIsNotNull enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 4344 Expr::NPC_ValueDependentIsNotNull)) { in getVarArgType()
|
H A D | CGBuiltin.cpp | 4811 getContext(), Expr::NPC_ValueDependentIsNotNull)) { in EmitBuiltinExpr() 4822 getContext(), Expr::NPC_ValueDependentIsNotNull)) { in EmitBuiltinExpr()
|