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

  /external/clang/lib/Basic/
Module.cpp 192 void Module::getExportedModules(SmallVectorImpl<Module *> &Exported) const {
200 Exported.push_back(Mod);
220 // re-exported by the wildcard restriction.
241 Exported.push_back(Mod);
251 llvm::SmallVector<Module*, 4> Exported;
256 // Every module exported by an imported module is visible.
257 Imports[I]->getExportedModules(Exported);
258 VisibleModulesCache.insert(Exported.begin(), Exported.end());
259 Exported.clear()
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
searchbox_api.js 30 // Exported functions
110 // Exported functions
  /external/clang/include/clang/Basic/
Module.h 159 /// \brief Describes an exported module.
161 /// The pointer is the module being re-exported, while the bit will be true
168 /// \brief Describes an exported module that has not yet been resolved
178 /// that all of its submodules should be exported (rather than the named
392 /// \brief Returns the exported modules based on the wildcard restrictions.
393 void getExportedModules(SmallVectorImpl<Module *> &Exported) const;
  /ndk/build/core/
definitions.mk 525 # Returns : Exported value
535 # Returns : Exported values
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
earley-boyer.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js     [all...]
  /external/chromium_org/v8/benchmarks/
earley-boyer.js     [all...]
  /external/v8/benchmarks/
earley-boyer.js     [all...]

Completed in 247 milliseconds