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

  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 75 Expr::NPC_ValueDependentIsNull);
215 if (E->isNullPointerConstant(Pass.Ctx, Expr::NPC_ValueDependentIsNull))
TransUnbridgedCasts.cpp 106 Expr::NPC_ValueDependentIsNull))
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 76 Expr::NPC_ValueDependentIsNull))
86 Expr::NPC_ValueDependentIsNull)) {
ObjCContainersASTChecker.cpp 69 if (E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull))
DeadStoresChecker.cpp 282 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull))
  /external/clang/lib/Sema/
SemaExprCXX.cpp 516 !E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) {
    [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaInit.cpp     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 125 if (!Op->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull))
    [all...]
Expr.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 655 NPC_ValueDependentIsNull,
    [all...]

Completed in 496 milliseconds