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

  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 74 Expr::NPC_ValueDependentIsNull);
216 if (E->isNullPointerConstant(Pass.Ctx, Expr::NPC_ValueDependentIsNull))
TransUnbridgedCasts.cpp 85 Expr::NPC_ValueDependentIsNull))
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 75 Expr::NPC_ValueDependentIsNull))
85 Expr::NPC_ValueDependentIsNull)) {
ObjCContainersASTChecker.cpp 70 if (E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull))
DeadStoresChecker.cpp 222 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull))
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaExprCXX.cpp 445 !E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull))
    [all...]
SemaOverload.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaInit.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 558 NPC_ValueDependentIsNull,
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
ASTContext.cpp     [all...]

Completed in 184 milliseconds