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

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

Completed in 173 milliseconds