Home
last modified time | relevance | path

Searched defs:compiler (Results 101 – 125 of 10553) sorted by relevance

12345678910>>...423

/dports/databases/percona57-client/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() 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-client/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/devel/boost-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() 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/devel/boost-libs/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() 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/devel/boost-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() 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/devel/boost-python-libs/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/hyperscan/boost_1_75_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/hyperscan/boost_1_75_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/devel/hyperscan/boost_1_75_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/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Derl_compile.erl31 compiler(".erl") -> {compile, compile}; function
32 compiler(".S") -> {compile, compile_asm}; function
35 compiler(".mib") -> {snmpc, compile}; function
36 compiler(".bin") -> {snmpc, mib_to_hrl}; function
37 compiler(".xrl") -> {leex, compile}; function
38 compiler(".yrl") -> {yecc, compile}; function
39 compiler(".script") -> {systools, script2boot}; function
40 compiler(".rel") -> {systools, compile_rel}; function
41 compiler(".idl") -> {ic, compile}; function
44 compiler(".py") -> {asn1ct, compile_py}; function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Derl_compile.erl33 compiler(".erl") -> {compile, compile}; function
34 compiler(".S") -> {compile, compile_asm}; function
37 compiler(".mib") -> {snmpc, compile}; function
38 compiler(".bin") -> {snmpc, mib_to_hrl}; function
39 compiler(".xrl") -> {leex, compile}; function
40 compiler(".yrl") -> {yecc, compile}; function
41 compiler(".script") -> {systools, script2boot}; function
42 compiler(".rel") -> {systools, compile_rel}; function
43 compiler(".idl") -> {ic, compile}; function
46 compiler(".py") -> {asn1ct, compile_py}; function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Derl_compile.erl31 compiler(".erl") -> {compile, compile}; function
32 compiler(".S") -> {compile, compile_asm}; function
35 compiler(".mib") -> {snmpc, compile}; function
36 compiler(".bin") -> {snmpc, mib_to_hrl}; function
37 compiler(".xrl") -> {leex, compile}; function
38 compiler(".yrl") -> {yecc, compile}; function
39 compiler(".script") -> {systools, script2boot}; function
40 compiler(".rel") -> {systools, compile_rel}; function
41 compiler(".idl") -> {ic, compile}; function
44 compiler(".py") -> {asn1ct, compile_py}; function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_compile.erl31 compiler(".erl") -> {compile, compile}; function
32 compiler(".S") -> {compile, compile_asm}; function
35 compiler(".mib") -> {snmpc, compile}; function
36 compiler(".bin") -> {snmpc, mib_to_hrl}; function
37 compiler(".xrl") -> {leex, compile}; function
38 compiler(".yrl") -> {yecc, compile}; function
39 compiler(".script") -> {systools, script2boot}; function
40 compiler(".rel") -> {systools, compile_rel}; function
41 compiler(".idl") -> {ic, compile}; function
44 compiler(".py") -> {asn1ct, compile_py}; function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_compile.erl31 compiler(".erl") -> {compile, compile}; function
32 compiler(".S") -> {compile, compile_asm}; function
35 compiler(".mib") -> {snmpc, compile}; function
36 compiler(".bin") -> {snmpc, mib_to_hrl}; function
37 compiler(".xrl") -> {leex, compile}; function
38 compiler(".yrl") -> {yecc, compile}; function
39 compiler(".script") -> {systools, script2boot}; function
40 compiler(".rel") -> {systools, compile_rel}; function
41 compiler(".idl") -> {ic, compile}; function
44 compiler(".py") -> {asn1ct, compile_py}; function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_compile.erl31 compiler(".erl") -> {compile, compile}; function
32 compiler(".S") -> {compile, compile_asm}; function
35 compiler(".mib") -> {snmpc, compile}; function
36 compiler(".bin") -> {snmpc, mib_to_hrl}; function
37 compiler(".xrl") -> {leex, compile}; function
38 compiler(".yrl") -> {yecc, compile}; function
39 compiler(".script") -> {systools, script2boot}; function
40 compiler(".rel") -> {systools, compile_rel}; function
41 compiler(".idl") -> {ic, compile}; function
44 compiler(".py") -> {asn1ct, compile_py}; function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_compile.erl31 compiler(".erl") -> {compile, compile}; function
32 compiler(".S") -> {compile, compile_asm}; function
35 compiler(".mib") -> {snmpc, compile}; function
36 compiler(".bin") -> {snmpc, mib_to_hrl}; function
37 compiler(".xrl") -> {leex, compile}; function
38 compiler(".yrl") -> {yecc, compile}; function
39 compiler(".script") -> {systools, script2boot}; function
40 compiler(".rel") -> {systools, compile_rel}; function
41 compiler(".idl") -> {ic, compile}; function
44 compiler(".py") -> {asn1ct, compile_py}; function
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/compiler/translator/
H A DShaderLang.cpp303 TCompiler *compiler = base->getAsCompiler(); in ConstructCompiler() local
456 TCompiler *compiler = base->getAsCompiler(); in GetUniformBlocks() local
466 TCompiler *compiler = base->getAsCompiler(); in GetShaderStorageBlocks() local
477 TCompiler *compiler = base->getAsCompiler(); in GetComputeShaderLocalGroupSize() local
487 TCompiler *compiler = base->getAsCompiler(); in GetVertexShaderNumViews() local
537 TCompiler *compiler = base->getAsCompiler(); in HasValidGeometryShaderInputPrimitiveType() local
548 TCompiler *compiler = base->getAsCompiler(); in HasValidGeometryShaderOutputPrimitiveType() local
559 TCompiler *compiler = base->getAsCompiler(); in HasValidGeometryShaderMaxVertices() local
570 TCompiler *compiler = base->getAsCompiler(); in GetGeometryShaderInputPrimitiveType() local
581 TCompiler *compiler = base->getAsCompiler(); in GetGeometryShaderOutputPrimitiveType() local
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DShaderLang.cpp96 TCompiler *compiler = GetCompilerFromHandle(handle); in GetShaderVariables() local
305 TCompiler *compiler = base->getAsCompiler(); in ConstructCompiler() local
334 TCompiler *compiler = GetCompilerFromHandle(handle); in GetBuiltInResourcesString() local
458 TCompiler *compiler = base->getAsCompiler(); in GetUniformBlocks() local
468 TCompiler *compiler = base->getAsCompiler(); in GetShaderStorageBlocks() local
479 TCompiler *compiler = base->getAsCompiler(); in GetComputeShaderLocalGroupSize() local
489 TCompiler *compiler = base->getAsCompiler(); in GetVertexShaderNumViews() local
539 TCompiler *compiler = base->getAsCompiler(); in GetGeometryShaderInputPrimitiveType() local
550 TCompiler *compiler = base->getAsCompiler(); in GetGeometryShaderOutputPrimitiveType() local
561 TCompiler *compiler = base->getAsCompiler(); in GetGeometryShaderInvocations() local
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DShaderLang.cpp96 TCompiler *compiler = GetCompilerFromHandle(handle); in GetShaderVariables() local
305 TCompiler *compiler = base->getAsCompiler(); in ConstructCompiler() local
334 TCompiler *compiler = GetCompilerFromHandle(handle); in GetBuiltInResourcesString() local
458 TCompiler *compiler = base->getAsCompiler(); in GetUniformBlocks() local
468 TCompiler *compiler = base->getAsCompiler(); in GetShaderStorageBlocks() local
479 TCompiler *compiler = base->getAsCompiler(); in GetComputeShaderLocalGroupSize() local
489 TCompiler *compiler = base->getAsCompiler(); in GetVertexShaderNumViews() local
539 TCompiler *compiler = base->getAsCompiler(); in GetGeometryShaderInputPrimitiveType() local
550 TCompiler *compiler = base->getAsCompiler(); in GetGeometryShaderOutputPrimitiveType() local
561 TCompiler *compiler = base->getAsCompiler(); in GetGeometryShaderInvocations() local
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DShaderLang.cpp96 TCompiler *compiler = GetCompilerFromHandle(handle); in GetShaderVariables() local
305 TCompiler *compiler = base->getAsCompiler(); in ConstructCompiler() local
334 TCompiler *compiler = GetCompilerFromHandle(handle); in GetBuiltInResourcesString() local
458 TCompiler *compiler = base->getAsCompiler(); in GetUniformBlocks() local
468 TCompiler *compiler = base->getAsCompiler(); in GetShaderStorageBlocks() local
479 TCompiler *compiler = base->getAsCompiler(); in GetComputeShaderLocalGroupSize() local
489 TCompiler *compiler = base->getAsCompiler(); in GetVertexShaderNumViews() local
539 TCompiler *compiler = base->getAsCompiler(); in GetGeometryShaderInputPrimitiveType() local
550 TCompiler *compiler = base->getAsCompiler(); in GetGeometryShaderOutputPrimitiveType() local
561 TCompiler *compiler = base->getAsCompiler(); in GetGeometryShaderInvocations() local
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DShaderLang.cpp96 TCompiler *compiler = GetCompilerFromHandle(handle); in GetShaderVariables() local
305 TCompiler *compiler = base->getAsCompiler(); in ConstructCompiler() local
334 TCompiler *compiler = GetCompilerFromHandle(handle); in GetBuiltInResourcesString() local
458 TCompiler *compiler = base->getAsCompiler(); in GetUniformBlocks() local
468 TCompiler *compiler = base->getAsCompiler(); in GetShaderStorageBlocks() local
479 TCompiler *compiler = base->getAsCompiler(); in GetComputeShaderLocalGroupSize() local
489 TCompiler *compiler = base->getAsCompiler(); in GetVertexShaderNumViews() local
539 TCompiler *compiler = base->getAsCompiler(); in GetGeometryShaderInputPrimitiveType() local
550 TCompiler *compiler = base->getAsCompiler(); in GetGeometryShaderOutputPrimitiveType() local
561 TCompiler *compiler = base->getAsCompiler(); in GetGeometryShaderInvocations() local
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DShaderLang.cpp96 TCompiler *compiler = GetCompilerFromHandle(handle); in GetShaderVariables() local
305 TCompiler *compiler = base->getAsCompiler(); in ConstructCompiler() local
334 TCompiler *compiler = GetCompilerFromHandle(handle); in GetBuiltInResourcesString() local
458 TCompiler *compiler = base->getAsCompiler(); in GetUniformBlocks() local
468 TCompiler *compiler = base->getAsCompiler(); in GetShaderStorageBlocks() local
479 TCompiler *compiler = base->getAsCompiler(); in GetComputeShaderLocalGroupSize() local
489 TCompiler *compiler = base->getAsCompiler(); in GetVertexShaderNumViews() local
539 TCompiler *compiler = base->getAsCompiler(); in GetGeometryShaderInputPrimitiveType() local
550 TCompiler *compiler = base->getAsCompiler(); in GetGeometryShaderOutputPrimitiveType() local
561 TCompiler *compiler = base->getAsCompiler(); in GetGeometryShaderInvocations() local
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DShaderLang.cpp96 TCompiler *compiler = GetCompilerFromHandle(handle); in GetShaderVariables() local
305 TCompiler *compiler = base->getAsCompiler(); in ConstructCompiler() local
334 TCompiler *compiler = GetCompilerFromHandle(handle); in GetBuiltInResourcesString() local
458 TCompiler *compiler = base->getAsCompiler(); in GetUniformBlocks() local
468 TCompiler *compiler = base->getAsCompiler(); in GetShaderStorageBlocks() local
479 TCompiler *compiler = base->getAsCompiler(); in GetComputeShaderLocalGroupSize() local
489 TCompiler *compiler = base->getAsCompiler(); in GetVertexShaderNumViews() local
539 TCompiler *compiler = base->getAsCompiler(); in GetGeometryShaderInputPrimitiveType() local
550 TCompiler *compiler = base->getAsCompiler(); in GetGeometryShaderOutputPrimitiveType() local
561 TCompiler *compiler = base->getAsCompiler(); in GetGeometryShaderInvocations() local
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DShaderLang.cpp96 TCompiler *compiler = GetCompilerFromHandle(handle); in GetShaderVariables() local
305 TCompiler *compiler = base->getAsCompiler(); in ConstructCompiler() local
334 TCompiler *compiler = GetCompilerFromHandle(handle); in GetBuiltInResourcesString() local
458 TCompiler *compiler = base->getAsCompiler(); in GetUniformBlocks() local
468 TCompiler *compiler = base->getAsCompiler(); in GetShaderStorageBlocks() local
479 TCompiler *compiler = base->getAsCompiler(); in GetComputeShaderLocalGroupSize() local
489 TCompiler *compiler = base->getAsCompiler(); in GetVertexShaderNumViews() local
539 TCompiler *compiler = base->getAsCompiler(); in GetGeometryShaderInputPrimitiveType() local
550 TCompiler *compiler = base->getAsCompiler(); in GetGeometryShaderOutputPrimitiveType() local
561 TCompiler *compiler = base->getAsCompiler(); in GetGeometryShaderInvocations() local
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DShaderLang.cpp96 TCompiler *compiler = GetCompilerFromHandle(handle); in GetShaderVariables() local
305 TCompiler *compiler = base->getAsCompiler(); in ConstructCompiler() local
334 TCompiler *compiler = GetCompilerFromHandle(handle); in GetBuiltInResourcesString() local
458 TCompiler *compiler = base->getAsCompiler(); in GetUniformBlocks() local
468 TCompiler *compiler = base->getAsCompiler(); in GetShaderStorageBlocks() local
479 TCompiler *compiler = base->getAsCompiler(); in GetComputeShaderLocalGroupSize() local
489 TCompiler *compiler = base->getAsCompiler(); in GetVertexShaderNumViews() local
539 TCompiler *compiler = base->getAsCompiler(); in GetGeometryShaderInputPrimitiveType() local
550 TCompiler *compiler = base->getAsCompiler(); in GetGeometryShaderOutputPrimitiveType() local
561 TCompiler *compiler = base->getAsCompiler(); in GetGeometryShaderInvocations() local
[all …]

12345678910>>...423