Home
last modified time | relevance | path

Searched defs:compiler (Results 76 – 100 of 9529) sorted by relevance

12345678910>>...382

/dports/www/opencart/opencart-3.0.3.8/upload/system/storage/vendor/twig/twig/src/Node/
H A DModuleNode.php69 public function compile(Compiler $compiler)
78 protected function compileTemplate(Compiler $compiler)
107 protected function compileGetParent(Compiler $compiler)
142 protected function compileClassHeader(Compiler $compiler)
174 protected function compileConstructor(Compiler $compiler)
309 protected function compileDisplay(Compiler $compiler)
347 protected function compileClassFooter(Compiler $compiler)
356 protected function compileMacros(Compiler $compiler)
361 protected function compileGetTemplateName(Compiler $compiler)
374 protected function compileIsTraitable(Compiler $compiler)
[all …]
/dports/www/phpbb3/phpBB3/vendor/twig/twig/src/Node/
H A DModuleNode.php69 public function compile(Compiler $compiler)
78 protected function compileTemplate(Compiler $compiler)
107 protected function compileGetParent(Compiler $compiler)
142 protected function compileClassHeader(Compiler $compiler)
174 protected function compileConstructor(Compiler $compiler)
309 protected function compileDisplay(Compiler $compiler)
347 protected function compileClassFooter(Compiler $compiler)
356 protected function compileMacros(Compiler $compiler)
361 protected function compileGetTemplateName(Compiler $compiler)
374 protected function compileIsTraitable(Compiler $compiler)
[all …]
/dports/www/matomo/piwik/vendor/twig/twig/src/Node/
H A DModuleNode.php63 public function compile(Compiler $compiler): void
72 protected function compileTemplate(Compiler $compiler)
101 protected function compileGetParent(Compiler $compiler)
136 protected function compileClassHeader(Compiler $compiler)
168 protected function compileConstructor(Compiler $compiler)
303 protected function compileDisplay(Compiler $compiler)
341 protected function compileClassFooter(Compiler $compiler)
350 protected function compileMacros(Compiler $compiler)
355 protected function compileGetTemplateName(Compiler $compiler)
368 protected function compileIsTraitable(Compiler $compiler)
[all …]
/dports/www/drupal9/drupal-9.2.10/vendor/twig/twig/src/Node/
H A DModuleNode.php69 public function compile(Compiler $compiler)
78 protected function compileTemplate(Compiler $compiler)
107 protected function compileGetParent(Compiler $compiler)
142 protected function compileClassHeader(Compiler $compiler)
174 protected function compileConstructor(Compiler $compiler)
309 protected function compileDisplay(Compiler $compiler)
347 protected function compileClassFooter(Compiler $compiler)
356 protected function compileMacros(Compiler $compiler)
361 protected function compileGetTemplateName(Compiler $compiler)
374 protected function compileIsTraitable(Compiler $compiler)
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/spirv_cross-0.16.0/src/
H A Dwrapper.cpp57 …ScInternalResult sc_internal_compiler_hlsl_new(ScInternalCompilerHlsl **compiler, const uint32_t *… in sc_internal_compiler_hlsl_new()
62 …ScInternalResult sc_internal_compiler_hlsl_set_options(const ScInternalCompilerHlsl *compiler, con… in sc_internal_compiler_hlsl_set_options()
104 …ScInternalResult sc_internal_compiler_msl_new(ScInternalCompilerMsl **compiler, const uint32_t *ir… in sc_internal_compiler_msl_new()
109 …ScInternalResult sc_internal_compiler_msl_compile(const ScInternalCompilerBase *compiler, const ch… in sc_internal_compiler_msl_compile()
138 …ScInternalResult sc_internal_compiler_msl_set_options(const ScInternalCompilerMsl *compiler, const… in sc_internal_compiler_msl_set_options()
176 …ScInternalResult sc_internal_compiler_glsl_new(ScInternalCompilerGlsl **compiler, const uint32_t *… in sc_internal_compiler_glsl_new()
195 …ult sc_internal_compiler_glsl_build_combined_image_samplers(const ScInternalCompilerBase *compiler) in sc_internal_compiler_glsl_build_combined_image_samplers()
229 …ScInternalResult sc_internal_compiler_get_name(const ScInternalCompilerBase *compiler, const uint3… in sc_internal_compiler_get_name()
238 …ScInternalResult sc_internal_compiler_set_name(const ScInternalCompilerBase *compiler, const uint3… in sc_internal_compiler_set_name()
471 …ScInternalResult sc_internal_compiler_compile(const ScInternalCompilerBase *compiler, const char *… in sc_internal_compiler_compile()
[all …]
/dports/net/bosh-cli/bosh-cli-5.5.0/installation/pkg/
H A Dcompiler.go17 type compiler struct { struct
18 runner boshsys.CmdRunner
19 packagesDir string
20 fileSystem boshsys.FileSystem
21 compressor boshcmd.Compressor
22 blobstore boshblob.DigestBlobstore
23 compiledPackageRepo bistatepkg.CompiledPackageRepo
24 blobExtractor blobextract.Extractor
25 logger boshlog.Logger
26 logTag string
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/src/org/eclipse/jdt/compiler/apt/tests/
H A DModelTests.java54 JavaCompiler compiler = BatchTestUtils.getEclipseCompiler(); in testAnnotationMirrorWithEclipseCompiler() local
63 JavaCompiler compiler = ToolProvider.getSystemJavaCompiler(); in testElementWithSystemCompiler() local
76 JavaCompiler compiler = BatchTestUtils.getEclipseCompiler(); in testElementWithEclipseCompiler() local
85 JavaCompiler compiler = ToolProvider.getSystemJavaCompiler(); in testTypeMirrorWithSystemCompiler() local
98 JavaCompiler compiler = BatchTestUtils.getEclipseCompiler(); in testTypeMirrorWithEclipseCompiler() local
107 JavaCompiler compiler = ToolProvider.getSystemJavaCompiler(); in testGenericsWithSystemCompiler() local
120 JavaCompiler compiler = BatchTestUtils.getEclipseCompiler(); in testGenericsWithEclipseCompiler() local
129 JavaCompiler compiler = ToolProvider.getSystemJavaCompiler(); in testVisitorsWithSystemCompiler() local
142 JavaCompiler compiler = BatchTestUtils.getEclipseCompiler(); in testVisitorsWithEclipseCompiler() local
147 JavaCompiler compiler = BatchTestUtils.getEclipseCompiler(); in testReportedProblemsWithDiagnosticListener() local
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/example/qi/compiler_tutorial/conjure1/
H A Dcompiler.hpp60 struct compiler struct
62 typedef bool result_type;
65 compiler(ErrorHandler& error_handler_) in compiler() function
99 std::vector<int>& get_code() { return code; } in get_code()
100 std::vector<int> const& get_code() const { return code; } in get_code()
111 std::vector<int> code;
112 code_gen::function* current;
113 std::string current_function_name;
114 function_table functions;
115 bool void_return;
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/example/qi/compiler_tutorial/mini_c/
H A Dcompiler.hpp60 struct compiler struct
62 typedef bool result_type;
65 compiler(ErrorHandler& error_handler_) in compiler() function
99 std::vector<int>& get_code() { return code; } in get_code()
100 std::vector<int> const& get_code() const { return code; } in get_code()
106 std::vector<int> code;
107 code_gen::function* current;
108 std::string current_function_name;
109 function_table functions;
110 bool void_return;
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/example/qi/compiler_tutorial/conjure2/
H A Dcompiler.hpp60 struct compiler struct
62 typedef bool result_type;
65 compiler(ErrorHandler& error_handler_) in compiler() function
99 std::vector<int>& get_code() { return code; } in get_code()
100 std::vector<int> const& get_code() const { return code; } in get_code()
111 std::vector<int> code;
112 code_gen::function* current;
113 std::string current_function_name;
114 function_table functions;
115 bool void_return;
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/spirit/example/qi/compiler_tutorial/mini_c/
H A Dcompiler.hpp60 struct compiler struct
62 typedef bool result_type;
65 compiler(ErrorHandler& error_handler_) in compiler() function
99 std::vector<int>& get_code() { return code; } in get_code()
100 std::vector<int> const& get_code() const { return code; } in get_code()
106 std::vector<int> code;
107 code_gen::function* current;
108 std::string current_function_name;
109 function_table functions;
110 bool void_return;
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/spirit/example/qi/compiler_tutorial/conjure1/
H A Dcompiler.hpp60 struct compiler struct
62 typedef bool result_type;
65 compiler(ErrorHandler& error_handler_) in compiler() function
99 std::vector<int>& get_code() { return code; } in get_code()
100 std::vector<int> const& get_code() const { return code; } in get_code()
111 std::vector<int> code;
112 code_gen::function* current;
113 std::string current_function_name;
114 function_table functions;
115 bool void_return;
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure1/
H A Dcompiler.hpp60 struct compiler struct
62 typedef bool result_type;
65 compiler(ErrorHandler& error_handler_) in compiler() argument
99 std::vector<int>& get_code() { return code; } in get_code()
100 std::vector<int> const& get_code() const { return code; } in get_code()
111 std::vector<int> code;
112 code_gen::function* current;
113 std::string current_function_name;
114 function_table functions;
115 bool void_return;
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure2/
H A Dcompiler.hpp60 struct compiler struct
62 typedef bool result_type;
65 compiler(ErrorHandler& error_handler_) in compiler() function
99 std::vector<int>& get_code() { return code; } in get_code()
100 std::vector<int> const& get_code() const { return code; } in get_code()
111 std::vector<int> code;
112 code_gen::function* current;
113 std::string current_function_name;
114 function_table functions;
115 bool void_return;
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure1/
H A Dcompiler.hpp60 struct compiler struct
62 typedef bool result_type;
65 compiler(ErrorHandler& error_handler_) in compiler() argument
99 std::vector<int>& get_code() { return code; } in get_code()
100 std::vector<int> const& get_code() const { return code; } in get_code()
111 std::vector<int> code;
112 code_gen::function* current;
113 std::string current_function_name;
114 function_table functions;
115 bool void_return;
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure2/
H A Dcompiler.hpp60 struct compiler struct
62 typedef bool result_type;
65 compiler(ErrorHandler& error_handler_) in compiler() argument
99 std::vector<int>& get_code() { return code; } in get_code()
100 std::vector<int> const& get_code() const { return code; } in get_code()
111 std::vector<int> code;
112 code_gen::function* current;
113 std::string current_function_name;
114 function_table functions;
115 bool void_return;
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/mini_c/
H A Dcompiler.hpp60 struct compiler struct
62 typedef bool result_type;
65 compiler(ErrorHandler& error_handler_) in compiler() function
99 std::vector<int>& get_code() { return code; } in get_code()
100 std::vector<int> const& get_code() const { return code; } in get_code()
106 std::vector<int> code;
107 code_gen::function* current;
108 std::string current_function_name;
109 function_table functions;
110 bool void_return;
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/mini_c/
H A Dcompiler.hpp60 struct compiler struct
62 typedef bool result_type;
65 compiler(ErrorHandler& error_handler_) in compiler() argument
99 std::vector<int>& get_code() { return code; } in get_code()
100 std::vector<int> const& get_code() const { return code; } in get_code()
106 std::vector<int> code;
107 code_gen::function* current;
108 std::string current_function_name;
109 function_table functions;
110 bool void_return;
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/mini_c/
H A Dcompiler.hpp60 struct compiler struct
62 typedef bool result_type;
65 compiler(ErrorHandler& error_handler_) in compiler() function
99 std::vector<int>& get_code() { return code; } in get_code()
100 std::vector<int> const& get_code() const { return code; } in get_code()
106 std::vector<int> code;
107 code_gen::function* current;
108 std::string current_function_name;
109 function_table functions;
110 bool void_return;
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure1/
H A Dcompiler.hpp60 struct compiler struct
62 typedef bool result_type;
65 compiler(ErrorHandler& error_handler_) in compiler() argument
99 std::vector<int>& get_code() { return code; } in get_code()
100 std::vector<int> const& get_code() const { return code; } in get_code()
111 std::vector<int> code;
112 code_gen::function* current;
113 std::string current_function_name;
114 function_table functions;
115 bool void_return;
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure2/
H A Dcompiler.hpp60 struct compiler struct
62 typedef bool result_type;
65 compiler(ErrorHandler& error_handler_) in compiler() function
99 std::vector<int>& get_code() { return code; } in get_code()
100 std::vector<int> const& get_code() const { return code; } in get_code()
111 std::vector<int> code;
112 code_gen::function* current;
113 std::string current_function_name;
114 function_table functions;
115 bool void_return;
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure1/
H A Dcompiler.hpp60 struct compiler struct
62 typedef bool result_type;
65 compiler(ErrorHandler& error_handler_) in compiler() argument
99 std::vector<int>& get_code() { return code; } in get_code()
100 std::vector<int> const& get_code() const { return code; } in get_code()
111 std::vector<int> code;
112 code_gen::function* current;
113 std::string current_function_name;
114 function_table functions;
115 bool void_return;
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure2/
H A Dcompiler.hpp60 struct compiler struct
62 typedef bool result_type;
65 compiler(ErrorHandler& error_handler_) in compiler() argument
99 std::vector<int>& get_code() { return code; } in get_code()
100 std::vector<int> const& get_code() const { return code; } in get_code()
111 std::vector<int> code;
112 code_gen::function* current;
113 std::string current_function_name;
114 function_table functions;
115 bool void_return;
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/mini_c/
H A Dcompiler.hpp60 struct compiler struct
62 typedef bool result_type;
65 compiler(ErrorHandler& error_handler_) in compiler() argument
99 std::vector<int>& get_code() { return code; } in get_code()
100 std::vector<int> const& get_code() const { return code; } in get_code()
106 std::vector<int> code;
107 code_gen::function* current;
108 std::string current_function_name;
109 function_table functions;
110 bool void_return;
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure2/
H A Dcompiler.hpp60 struct compiler struct
62 typedef bool result_type;
65 compiler(ErrorHandler& error_handler_) in compiler() function
99 std::vector<int>& get_code() { return code; } in get_code()
100 std::vector<int> const& get_code() const { return code; } in get_code()
111 std::vector<int> code;
112 code_gen::function* current;
113 std::string current_function_name;
114 function_table functions;
115 bool void_return;
[all …]

12345678910>>...382