Home
last modified time | relevance | path

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

/external/chromium_org/tools/clang/rewrite_scoped_ptr_ctor_null/
DRewriteScopedPtrCtorNull.cpp45 clang::Expr::NPC_ValueDependentIsNotNull) != in IsNullConstant()
/external/clang/lib/Sema/
DSemaFixItUtils.cpp103 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in tryToFixConversion()
DSemaChecking.cpp1944 if (E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in checkFormatStringExpr()
5280 if ((E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull) in CheckImplicitConversion()
7249 Expr::NPC_ValueDependentIsNotNull)) { in CheckArgumentWithTypeTag()
DSemaExpr.cpp477 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull) && in CheckForNullPointerDereference()
5169 Expr::NPC_ValueDependentIsNotNull); in DiagnoseConditionalForNull()
5176 Expr::NPC_ValueDependentIsNotNull); in DiagnoseConditionalForNull()
7403 Expr::NPC_ValueDependentIsNotNull)) in diagnoseObjCLiteralComparison()
DSemaOverload.cpp1962 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull in isNullPointerConstantForConversion()
2611 From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull) == in CheckPointerConversion()
2682 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull in IsMemberPointerConversion()
DSemaExprObjC.cpp2761 if (e->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull)) in VisitExpr()
/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp292 if (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)) in getConstantVal()
/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp381 Expr::NPC_ValueDependentIsNotNull)) { in checkPreStmt()
DIvarInvalidationChecker.cpp658 return (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull) in isZero()
/external/clang/include/clang/AST/
DExpr.h638 NPC_ValueDependentIsNotNull enumerator
/external/clang/lib/AST/
DExpr.cpp3017 case NPC_ValueDependentIsNotNull: in isNullPointerConstant()