Home
last modified time | relevance | path

Searched refs:NPC_ValueDependentIsNotNull (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenCL.cpp326 Expr::NPC_ValueDependentIsNotNull) && in checkBuiltinEnqueueKernel()
337 Expr::NPC_ValueDependentIsNotNull) && in checkBuiltinEnqueueKernel()
H A DSemaFixItUtils.cpp102 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in tryToFixConversion()
H A DSemaARM.cpp137 Expr::NPC_ValueDependentIsNotNull); in BuiltinARMMemoryTaggingCall()
H A DSemaExpr.cpp564 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 DSemaExprObjC.cpp3565 if (e->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull)) in VisitExpr()
H A DSemaOverload.cpp2896 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull in isNullPointerConstantForConversion()
3506 From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull) == in CheckPointerConversion()
3586 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull in IsMemberPointerConversion()
H A DSemaChecking.cpp6227 if (E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in checkFormatStringExpr()
15493 Expr::NPC_ValueDependentIsNotNull)) { in CheckArgumentWithTypeTag()
H A DSemaInit.cpp7702 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) { in CheckForNullPointerDereference()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp629 return (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull) in isZero()
H A DMacOSKeychainAPIChecker.cpp348 Expr::NPC_ValueDependentIsNotNull)) { in checkPreStmt()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp422 if (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)) in getConstantVal()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2237 ->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)) in isNullPointerArithmeticExtension()
3984 case NPC_ValueDependentIsNotNull: in isNullPointerConstant()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp3186 NPC_ValueDependentIsNotNull)) { in FixVarInitializerWithSpan()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp6046 getContext(), Expr::NPC_ValueDependentIsNotNull)) { in EmitBuiltinExpr()
6058 getContext(), Expr::NPC_ValueDependentIsNotNull)) { in EmitBuiltinExpr()
H A DCGCall.cpp4914 Expr::NPC_ValueDependentIsNotNull)) { in getVarArgType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h833 NPC_ValueDependentIsNotNull enumerator