HomeSort by relevance Sort by last modified time
    Searched refs:Module (Results 1 - 25 of 5728) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/AlsoDependsOnModule.framework/Headers/
AlsoDependsOnModule.h 1 #import <Module/Module.h> // expected-warning{{treating #import as an import of module 'Module'}}
  /external/clang/test/Preprocessor/
pp-modules.h 1 #include <Module/Module.h>
pp-modules.c 2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -x objective-c %s -F %S/../Modules/Inputs -E -o - | FileCheck %s
6 // CHECK: @import Module; /* clang -E: implicit import for "{{.*Headers[/\\]Module.h}}" */
7 #include <Module/Module.h>
10 // CHECK: @import Module; /* clang -E: implicit import for "{{.*Headers[/\\]Module.h}}" */
11 #include <Module/Module.h>
14 // CHECK: @import Module; /* clang -E: implicit import for "{{.*}}Module.h" */{{$}
    [all...]
  /external/clang/test/Frontend/
rewrite-includes-modules.c 2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -x objective-c %s -F %S/../Modules/Inputs -E -frewrite-includes -o - | FileCheck %s
5 #include <Module/Module.h>
7 #include <Module/Module.h>
11 // CHECK-NEXT: #include <Module/Module.h>{{$}}
14 // CHECK-NEXT: @import Module; /* clang -frewrite-includes: implicit import */{{$}}
18 // CHECK-NEXT: #include <Module/Module.h>{{$}
    [all...]
  /external/clang/test/Modules/Inputs/ModuleMapLocations/Both_F.framework/Headers/
a.h 1 @import Module; // Don't cause redefinition error.
  /external/clang/test/Modules/Inputs/DependsOnModule.framework/Headers/
DependsOnModule.h 1 #include <Module/Module.h> //expected-warning{{treating #include as an import of module 'Module'}}
  /external/clang/test/ARCMT/Inputs/Module.framework/Headers/
Sub.h 1 #include <Module/Sub2.h>
  /external/clang/test/Modules/Inputs/Module.framework/Headers/
Sub.h 1 #include <Module/Sub2.h>
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/subcomponent/
ChildModuleWithParameters.java 18 import dagger.Module;
21 * This is a module that can't be constructed with a default constructor.
23 @Module
  /external/dagger2/compiler/src/it/producers-functional-tests/src/main/java/producerstest/
DependedModule.java 18 import dagger.Module;
21 @Module
ResponseModule.java 18 import dagger.Module;
21 @Module
  /external/dagger2/compiler/src/it/producers-functional-tests/src/main/java/producerstest/builder/
IntModule.java 18 import dagger.Module;
21 @Module
  /external/google-breakpad/src/processor/
module_factory.h 31 // an interface for creating a Module and deferring instantiation to subclasses
48 virtual SourceLineResolverBase::Module* CreateModule(
55 virtual BasicSourceLineResolver::Module* CreateModule(
57 return new BasicSourceLineResolver::Module(name);
64 virtual FastSourceLineResolver::Module* CreateModule(
66 return new FastSourceLineResolver::Module(name);
  /prebuilts/jdk/jdk8/darwin-x86/sample/annotations/DependencyChecker/Plugins/src/plugins/
BoilerPlugin.java 41 import checker.Module;
47 @Require(value = Module.CLOCK, maxVersion = 3)
48 @Require(value = Module.THERMOMETER)
49 @Require(value = Module.HEATER)
50 @Require(value = Module.LED, optional = true) //will use if present
  /prebuilts/jdk/jdk8/linux-x86/sample/annotations/DependencyChecker/Plugins/src/plugins/
BoilerPlugin.java 41 import checker.Module;
47 @Require(value = Module.CLOCK, maxVersion = 3)
48 @Require(value = Module.THERMOMETER)
49 @Require(value = Module.HEATER)
50 @Require(value = Module.LED, optional = true) //will use if present
  /external/llvm/include/llvm/ExecutionEngine/
ObjectCache.h 17 class Module;
29 /// notifyObjectCompiled - Provides a pointer to compiled code for Module M.
30 virtual void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) = 0;
33 /// object which corresponds with Module M, or 0 if an object is not
35 virtual std::unique_ptr<MemoryBuffer> getObject(const Module* M) = 0;
  /external/llvm/include/llvm/Transforms/Utils/
SplitModule.h 1 //===- SplitModule.h - Split a module into partitions -----------*- C++ -*-===//
10 // This file defines the function llvm::SplitModule, which splits a module
24 class Module;
27 /// Splits the module M into N linkable partitions. The function ModuleCallback
31 /// visibility issues around module splitting, including (but not limited to):
34 /// module.
35 /// - Internal symbols defined in module-level inline asm should be visible to
38 std::unique_ptr<Module> M, unsigned N,
39 function_ref<void(std::unique_ptr<Module> MPart)> ModuleCallback,
  /external/llvm/lib/IR/
PassManager.cpp 18 template class PassManager<Module>;
20 template class AnalysisManager<Module>;
22 template class InnerAnalysisManagerProxy<FunctionAnalysisManager, Module>;
  /frameworks/compile/mclinker/include/mcld/LD/
ObjectWriter.h 16 class Module;
28 virtual std::error_code writeObject(Module& pModule,
31 virtual size_t getOutputSize(const Module& pModule) const = 0;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ObjectCache.h 18 class Module;
31 /// notifyObjectCompiled - Provides a pointer to compiled code for Module M.
32 virtual void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) = 0;
35 /// object which corresponds with Module M, or 0 if an object is not
37 virtual std::unique_ptr<MemoryBuffer> getObject(const Module* M) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SplitModule.h 1 //===- SplitModule.h - Split a module into partitions -----------*- C++ -*-===//
10 // This file defines the function llvm::SplitModule, which splits a module
24 class Module;
27 /// Splits the module M into N linkable partitions. The function ModuleCallback
31 /// visibility issues around module splitting, including (but not limited to):
34 /// module.
35 /// - Internal symbols defined in module-level inline asm should be visible to
38 std::unique_ptr<Module> M, unsigned N,
39 function_ref<void(std::unique_ptr<Module> MPart)> ModuleCallback,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/
ObjectCache.h 18 class Module;
31 /// notifyObjectCompiled - Provides a pointer to compiled code for Module M.
32 virtual void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) = 0;
35 /// object which corresponds with Module M, or 0 if an object is not
37 virtual std::unique_ptr<MemoryBuffer> getObject(const Module* M) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
SplitModule.h 1 //===- SplitModule.h - Split a module into partitions -----------*- C++ -*-===//
10 // This file defines the function llvm::SplitModule, which splits a module
24 class Module;
27 /// Splits the module M into N linkable partitions. The function ModuleCallback
31 /// visibility issues around module splitting, including (but not limited to):
34 /// module.
35 /// - Internal symbols defined in module-level inline asm should be visible to
38 std::unique_ptr<Module> M, unsigned N,
39 function_ref<void(std::unique_ptr<Module> MPart)> ModuleCallback,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/
ObjectCache.h 18 class Module;
31 /// notifyObjectCompiled - Provides a pointer to compiled code for Module M.
32 virtual void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) = 0;
35 /// object which corresponds with Module M, or 0 if an object is not
37 virtual std::unique_ptr<MemoryBuffer> getObject(const Module* M) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
SplitModule.h 1 //===- SplitModule.h - Split a module into partitions -----------*- C++ -*-===//
10 // This file defines the function llvm::SplitModule, which splits a module
24 class Module;
27 /// Splits the module M into N linkable partitions. The function ModuleCallback
31 /// visibility issues around module splitting, including (but not limited to):
34 /// module.
35 /// - Internal symbols defined in module-level inline asm should be visible to
38 std::unique_ptr<Module> M, unsigned N,
39 function_ref<void(std::unique_ptr<Module> MPart)> ModuleCallback,

Completed in 678 milliseconds

1 2 3 4 5 6 7 8 91011>>