Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaFixItUtils.cpp103 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in tryToFixConversion()
H A DSemaChecking.cpp601 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 DSemaExpr.cpp486 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 DSemaOverload.cpp2254 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull in isNullPointerConstantForConversion()
2915 From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull) == in CheckPointerConversion()
3000 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull in IsMemberPointerConversion()
H A DSemaExprObjC.cpp3342 if (e->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull)) in VisitExpr()
H A DSemaInit.cpp7234 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) { in CheckForNullPointerDereference()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp645 return (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull) in isZero()
H A DMacOSKeychainAPIChecker.cpp354 Expr::NPC_ValueDependentIsNotNull)) { in checkPreStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp370 if (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)) in getConstantVal()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp1982 ->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 DExpr.h719 NPC_ValueDependentIsNotNull enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp3662 Expr::NPC_ValueDependentIsNotNull)) { in getVarArgType()