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

/external/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp75 Expr::NPC_ValueDependentIsNull);
215 if (E->isNullPointerConstant(Pass.Ctx, Expr::NPC_ValueDependentIsNull))
H A DTransUnbridgedCasts.cpp106 Expr::NPC_ValueDependentIsNull))
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp76 Expr::NPC_ValueDependentIsNull))
86 Expr::NPC_ValueDependentIsNull)) {
H A DObjCContainersASTChecker.cpp69 if (E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull))
H A DDeadStoresChecker.cpp282 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull))
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp516 !E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) {
4643 E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) {
4648 E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) {
4655 if (E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) {
4662 if (E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) {
H A DSemaExpr.cpp4999 Expr::NPC_ValueDependentIsNull))
5495 Expr::NPC_ValueDependentIsNull))
6665 Expr::NPC_ValueDependentIsNull)) {
6737 Expr::NPC_ValueDependentIsNull)) {
7936 Expr::NPC_ValueDependentIsNull)) {
7942 Expr::NPC_ValueDependentIsNull)) {
7979 LHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull);
7981 RHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull);
H A DSemaOverload.cpp1990 : Expr::NPC_ValueDependentIsNull);
2691 if (From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull))
2713 : Expr::NPC_ValueDependentIsNull)) {
2754 Expr::NPC_ValueDependentIsNull) &&
H A DSemaExprObjC.cpp2321 Expr::NPC_ValueDependentIsNull);
H A DSemaInit.cpp4406 return (e->isNullPointerConstant(C, Expr::NPC_ValueDependentIsNull)
/external/clang/lib/AST/
H A DExprCXX.cpp125 if (!Op->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull))
H A DExpr.cpp3106 case NPC_ValueDependentIsNull:
H A DASTContext.cpp1892 Expr::NPC_ValueDependentIsNull))
/external/clang/include/clang/AST/
H A DExpr.h655 NPC_ValueDependentIsNull, enumerator in enum:clang::Expr::NullPointerConstantValueDependence

Completed in 5518 milliseconds