HomeSort by relevance Sort by last modified time
    Searched refs:Exported (Results 1 - 9 of 9) 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);
  /external/clang/include/clang/Basic/
Module.h 145 /// \brief Describes an exported module.
147 /// The pointer is the module being re-exported, while the bit will be true
154 /// \brief Describes an exported module that has not yet been resolved
164 /// that all of its submodules should be exported (rather than the named
340 /// \brief Returns the exported modules based on the wildcard restrictions.
341 void getExportedModules(SmallVectorImpl<Module *> &Exported) const;
  /ndk/build/core/
definitions.mk 522 # Returns : Exported value
532 # Returns : Exported values
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]
  /external/v8/benchmarks/
earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js     [all...]

Completed in 370 milliseconds