Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaFixItUtils.cpp103 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in tryToFixConversion()
DSemaChecking.cpp3030 if (E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in checkFormatStringExpr()
7043 E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull); in DiagnoseNullConversion()
9855 Expr::NPC_ValueDependentIsNotNull)) { in CheckArgumentWithTypeTag()
DSemaExpr.cpp552 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull) && in CheckForNullPointerDereference()
5820 Expr::NPC_ValueDependentIsNotNull); in DiagnoseConditionalForNull()
5827 Expr::NPC_ValueDependentIsNotNull); in DiagnoseConditionalForNull()
8518 Expr::NPC_ValueDependentIsNotNull)) in diagnoseObjCLiteralComparison()
DSemaOverload.cpp2019 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull in isNullPointerConstantForConversion()
2666 From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull) == in CheckPointerConversion()
2745 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull in IsMemberPointerConversion()
DSemaExprObjC.cpp3161 if (e->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull)) in VisitExpr()
/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp387 Expr::NPC_ValueDependentIsNotNull)) { in checkPreStmt()
DIvarInvalidationChecker.cpp648 return (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull) in isZero()
/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp322 if (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)) in getConstantVal()
/external/clang/lib/AST/
DExpr.cpp3285 case NPC_ValueDependentIsNotNull: in isNullPointerConstant()
/external/clang/include/clang/AST/
DExpr.h688 NPC_ValueDependentIsNotNull enumerator
/external/clang/lib/CodeGen/
DCGCall.cpp3008 Expr::NPC_ValueDependentIsNotNull)) { in getVarArgType()