HomeSort by: relevance | last modified time | path
    Searched refs:NPC_ValueDependentIsNull (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 74 Expr::NPC_ValueDependentIsNull);
212 if (E->isNullPointerConstant(Pass.Ctx, Expr::NPC_ValueDependentIsNull))
TransUnbridgedCasts.cpp 105 Expr::NPC_ValueDependentIsNull))
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp 69 E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull));
DeadStoresChecker.cpp 344 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull))
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 7177 Expr::NPC_ValueDependentIsNull))
7799 Expr::NPC_ValueDependentIsNull))
9471 Expr::NPC_ValueDependentIsNull)) {
9572 Expr::NPC_ValueDependentIsNull)) {
9586 Context, Expr::NPC_ValueDependentIsNull)) {
11437 Expr::NPC_ValueDependentIsNull)) {
11443 Expr::NPC_ValueDependentIsNull)) {
11725 LHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull);
11727 RHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull);
SemaExprCXX.cpp 740 if (E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) {
6532 E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) {
6540 E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) {
SemaOverload.cpp 2333 : Expr::NPC_ValueDependentIsNull);
3061 if (From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull))
3083 : Expr::NPC_ValueDependentIsNull)) {
3123 Expr::NPC_ValueDependentIsNull) &&
SemaExprObjC.cpp 2921 Expr::NPC_ValueDependentIsNull);
SemaInit.cpp 5486 return (e->isNullPointerConstant(C, Expr::NPC_ValueDependentIsNull)
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 776 NPC_ValueDependentIsNull,
  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 3687 case NPC_ValueDependentIsNull:
ASTContext.cpp 2789 Expr::NPC_ValueDependentIsNull))

Completed in 68 milliseconds