Home
last modified time | relevance | path

Searched defs:Compiler (Results 1 – 25 of 41) 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/syn/
Dbuild.rs31 struct Compiler { struct
36 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
44 impl Compiler { argument
/external/skia/include/sksl/
DDSLRuntimeEffects.h16 class Compiler; variable
DDSLCore.h25 class Compiler; variable
/external/skia/src/sksl/dsl/priv/
DDSL_priv.h16 class Compiler; variable
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DCompiler.java19 enum Compiler { enum
/external/skia/src/sksl/
DSkSLThreadContext.h23 class Compiler; variable
56 static SkSL::Compiler& Compiler() { return *Instance().fCompiler; } in Compiler() function
DSkSLMain.cpp439 [&](SkSL::Compiler&, SkSL::Program& program, SkSL::OutputStream& out) { in processCommand()
455 [](SkSL::Compiler&, SkSL::Program& program, SkSL::OutputStream& out) { in processCommand()
560 [&](SkSL::Compiler&, SkSL::Program& program, SkSL::OutputStream& out) { in processCommand()
/external/rust/crates/proc-macro2/src/
Dwrapper.rs13 Compiler(DeferredTokenStream), enumerator
28 Compiler(proc_macro::LexError), enumerator
303 Compiler(proc_macro::token_stream::IntoIter), enumerator
362 Compiler(proc_macro::SourceFile), enumerator
406 Compiler(proc_macro::Span), enumerator
573 Compiler(proc_macro::Group), enumerator
683 Compiler(proc_macro::Ident), enumerator
778 Compiler(proc_macro::Literal), 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.rst26 Compiler subsection
/external/skia/modules/particles/include/
DSkParticleBinding.h26 class Compiler; variable
/external/skia/experimental/graphite/src/
DGpu.h18 class Compiler; variable
/external/rust/crates/aho-corasick/src/
Dnfa.rs612 struct Compiler<'a, S: StateID> { struct
619 impl<'a, S: StateID> Compiler<'a, S> { argument
/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/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/bcc/src/cc/frontends/clang/
Dtp_frontend_action.cc148 CompilerInstance &Compiler, llvm::StringRef InFile) { in CreateASTConsumer()

12