Home
last modified time | relevance | path

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

12

/external/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> { impl
298 impl<'p> fmt::Debug for Compiler<'p> { implementation
/external/rust/crates/camino/
Dbuild.rs45 struct Compiler { struct
57 fn rustc_version() -> Option<Compiler> { in rustc_version() argument
/external/dtc/Documentation/
Ddtc-paper.tex391 \subsection{Input and output formats}
435 \subsection{Source format}
486 \subsection{Tree checking}
/external/rust/crates/regex-automata/src/nfa/
Dcompiler.rs106 compiler: &mut Compiler, in build_with()
179 pub struct Compiler { struct
183 states: RefCell<Vec<CState>>,
185 config: Config,
189 utf8_state: RefCell<Utf8State>,
191 trie_state: RefCell<RangeTrie>,
194 utf8_suffix: RefCell<Utf8SuffixMap>,
197 remap: RefCell<Vec<StateID>>,
203 empties: RefCell<Vec<(StateID, StateID)>>,
252 impl Compiler { impl
[all …]
/external/rust/crates/regex/src/
Dcompile.rs32 pub struct Compiler { struct
54 impl Compiler { argument
/external/skia/src/gpu/graphite/dawn/
DDawnGraphiteUtilsPriv.h19 class Compiler; variable
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DCompiler.java19 enum Compiler { enum
/external/skia/src/sksl/
DSkSLModuleLoader.h16 class Compiler; variable
DSkSLParser.h28 class Compiler; variable
/external/pigweed/pw_compilation_testing/py/pw_compilation_testing/
Dgenerator.py63 class Compiler(Enum): class
81 def matches(self, other: Compiler) -> bool:
138 def __init__(self, index: int, compiler: Compiler) -> None:
/external/rust/crates/proc-macro2/src/
Dwrapper.rs14 Compiler(DeferredTokenStream), enumerator
29 Compiler(proc_macro::LexError), enumerator
296 Compiler(proc_macro::token_stream::IntoIter), enumerator
349 Compiler(proc_macro::SourceFile), enumerator
387 Compiler(proc_macro::Span), enumerator
533 Compiler(proc_macro::Group), enumerator
637 Compiler(proc_macro::Ident), enumerator
722 Compiler(proc_macro::Literal), enumerator
Dextra.rs23 Compiler { enumerator
/external/clang/unittests/Frontend/
DCodeGenActionTest.cpp51 CompilerInstance Compiler; in TEST() local
/external/javassist/sample/preproc/
DCompiler.java53 public class Compiler { class
63 public Compiler(String inputname) throws CannotCompileException { in Compiler() method in Compiler
/external/mesa3d/docs/
Dinstall.rst24 Compiler subsection
/external/rust/crates/aho-corasick/src/
Dnfa.rs601 struct Compiler<'a, S: StateID> { struct
608 impl<'a, S: StateID> Compiler<'a, S> { argument
/external/skia/src/gpu/ganesh/mtl/
DGrMtlPipelineStateBuilder.h27 namespace SkSL { class Compiler; } variable
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DCompiler.java73 public class Compiler extends OpMap class
88 public Compiler(ErrorListener errorHandler, SourceLocator locator, in Compiler() method in Compiler
100 public Compiler() in Compiler() method in Compiler
/external/clang/unittests/AST/
DExternalASTSourceTest.cpp48 CompilerInstance Compiler; in testExternalASTSource() local
DEvaluateAsRValueTest.cpp61 CreateASTConsumer(clang::CompilerInstance &Compiler, in CreateASTConsumer()
/external/javassist/src/main/javassist/tools/reflect/
DCompiler.java72 public class Compiler { class
/external/skia/src/gpu/graphite/
DResourceProvider.h28 class Compiler; variable
/external/clang/lib/Driver/
DTools.h36 class Compiler; variable
185 Compiler(const ToolChain &TC) : Common("gcc::Compiler", "gcc frontend", TC) {} in Compiler() function
708 Compiler(const ToolChain &TC) in Compiler() function
851 Compiler(const ToolChain &TC) : Tool("moviCompile", "movicompile", TC) {} in Compiler() function
/external/toolchain-utils/compiler_wrapper/
Drusage_flag.go51 Compiler string `json:"compiler"` member
/external/skia/src/gpu/graphite/vk/
DVulkanGraphicsPipeline.h20 class Compiler; variable

12