Home
last modified time | relevance | path

Searched refs:args_types (Results 1 – 25 of 26) sorted by relevance

12

/dports/audio/faust/faust-2.37.3/compiler/extended/
H A Dftzprim.hh95 list<NamedTyped*> args_types; in generateCode() local
96args_types.push_back(InstBuilder::genNamedTyped("dummy", InstBuilder::genBasicTyped(itfloat()))); in generateCode()
97 … FunTyped* fun_type = InstBuilder::genFunTyped(args_types, InstBuilder::genBasicTyped(itfloat())); in generateCode()
/dports/lang/gleam/gleam-0.18.2/compiler-core/src/
H A Dtype_.rs683 let mut args_types = Vec::with_capacity(args.len()); in register_values() localVariable
687 args_types.push(t); in register_values()
698 let typ = fn_(args_types, return_type); in register_values()
781 args_types.push(t); in register_values()
795 _ => fn_(args_types, typ.clone()), in register_values()
939 let (args_types, return_type) = preregistered_type in infer_statement()
948 .zip(&args_types) in infer_statement()
958 let typ = fn_(args_types, body.type_()); in infer_statement()
1018 let (args_types, return_type) = preregistered_type in infer_statement()
1023 .zip(&args_types) in infer_statement()
[all …]
/dports/net/py-soap2py/soap2py-1.16/pysimplesoap/
H A Dserver.py182 function, returns_types, args_types, doc = self.methods[name]
186 if args_types:
187 args = method.children().unmarshall(args_types)
188 elif args_types is None:
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/
H A Dparser_test_helpers.h42 for (auto& arg : signature::args_types()) {
H A Dparser_test_helpers-inl.h74 static std::vector<std::unique_ptr<t_type>> args_types() { in args_types() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp302 std::vector<ffi_type *> args_types(arg_num, &ffi_type_pointer); in __tgt_rtl_run_target_team_region() local
312 &ffi_type_void, &args_types[0]); in __tgt_rtl_run_target_team_region()
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp290 std::vector<ffi_type *> args_types(arg_num, &ffi_type_pointer); in __tgt_rtl_run_target_team_region() local
300 &ffi_type_void, &args_types[0]); in __tgt_rtl_run_target_team_region()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp290 std::vector<ffi_type *> args_types(arg_num, &ffi_type_pointer); in __tgt_rtl_run_target_team_region() local
300 &ffi_type_void, &args_types[0]); in __tgt_rtl_run_target_team_region()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp302 std::vector<ffi_type *> args_types(arg_num, &ffi_type_pointer); in __tgt_rtl_run_target_team_region() local
312 &ffi_type_void, &args_types[0]); in __tgt_rtl_run_target_team_region()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp290 std::vector<ffi_type *> args_types(arg_num, &ffi_type_pointer); in __tgt_rtl_run_target_team_region() local
300 &ffi_type_void, &args_types[0]); in __tgt_rtl_run_target_team_region()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp302 std::vector<ffi_type *> args_types(arg_num, &ffi_type_pointer); in __tgt_rtl_run_target_team_region() local
312 &ffi_type_void, &args_types[0]); in __tgt_rtl_run_target_team_region()
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp302 std::vector<ffi_type *> args_types(arg_num, &ffi_type_pointer);
312 &ffi_type_void, &args_types[0]);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp308 std::vector<ffi_type *> args_types(arg_num, &ffi_type_pointer); in __tgt_rtl_run_target_team_region() local
318 &ffi_type_void, &args_types[0]); in __tgt_rtl_run_target_team_region()
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp305 std::vector<ffi_type *> args_types(arg_num, &ffi_type_pointer); in __tgt_rtl_run_target_team_region() local
315 &ffi_type_void, &args_types[0]); in __tgt_rtl_run_target_team_region()
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp308 std::vector<ffi_type *> args_types(arg_num, &ffi_type_pointer); in __tgt_rtl_run_target_team_region() local
318 &ffi_type_void, &args_types[0]); in __tgt_rtl_run_target_team_region()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp305 std::vector<ffi_type *> args_types(arg_num, &ffi_type_pointer); in __tgt_rtl_run_target_team_region() local
315 &ffi_type_void, &args_types[0]); in __tgt_rtl_run_target_team_region()
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp305 std::vector<ffi_type *> args_types(arg_num, &ffi_type_pointer); in __tgt_rtl_run_target_team_region() local
315 &ffi_type_void, &args_types[0]); in __tgt_rtl_run_target_team_region()
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp306 std::vector<ffi_type *> args_types(arg_num, &ffi_type_pointer); in __tgt_rtl_run_target_team_region() local
316 &ffi_type_void, &args_types[0]); in __tgt_rtl_run_target_team_region()
/dports/editors/gnome-latex/gnome-latex-3.38.0/src/
H A Dcompletion.vala57 Gee.ArrayList<bool> args_types;
242 show_calltip_cmd_prototype (info.cmd_name, info.args_types);
259 int arg_num = get_argument_num (cmd.args, arg_context.args_types);
593 info.args_types = new Gee.ArrayList<bool> ();
610 info.args_types.insert (0, cur_char == '[');
642 info.args_types.insert (0, cur_char == ']');
H A Dcompletion.c176 GeeArrayList* args_types; member
992 _tmp9_ = _tmp8_.args_types; in completion_provider_populate_argument()
1102 _tmp16_ = _tmp15_.args_types; in completion_provider_get_argument_proposals()
2801 _g_object_unref0 (_vala_info.args_types); in completion_provider_in_latex_command_argument()
2803 _vala_info.args_types = _tmp0_; in completion_provider_in_latex_command_argument()
2892 _tmp13_ = _tmp12_.args_types; in completion_provider_in_latex_command_argument()
3015 _tmp24_ = _tmp23_.args_types; in completion_provider_in_latex_command_argument()
5325 _tmp4_ = (*self).args_types; in completion_provider_argument_context_copy()
5329 _g_object_unref0 ((*dest).args_types); in completion_provider_argument_context_copy()
5331 (*dest).args_types = _tmp5_; in completion_provider_argument_context_copy()
[all …]
/dports/math/petanque/arybo-release-1.1.0/arybo/lib/
H A Dexprs_asm.py207 args_types = [IntType(v.nbits) for v in vars_]
208 fntype = ll.FunctionType(IntType(exprs[-1].nbits), args_types)
/dports/math/py-arybo/arybo-1.1.0/arybo/lib/
H A Dexprs_asm.py207 args_types = [IntType(v.nbits) for v in vars_]
208 fntype = ll.FunctionType(IntType(exprs[-1].nbits), args_types)
/dports/lang/gleam/gleam-0.18.2/compiler-core/src/type_/
H A Dexpression.rs278 let args_types = args.iter().map(|a| a.type_.clone()).collect(); in infer_fn() localVariable
279 let typ = fn_(args_types, body.type_()); in infer_fn()
1552 let (mut args_types, return_type) = in infer_const()
1555 let args = args_types in infer_const()
1686 let (mut args_types, return_type) = in do_infer_call_with_known_fun()
1691 let args = args_types in do_infer_call_with_known_fun()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/unit/
H A Dmockssandra.hpp1140 const Vector<String>& args_types = Vector<String>()) in SchemaChangeEvent() argument
1141 : Event(encode(target, type, keyspace_name, target_name, args_types)) {} in SchemaChangeEvent()
1147 const Vector<String>& args_types);
1149 const Vector<String>& args_types);
H A Dmockssandra.cpp2145 const Vector<String>& args_types) { in function() argument
2146 return Ptr(new SchemaChangeEvent(FUNCTION, type, keyspace_name, function_name, args_types)); in function()
2151 const Vector<String>& args_types) { in aggregate() argument
2152 return Ptr(new SchemaChangeEvent(AGGREGATE, type, keyspace_name, aggregate_name, args_types)); in aggregate()

12