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

  /external/clang/lib/Serialization/
Module.cpp 77 if (!Imports.empty()) {
78 llvm::errs() << " Imports: ";
79 for (unsigned I = 0, N = Imports.size(); I != N; ++I) {
82 llvm::errs() << Imports[I]->FileName;
ModuleManager.cpp 113 ImportedBy->Imports.insert(ModuleEntry);
268 M = CurrentModule->Imports.begin(),
269 MEnd = CurrentModule->Imports.end();
322 M = NextModule->Imports.begin(),
323 MEnd = NextModule->Imports.end();
354 for (llvm::SetVector<ModuleFile *>::iterator IM = M.Imports.begin(),
355 IMEnd = M.Imports.end();
410 return Node->Imports.begin();
414 return Node->Imports.end();
ASTWriter.cpp 788 RECORD(IMPORTS);
    [all...]
ASTReader.cpp     [all...]
  /external/clang/lib/Basic/
Module.cpp 224 for (unsigned I = 0, N = Imports.size(); I != N; ++I) {
225 Module *Mod = Imports[I];
252 for (unsigned I = 0, N = Imports.size(); I != N; ++I) {
254 VisibleModulesCache.insert(Imports[I]);
257 Imports[I]->getExportedModules(Exported);
  /external/clang/include/clang/Serialization/
Module.h 159 /// If module A depends on and imports module B, both modules will have the
425 llvm::SetVector<ModuleFile *> Imports;
  /ndk/build/core/
import-locals.mk 37 $(info Imports for module $(LOCAL_MODULE):)
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 59 EventLogView_Imports_Bug_Report=Imports a bug report.
  /external/clang/include/clang/Basic/
Module.h 157 SmallVector<Module *, 2> Imports;
  /device/generic/goldfish/opengl/
common.mk 49 # Managing module exports and imports.
70 # imports it.
82 # IMPORTANT: Imports are transitive, i.e. when module A imports B,
83 # it automatically imports anything imported by B too.
107 $(eval _emugl.$(_mod).imports :=) \
124 # Called to indicate that a module imports the exports of another module
143 $(if $(filter-out $(_emugl.$(_mod).imports),$1),\
144 $(eval _emugl.$(_mod).imports += $1)\
145 $(foreach _sub,$(_emugl.$1.imports),\
    [all...]
  /sdk/emulator/opengl/
common.mk 51 # Managing module exports and imports.
72 # imports it.
84 # IMPORTANT: Imports are transitive, i.e. when module A imports B,
85 # it automatically imports anything imported by B too.
109 $(eval _emugl.$(_mod).imports :=) \
126 # Called to indicate that a module imports the exports of another module
145 $(if $(filter-out $(_emugl.$(_mod).imports),$1),\
146 $(eval _emugl.$(_mod).imports += $1)\
147 $(foreach _sub,$(_emugl.$1.imports),\
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_manager_commands.js 230 * Imports photos from external drive
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 825 for (unsigned I = Mod->Imports.size(); I > 0; --I) {
826 if (Visited.insert(Mod->Imports[I-1]))
827 addLinkOptionsPostorder(CGM, Mod->Imports[I-1], Metadata, Visited);
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 1407 milliseconds