Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaFixItUtils.cpp103 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in tryToFixConversion()
DSemaChecking.cpp3817 if (E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in checkFormatStringExpr()
7997 E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull); in DiagnoseNullConversion()
10876 Expr::NPC_ValueDependentIsNotNull)) { in CheckArgumentWithTypeTag()
DSemaExpr.cpp564 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull) && in CheckForNullPointerDereference()
6123 Expr::NPC_ValueDependentIsNotNull); in DiagnoseConditionalForNull()
6130 Expr::NPC_ValueDependentIsNotNull); in DiagnoseConditionalForNull()
8954 Expr::NPC_ValueDependentIsNotNull)) in diagnoseObjCLiteralComparison()
DSemaOverload.cpp2085 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull in isNullPointerConstantForConversion()
2732 From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull) == in CheckPointerConversion()
2817 InOverloadResolution? Expr::NPC_ValueDependentIsNotNull in IsMemberPointerConversion()
DSemaExprObjC.cpp3190 if (e->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull)) in VisitExpr()
DSemaInit.cpp6184 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) { in CheckForNullPointerDereference()
/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp379 Expr::NPC_ValueDependentIsNotNull)) { in checkPreStmt()
DIvarInvalidationChecker.cpp645 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.cpp3144 case NPC_ValueDependentIsNotNull: in isNullPointerConstant()
/external/clang/include/clang/AST/
DExpr.h696 NPC_ValueDependentIsNotNull enumerator
/external/clang/lib/CodeGen/
DCGCall.cpp3351 Expr::NPC_ValueDependentIsNotNull)) { in getVarArgType()