Searched refs:NPC_ValueDependentIsNotNull (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaFixItUtils.cpp | 102 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in tryToFixConversion()
|
| H A D | SemaExpr.cpp | 562 S.Context, Expr::NPC_ValueDependentIsNotNull) && in CheckForNullPointerDereference() 8357 Expr::NPC_ValueDependentIsNotNull); in DiagnoseConditionalForNull() 8364 Expr::NPC_ValueDependentIsNotNull); in DiagnoseConditionalForNull() 11486 Context, Expr::NPC_ValueDependentIsNotNull)) { in CheckAdditionOperands() 11586 Expr::NPC_ValueDependentIsNotNull)) { in CheckSubtractionOperands() 11633 Context, Expr::NPC_ValueDependentIsNotNull); in CheckSubtractionOperands() 11635 Context, Expr::NPC_ValueDependentIsNotNull); in CheckSubtractionOperands() 12188 Expr::NPC_ValueDependentIsNotNull)) in diagnoseObjCLiteralComparison() 12600 Expr::NPC_ValueDependentIsNotNull) == in CheckPtrComparisonWithNullChar()
|
| H A D | SemaChecking.cpp | 1613 Expr::NPC_ValueDependentIsNotNull) && in SemaOpenCLBuiltinEnqueueKernel() 1624 Expr::NPC_ValueDependentIsNotNull) && in SemaOpenCLBuiltinEnqueueKernel() 8261 Context, Expr::NPC_ValueDependentIsNotNull); }; in SemaBuiltinARMMemoryTaggingCall() 8743 if (E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in checkFormatStringExpr() 17604 Expr::NPC_ValueDependentIsNotNull)) { in CheckArgumentWithTypeTag()
|
| H A D | SemaOverload.cpp | 2441 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull in isNullPointerConstantForConversion() 3111 From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull) == in CheckPointerConversion() 3196 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull in IsMemberPointerConversion()
|
| H A D | SemaExprObjC.cpp | 3562 if (e->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull)) in VisitExpr()
|
| H A D | SemaInit.cpp | 8314 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) { in CheckForNullPointerDereference()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IvarInvalidationChecker.cpp | 643 return (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull) in isZero()
|
| H A D | MacOSKeychainAPIChecker.cpp | 357 Expr::NPC_ValueDependentIsNotNull)) { in checkPreStmt()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 414 if (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)) in getConstantVal()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Expr.cpp | 2221 ->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)) in isNullPointerArithmeticExtension() 3883 case NPC_ValueDependentIsNotNull: in isNullPointerConstant()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Expr.h | 801 NPC_ValueDependentIsNotNull enumerator
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 4481 Expr::NPC_ValueDependentIsNotNull)) { in getVarArgType()
|
| H A D | CGBuiltin.cpp | 5015 getContext(), Expr::NPC_ValueDependentIsNotNull)) { in EmitBuiltinExpr() 5026 getContext(), Expr::NPC_ValueDependentIsNotNull)) { in EmitBuiltinExpr()
|