HomeSort by relevance Sort by last modified time
    Searched refs:Imports (Results 1 - 17 of 17) 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 137 ImportedBy->Imports.insert(ModuleEntry);
285 M = CurrentModule->Imports.begin(),
286 MEnd = CurrentModule->Imports.end();
339 M = NextModule->Imports.begin(),
340 MEnd = NextModule->Imports.end();
370 for (llvm::SetVector<ModuleFile *>::iterator IM = M.Imports.begin(),
371 IMEnd = M.Imports.end();
429 return Node->Imports.begin();
433 return Node->Imports.end();
ASTWriter.cpp 805 RECORD(IMPORTS);
    [all...]
ASTReader.cpp 394 // the transitive closure of its imports, since unrelated modules cannot be
    [all...]
  /external/clang/lib/Basic/
Module.cpp 250 for (unsigned I = 0, N = Imports.size(); I != N; ++I) {
251 Module *Mod = Imports[I];
278 SmallVector<Module *, 16> Stack(Imports.begin(), Imports.end());
  /external/clang/include/clang/Serialization/
Module.h 180 /// If module A depends on and imports module B, both modules will have the
455 llvm::SetVector<ModuleFile *> Imports;
  /ndk/build/core/
import-locals.mk 41 $(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 200 SmallVector<Module *, 2> Imports;
431 /// of its imports.
  /external/llvm/lib/IR/
DebugInfo.cpp     [all...]
  /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 68 # Managing module exports and imports.
89 # imports it.
101 # IMPORTANT: Imports are transitive, i.e. when module A imports B,
102 # it automatically imports anything imported by B too.
127 $(eval _emugl.$(_mod).imports :=) \
144 # Called to indicate that a module imports the exports of another module
163 $(if $(filter-out $(_emugl.$(_mod).imports),$1),\
164 $(eval _emugl.$(_mod).imports += $1)\
165 $(foreach _sub,$(_emugl.$1.imports),\
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js 652 * Imports a script if, and only if, that script hasn't already been imported.
    [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...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js     [all...]

Completed in 522 milliseconds