Home
last modified time | relevance | path

Searched defs:Compiler (Results 1 – 25 of 59) sorted by relevance

123

/third_party/alsa-utils/topology/
Dalsatplg.rst15 SYNOPSIS
20 DESCRIPTION
42 OPTIONS
81 FILES
94 SEE ALSO
99 BUGS
/third_party/rust/rust/compiler/rustc_codegen_cranelift/build_system/
Dutils.rs10 pub(crate) struct Compiler { struct
20 impl Compiler { argument
95 fn build_cmd(&self, command: &str, compiler: &Compiler, dirs: &Dirs) -> Command { in build_cmd()
119 pub(crate) fn build(&self, compiler: &Compiler, dirs: &Dirs) -> Command { in build()
124 pub(crate) fn test(&self, compiler: &Compiler, dirs: &Dirs) -> Command { in test()
129 pub(crate) fn run(&self, compiler: &Compiler, dirs: &Dirs) -> Command { in run()
Dbench.rs17 pub(crate) fn benchmark(dirs: &Dirs, bootstrap_host_compiler: &Compiler) { in benchmark()
21 fn benchmark_simple_raytracer(dirs: &Dirs, bootstrap_host_compiler: &Compiler) { in benchmark_simple_raytracer()
Dbuild_sysroot.rs21 bootstrap_host_compiler: &Compiler, in build_sysroot()
24 ) -> Compiler { in build_sysroot()
169 compiler: Compiler, in build_sysroot_for_triple()
221 mut compiler: Compiler, in build_clif_sysroot_for_triple()
Dbuild_backend.rs13 bootstrap_host_compiler: &Compiler, in build_backend()
Dabi_cafe.rs23 bootstrap_host_compiler: &Compiler, in run()
/third_party/rust/rust/
DRELEASES.md29 Compiler section in Version 1.72.0 (2023-08-24)
139 Compiler section in Version 1.71.0 (2023-07-13)
280 Compiler section in Version 1.70.0 (2023-06-01)
419 Compiler section in Version 1.69.0 (2023-04-20)
547 Compiler section in Version 1.68.0 (2023-03-09)
651 Compiler section in Version 1.67.0 (2023-01-26)
769 Compiler section in Version 1.66.0 (2022-12-15)
850 Compiler section in Version 1.65.0 (2022-11-03)
950 Compiler section in Version 1.64.0 (2022-09-22)
1095 Compiler section in Version 1.63.0 (2022-08-11)
[all …]
/third_party/rust/crates/aho-corasick/src/packed/teddy/
Dcompile.rs115 let Compiler { buckets, masks, .. } = compiler; in build_imp() localVariable
219 struct Compiler<'p> { struct
225 impl<'p> Compiler<'p> { argument
298 impl<'p> fmt::Debug for Compiler<'p> { implementation
/third_party/rust/rust/compiler/rustc_interface/src/
Dinterface.rs36 pub struct Compiler { struct
43 impl Compiler { argument
/third_party/skia/include/sksl/
DDSLRuntimeEffects.h16 class Compiler; variable
DDSLCore.h25 class Compiler; variable
/third_party/skia/src/sksl/dsl/priv/
DDSL_priv.h16 class Compiler; variable
/third_party/rust/crates/regex/src/
Dcompile.rs32 pub struct Compiler { struct
54 impl Compiler { argument
/third_party/skia/m133/src/sksl/
DSkSLModuleLoader.h16 class Compiler; variable
/third_party/rust/rust/src/bootstrap/
Dcheck.rs401 fn stamp(builder: &Builder<'_>, compiler: Compiler, target: TargetSelection) -> PathBuf { in run()
498 fn libstd_stamp(builder: &Builder<'_>, compiler: Compiler, target: TargetSelection) -> PathBuf { in libstd_stamp()
506 compiler: Compiler, in libstd_test_stamp()
514 fn librustc_stamp(builder: &Builder<'_>, compiler: Compiler, target: TargetSelection) -> PathBuf { in librustc_stamp()
522 compiler: Compiler, in codegen_backend_stamp()
Dcompile.rs49 pub fn new(compiler: Compiler, target: TargetSelection) -> Self { in new()
53 pub fn force_recompile(compiler: Compiler, target: TargetSelection) -> Self { in force_recompile()
226 compiler: &Compiler, in copy_third_party_objects()
263 compiler: &Compiler, in copy_self_contained_objects()
517 compiler: &Compiler, in copy_sanitizers()
644 compiler: Compiler, in cp_rustc_component_to_ci_sysroot()
674 pub fn new(compiler: Compiler, target: TargetSelection) -> Self { in new()
1204 compiler: Compiler, in copy_codegen_backends_to_sysroot()
1205 target_compiler: Compiler, in copy_codegen_backends_to_sysroot()
1246 pub fn libstd_stamp(builder: &Builder<'_>, compiler: Compiler, target: TargetSelection) -> PathBuf { in libstd_stamp()
[all …]
/third_party/skia/src/sksl/
DSkSLThreadContext.h23 class Compiler; variable
56 static SkSL::Compiler& Compiler() { return *Instance().fCompiler; } in Compiler() function
/third_party/skia/modules/particles/include/
DSkParticleBinding.h26 class Compiler; variable
/third_party/rust/crates/proc-macro2/src/
Dwrapper.rs16 Compiler(DeferredTokenStream), enumerator
31 Compiler(proc_macro::LexError), enumerator
307 Compiler(proc_macro::token_stream::IntoIter), enumerator
366 Compiler(proc_macro::SourceFile), enumerator
404 Compiler(proc_macro::Span), enumerator
578 Compiler(proc_macro::Group), enumerator
683 Compiler(proc_macro::Ident), enumerator
778 Compiler(proc_macro::Literal), enumerator
Dextra.rs90 Compiler { enumerator
/third_party/mesa3d/docs/
Dinstall.rst24 Compiler subsection
/third_party/mindspore/mindspore-src/source/tests/st/ops/ascend/test_tbe_ops/
Dtest_parallel_compilation.py24 class Compiler: class
/third_party/skia/m133/src/gpu/ganesh/mtl/
DGrMtlPipelineStateBuilder.h27 namespace SkSL { class Compiler; } variable
/third_party/rust/crates/aho-corasick/src/
Dnfa.rs601 struct Compiler<'a, S: StateID> { struct
608 impl<'a, S: StateID> Compiler<'a, S> { impl
/third_party/skia/m133/src/gpu/graphite/vk/
DVulkanGraphicsPipeline.h22 class Compiler; variable

123