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

  /frameworks/compile/slang/
slang_rs_export_var.cpp 62 if (Initializer->isNullPointerConstant(Context->getASTContext(),
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 74 RHS->isNullPointerConstant(Ctx,
217 if (E->isNullPointerConstant(Pass.Ctx, Expr::NPC_ValueDependentIsNull))
TransUnbridgedCasts.cpp 97 if (castExpr->isNullPointerConstant(Pass.Ctx,
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 75 ME->getArg(0)->isNullPointerConstant(Ctx,
85 if (BO->getRHS()->isNullPointerConstant(Ctx,
ObjCContainersASTChecker.cpp 68 if (E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull))
DeadStoresChecker.cpp 273 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull))
IvarInvalidationChecker.cpp 637 return (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)
MacOSKeychainAPIChecker.cpp 379 if (DeallocatorExpr->isNullPointerConstant(C.getASTContext(),
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 103 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull))
SemaExprCXX.cpp 437 !E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull))
    [all...]
SemaExpr.cpp 443 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull) &&
    [all...]
SemaExprObjC.cpp     [all...]
SemaOverload.cpp     [all...]
SemaChecking.cpp     [all...]
SemaInit.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 593 /// returned from \c isNullPointerConstant().
615 /// \brief Enumeration used to describe how \c isNullPointerConstant()
630 /// isNullPointerConstant - C99 6.3.2.3p3 - Test if this reduces down to
633 NullPointerConstantKind isNullPointerConstant(
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 166 milliseconds