HomeSort by relevance Sort by last modified time
    Searched refs:isNullPointerConstant (Results 1 - 19 of 19) sorted by null

  /frameworks/compile/slang/
slang_rs_export_var.cpp 60 if (Initializer->isNullPointerConstant(Context->getASTContext(),
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 73 RHS->isNullPointerConstant(Ctx,
216 if (E->isNullPointerConstant(Pass.Ctx, Expr::NPC_ValueDependentIsNull))
TransUnbridgedCasts.cpp 84 if (castExpr->isNullPointerConstant(Pass.Ctx,
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 74 ME->getArg(0)->isNullPointerConstant(Ctx,
84 if (BO->getRHS()->isNullPointerConstant(Ctx,
ObjCContainersASTChecker.cpp 70 if (E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull))
DeadStoresChecker.cpp 222 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull))
MacOSKeychainAPIChecker.cpp 385 if (DeallocatorExpr->isNullPointerConstant(C.getASTContext(),
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 102 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull))
SemaExpr.cpp 351 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull) &&
    [all...]
SemaChecking.cpp     [all...]
SemaExprCXX.cpp 445 !E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull))
    [all...]
SemaExprObjC.cpp     [all...]
SemaOverload.cpp     [all...]
SemaInit.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 535 /// returned from \c isNullPointerConstant().
550 /// \brief Enumeration used to describe how \c isNullPointerConstant()
565 /// isNullPointerConstant - C99 6.3.2.3p3 - Test if this reduces down to
568 NullPointerConstantKind isNullPointerConstant(
    [all...]

Completed in 80 milliseconds