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

1 2

  /frameworks/compile/slang/
slang_rs_export_var.cpp 49 if (Initializer->isNullPointerConstant(Context->getASTContext(),
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 74 RHS->isNullPointerConstant(Ctx,
215 if (E->isNullPointerConstant(Pass.Ctx, Expr::NPC_ValueDependentIsNull))
TransUnbridgedCasts.cpp 105 if (castExpr->isNullPointerConstant(Pass.Ctx,
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp 70 E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull));
DeadStoresChecker.cpp 284 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull))
IvarInvalidationChecker.cpp 645 return (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)
MacOSKeychainAPIChecker.cpp 378 if (DeallocatorExpr->isNullPointerConstant(C.getASTContext(),
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 103 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull))
SemaExpr.cpp 564 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull) &&
    [all...]
SemaExprCXX.cpp 575 if (E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) {
    [all...]
SemaExprObjC.cpp     [all...]
SemaOverload.cpp     [all...]
SemaInit.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 322 if (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull))
  /external/clang/include/clang/AST/
Expr.h 662 /// returned from \c isNullPointerConstant().
684 /// \brief Enumeration used to describe how \c isNullPointerConstant()
699 /// isNullPointerConstant - C99 6.3.2.3p3 - Test if this reduces down to
702 NullPointerConstantKind isNullPointerConstant(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Expr.h 669 /// returned from \c isNullPointerConstant().
691 /// \brief Enumeration used to describe how \c isNullPointerConstant()
706 /// isNullPointerConstant - C99 6.3.2.3p3 - Test if this reduces down to
709 NullPointerConstantKind isNullPointerConstant(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Expr.h 669 /// returned from \c isNullPointerConstant().
691 /// \brief Enumeration used to describe how \c isNullPointerConstant()
706 /// isNullPointerConstant - C99 6.3.2.3p3 - Test if this reduces down to
709 NullPointerConstantKind isNullPointerConstant(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Expr.h 669 /// returned from \c isNullPointerConstant().
691 /// \brief Enumeration used to describe how \c isNullPointerConstant()
706 /// isNullPointerConstant - C99 6.3.2.3p3 - Test if this reduces down to
709 NullPointerConstantKind isNullPointerConstant(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h 669 /// returned from \c isNullPointerConstant().
691 /// \brief Enumeration used to describe how \c isNullPointerConstant()
706 /// isNullPointerConstant - C99 6.3.2.3p3 - Test if this reduces down to
709 NullPointerConstantKind isNullPointerConstant(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Expr.h 669 /// returned from \c isNullPointerConstant().
691 /// \brief Enumeration used to describe how \c isNullPointerConstant()
706 /// isNullPointerConstant - C99 6.3.2.3p3 - Test if this reduces down to
709 NullPointerConstantKind isNullPointerConstant(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Expr.h 669 /// returned from \c isNullPointerConstant().
691 /// \brief Enumeration used to describe how \c isNullPointerConstant()
706 /// isNullPointerConstant - C99 6.3.2.3p3 - Test if this reduces down to
709 NullPointerConstantKind isNullPointerConstant(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Expr.h 669 /// returned from \c isNullPointerConstant().
691 /// \brief Enumeration used to describe how \c isNullPointerConstant()
706 /// isNullPointerConstant - C99 6.3.2.3p3 - Test if this reduces down to
709 NullPointerConstantKind isNullPointerConstant(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h 669 /// returned from \c isNullPointerConstant().
691 /// \brief Enumeration used to describe how \c isNullPointerConstant()
706 /// isNullPointerConstant - C99 6.3.2.3p3 - Test if this reduces down to
709 NullPointerConstantKind isNullPointerConstant(
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]

Completed in 125 milliseconds

1 2