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

  /external/clang/lib/ARCMigrate/
Transforms.h 181 bool isGlobalVar(Expr *E);
Transforms.cpp 203 bool trans::isGlobalVar(Expr *E) {
209 return isGlobalVar(condOp->getTrueExpr()) &&
210 isGlobalVar(condOp->getFalseExpr());
TransRetainReleaseDealloc.cpp 95 if (isGlobalVar(rec) &&
TransUnbridgedCasts.cpp 126 if (isGlobalVar(E))
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 185 milliseconds