Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaFixItUtils.cpp103 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in tryToFixConversion()
DSemaExpr.cpp443 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull) && in CheckForNullPointerDereference()
4773 Expr::NPC_ValueDependentIsNotNull); in DiagnoseConditionalForNull()
4780 Expr::NPC_ValueDependentIsNotNull); in DiagnoseConditionalForNull()
6266 Expr::NPC_ValueDependentIsNotNull)) in CheckMultiplyDivideOperands()
6294 Expr::NPC_ValueDependentIsNotNull)) in CheckRemainderOperands()
6985 Expr::NPC_ValueDependentIsNotNull)) in diagnoseObjCLiteralComparison()
DSemaChecking.cpp1662 if (E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull)) in checkFormatStringExpr()
4952 if ((E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull) in CheckImplicitConversion()
6844 Expr::NPC_ValueDependentIsNotNull)) { in CheckArgumentWithTypeTag()
DSemaExprObjC.cpp2645 if (e->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull)) in VisitExpr()
DSemaOverload.cpp1976 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull in isNullPointerConstantForConversion()
2658 From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull) == in CheckPointerConversion()
2729 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull in IsMemberPointerConversion()
/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp637 return (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull) in isZero()
DMacOSKeychainAPIChecker.cpp380 Expr::NPC_ValueDependentIsNotNull)) { in checkPreStmt()
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp1617 if (Init->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)) in getConstValue()
/external/clang/include/clang/AST/
DExpr.h627 NPC_ValueDependentIsNotNull enumerator
/external/clang/lib/AST/
DExpr.cpp3011 case NPC_ValueDependentIsNotNull: in isNullPointerConstant()