Home
last modified time | relevance | path

Searched defs:Module (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/third_party/rust/crates/cxx/syntax/
Dfile.rs10 pub struct Module { struct
11 pub cfg: CfgExpr,
12 pub namespace: Namespace,
13 pub attrs: Vec<Attribute>,
14 pub vis: Visibility,
15 pub unsafety: Option<Token![unsafe]>,
39 impl Parse for Module { argument
/third_party/rust/crates/bindgen/bindgen/ir/
Dmodule.rs23 pub(crate) struct Module { struct
27 kind: ModuleKind, argument
32 impl Module { argument
63 impl DotAttributes for Module { implementation
76 impl ClangSubItemParser for Module { implementation
/third_party/skia/m133/src/sksl/
DSkSLModule.h51 struct Module { struct
52 const Module* fParent = nullptr; argument
55 ModuleType fModuleType = ModuleType::unknown; argument
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dwrite.rs9 type Module: Send + Sync; typedef
20 modules: Vec<ModuleCodegen<Self::Module>>, in run_link()
21 ) -> Result<ModuleCodegen<Self::Module>, FatalError>; in run_link()
41 module: &ModuleCodegen<Self::Module>, in optimize()
46 llmod: &mut ModuleCodegen<Self::Module>, in optimize_fat()
51 ) -> Result<ModuleCodegen<Self::Module>, FatalError>; in optimize_thin()
55 module: ModuleCodegen<Self::Module>, in codegen()
/third_party/rust/rust/tests/rustdoc/
Dreturn-impl-trait.rs7 pub struct Module<T>(T); struct
9 pub type BackendImpl = impl Backend;
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/completions/
Dmod_.rs18 mod_under_caret: &ast::Module, in complete_mod()
109 module: Module, in directory_to_look_for_submodules()
146 current_module: Module, in module_chain_to_containing_module_file()
148 ) -> Vec<Module> { in module_chain_to_containing_module_file()
/third_party/rust/rust/tests/ui/associated-types/
Dissue-37883.rs10 trait Module: Sized + Mul<<Self as Module>::Ring, Output = Self> { interface
/third_party/rust/rust/src/librustdoc/
Dvisit_ast.rs25 pub(crate) struct Module<'hir> { struct
28 pub(crate) mods: Vec<Module<'hir>>, argument
41 impl Module<'_> { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
DPass.h41 class Module; variable
103 virtual bool doInitialization(Module &) { return false; } in doInitialization() argument
107 virtual bool doFinalization(Module &) { return false; } in doFinalization() argument
270 bool runOnModule(Module &) override { return false; } in runOnModule() argument
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dextract_module.rs211 struct Module { struct
222 fn extract_target(node: &SyntaxNode, selection_range: TextRange) -> Option<Module> { in extract_target()
234 impl Module { implementation
399 curr_parent_module: Option<ast::Module>, in resolve_imports()
474 curr_parent_module: &Option<ast::Module>, in process_names_and_namerefs_for_import_resolve()
684 curr_parent_module: &Option<ast::Module>, in does_source_exists_outside_sel_in_same_mod()
901 ast_module: &ast::Module, in compare_hir_and_ast_module()
902 hir_module: hir::Module, in compare_hir_and_ast_module()
/third_party/rust/rust/library/std/src/sys/windows/
Dcompat.rs107 pub(in crate::sys) struct Module(NonNull<c_void>); struct
108 impl Module { implementation
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
Dspirvenv.adoc159 [[spirvenv-module-validation-standalone]]
160 === Standalone SPIR-V Validation
698 === Runtime SPIR-V Validation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMinidump.h203 struct Module { struct
208 support::ulittle32_t ModuleNameRVA; argument
215 static_assert(sizeof(Module) == 108, ""); argument
/third_party/rust/rust/compiler/rustc_codegen_cranelift/src/
Dallocator.rs16 module: &mut impl Module, in codegen()
31 module: &mut impl Module, in codegen_inner()
/third_party/rust/rust/src/tools/rustfmt/src/
Dmodules.rs27 pub(crate) struct Module<'a> { struct
34 impl<'a> Module<'a> { argument
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_cuda_kernel_launch/
Dmodule.adoc65 [[cuda-function-creation]]
149 [[cuda-modules-getcache]]
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/rewrite/parsers/
Dmodule_parser.py41 def _find_class(ast_node: ast.Module) -> ast.ClassDef:
104 def process(self, stree: SymbolTree, node: ast.Module, node_manager: NodeManager):
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dlib.rs168 …<'tcx>, module_name: &str, kind: AllocatorKind, alloc_error_handler_kind: AllocatorKind) -> Self::… in codegen_allocator()
176 …fn compile_codegen_unit(&self, tcx: TyCtxt<'_>, cgu_name: Symbol) -> (ModuleCodegen<Self::Module>,… in compile_codegen_unit()
213 type Module = GccContext; typedef
242 …ze(_cgcx: &CodegenContext<Self>, _diag_handler: &Handler, module: &ModuleCodegen<Self::Module>, co… in optimize()
252 … optimize_thin(_cgcx: &CodegenContext<Self>, _thin: ThinModule<Self>) -> Result<ModuleCodegen<Self… in optimize_thin()
256 …degen(cgcx: &CodegenContext<Self>, diag_handler: &Handler, module: ModuleCodegen<Self::Module>, co… in codegen()
268 …text<Self>, diag_handler: &Handler, modules: Vec<ModuleCodegen<Self::Module>>) -> Result<ModuleCod… in run_link()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DGlobalOpt.h22 class Module; variable
DElimAvailExtern.h21 class Module; variable
DGlobalSplit.h23 class Module; variable
DSCCP.h27 class Module; variable
DPartialInlining.h21 class Module; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
DInstrOrderFile.h18 class Module; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSplitModule.h23 class Module; variable

12345678910>>...13