Home
last modified time | relevance | path

Searched refs:NPC_ValueDependentIsNull (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp75 Expr::NPC_ValueDependentIsNull); in VisitObjCMessageExpr()
217 if (E->isNullPointerConstant(Pass.Ctx, Expr::NPC_ValueDependentIsNull)) in isZero()
DTransUnbridgedCasts.cpp98 Expr::NPC_ValueDependentIsNull)) in VisitCastExpr()
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp76 Expr::NPC_ValueDependentIsNull)) in scan_ivar_release()
86 Expr::NPC_ValueDependentIsNull)) { in scan_ivar_release()
DObjCContainersASTChecker.cpp68 if (E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull)) in hasPointerToPointerSizedType()
DDeadStoresChecker.cpp279 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull)) in observeStmt()
/external/clang/lib/Sema/
DSemaExprCXX.cpp482 !E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) in BuildCXXUuidof()
4554 E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType()
4559 E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType()
4566 if (E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType()
4573 if (E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType()
DSemaExpr.cpp4821 Expr::NPC_ValueDependentIsNull)) in PrepareScalarCast()
5266 Expr::NPC_ValueDependentIsNull)) in checkConditionalNullPointer()
6408 Expr::NPC_ValueDependentIsNull)) { in CheckTransparentUnionArgumentConstraints()
6481 Expr::NPC_ValueDependentIsNull)) { in CheckSingleAssignmentConstraints()
7559 Expr::NPC_ValueDependentIsNull)) { in CheckCompareOperands()
7565 Expr::NPC_ValueDependentIsNull)) { in CheckCompareOperands()
7602 Expr::NPC_ValueDependentIsNull); in CheckCompareOperands()
7604 Expr::NPC_ValueDependentIsNull); in CheckCompareOperands()
DSemaOverload.cpp1963 : Expr::NPC_ValueDependentIsNull); in isNullPointerConstantForConversion()
2661 if (From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) in CheckPointerConversion()
2683 : Expr::NPC_ValueDependentIsNull)) { in IsMemberPointerConversion()
2724 Expr::NPC_ValueDependentIsNull) && in CheckMemberPointerConversion()
DSemaExprObjC.cpp2276 Expr::NPC_ValueDependentIsNull); in BuildInstanceMessage()
DSemaInit.cpp4227 return (e->isNullPointerConstant(C, Expr::NPC_ValueDependentIsNull) in isInvalidICRSource()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1057 if (!Op->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) in GetAddrOfUuidDescriptor()
/external/clang/include/clang/AST/
DExpr.h634 NPC_ValueDependentIsNull, enumerator
/external/clang/lib/AST/
DExpr.cpp3011 case NPC_ValueDependentIsNull: in isNullPointerConstant()
DASTContext.cpp1865 Expr::NPC_ValueDependentIsNull)) in isSentinelNullExpr()