Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaFixItUtils.cpp103 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in tryToFixConversion()
DSemaChecking.cpp1632 if (E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull)) in checkFormatStringExpr()
1812 Expr::NPC_ValueDependentIsNotNull)) in CheckNonNullArguments()
4693 if ((E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull) in CheckImplicitConversion()
6050 Expr::NPC_ValueDependentIsNotNull)) { in CheckArgumentWithTypeTag()
DSemaExpr.cpp432 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull) && in CheckForNullPointerDereference()
4635 Expr::NPC_ValueDependentIsNotNull); in DiagnoseConditionalForNull()
4642 Expr::NPC_ValueDependentIsNotNull); in DiagnoseConditionalForNull()
6129 Expr::NPC_ValueDependentIsNotNull)) in CheckMultiplyDivideOperands()
6157 Expr::NPC_ValueDependentIsNotNull)) in CheckRemainderOperands()
6802 Expr::NPC_ValueDependentIsNotNull)) in diagnoseObjCLiteralComparison()
DSemaOverload.cpp1884 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull in isNullPointerConstantForConversion()
2566 From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull) == in CheckPointerConversion()
2637 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull in IsMemberPointerConversion()
DSemaExprObjC.cpp2585 if (e->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull)) in VisitExpr()
/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp390 Expr::NPC_ValueDependentIsNotNull)) { in checkPreStmt()
/external/clang/lib/AST/
DExpr.cpp2903 case NPC_ValueDependentIsNotNull: in isNullPointerConstant()
/external/clang/include/clang/AST/
DExpr.h573 NPC_ValueDependentIsNotNull enumerator