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 179 bool isGlobalVar(Expr *E);
Transforms.cpp 197 bool trans::isGlobalVar(Expr *E) {
203 return isGlobalVar(condOp->getTrueExpr()) &&
204 isGlobalVar(condOp->getFalseExpr());
TransRetainReleaseDealloc.cpp 95 if (isGlobalVar(rec) &&
TransUnbridgedCasts.cpp 118 if (isGlobalVar(E))
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 872 milliseconds