Home
last modified time | relevance | path

Searched refs:param_types (Results 1 – 25 of 54) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dfunction-pointers.rst61 gcc_jit_type *param_types[3];
62 param_types[0] = int_type;
63 param_types[1] = int_type;
64 param_types[2] = int_type;
69 3, param_types, 0);
76 gcc_jit_type **param_types,\
82 Each of `param_types` must be non-`void`; `return_type` may be `void`.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfunction-tests.c88 vec <tree> &param_types, in make_fndecl()
94 param_types.length (), in make_fndecl()
95 param_types.address ()); in make_fndecl()
98 param_types.length (), in make_fndecl()
99 param_types.address ()); in make_fndecl()
113 auto_vec <tree> param_types; in test_fndecl_int_void() local
117 param_types); in test_fndecl_int_void()
151 auto_vec <tree> param_types; in test_fndecl_float_intchar() local
152 param_types.safe_push (integer_type_node); in test_fndecl_float_intchar()
153 param_types.safe_push (char_type_node); in test_fndecl_float_intchar()
[all …]
H A Dselftest.h178 vec <tree> &param_types,
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfunction-tests.cc89 vec <tree> &param_types, in make_fndecl()
95 param_types.length (), in make_fndecl()
96 param_types.address ()); in make_fndecl()
99 param_types.length (), in make_fndecl()
100 param_types.address ()); in make_fndecl()
114 auto_vec <tree> param_types; in test_fndecl_int_void() local
118 param_types); in test_fndecl_int_void()
152 auto_vec <tree> param_types; in test_fndecl_float_intchar() local
153 param_types.safe_push (integer_type_node); in test_fndecl_float_intchar()
154 param_types.safe_push (char_type_node); in test_fndecl_float_intchar()
[all …]
H A Dselftest.h180 vec <tree> &param_types,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/
H A Dfunction-pointers.rst61 gcc_jit_type *param_types[3];
62 param_types[0] = int_type;
63 param_types[1] = int_type;
64 param_types[2] = int_type;
69 3, param_types, 0);
76 gcc_jit_type **param_types,\
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-builtins.c197 vec<recording::type *> param_types = func_type->get_param_types (); in make_builtin_function() local
198 recording::param **params = new recording::param *[param_types.length ()]; in make_builtin_function()
202 FOR_EACH_VEC_ELT (param_types, i, param_type) in make_builtin_function()
217 param_types.length (), in make_builtin_function()
458 recording::type **param_types = new recording::type *[num_args]; in make_fn_type() local
467 param_types[i] = get_type (arg_type_id); in make_fn_type()
468 if (!param_types[i]) in make_fn_type()
479 param_types, in make_fn_type()
483 delete[] param_types; in make_fn_type()
H A Djit-recording.c933 recording::type **param_types, in new_function_type() argument
940 param_types, in new_function_type()
956 recording::type **param_types, in new_function_ptr_type() argument
962 param_types, in new_function_ptr_type()
2754 type **param_types, in function_type() argument
2762 m_param_types.safe_push (param_types[i]); in function_type()
2828 auto_vec <playback::type *> param_types; in replay_into() local
2831 param_types.create (m_param_types.length ()); in replay_into()
2833 param_types.safe_push (type->playback_type ()); in replay_into()
2836 &param_types, in replay_into()
[all …]
H A Djit-playback.c366 const auto_vec<type *> *param_types, in new_function_type() argument
372 tree *arg_types = (tree *)xcalloc(param_types->length (), sizeof(tree*)); in new_function_type()
374 FOR_EACH_VEC_ELT (*param_types, i, param_type) in new_function_type()
381 param_types->length (), in new_function_type()
385 param_types->length (), in new_function_type()
H A Dlibgccjit.h665 gcc_jit_type **param_types,
H A Dlibgccjit.c777 gcc_jit_type **param_types, in gcc_jit_context_new_function_ptr_type() argument
785 (num_params == 0) || param_types, in gcc_jit_context_new_function_ptr_type()
790 param_types[i], in gcc_jit_context_new_function_ptr_type()
797 (gcc::jit::recording::type **)param_types, in gcc_jit_context_new_function_ptr_type()
H A Djit-playback.h91 const auto_vec<type *> *param_types,
H A Djit-recording.h118 type **param_types,
125 type **param_types,
777 type **param_types,
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-builtins.cc197 vec<recording::type *> param_types = func_type->get_param_types (); in make_builtin_function() local
198 recording::param **params = new recording::param *[param_types.length ()]; in make_builtin_function()
202 FOR_EACH_VEC_ELT (param_types, i, param_type) in make_builtin_function()
217 param_types.length (), in make_builtin_function()
565 recording::type **param_types = new recording::type *[num_args]; in make_fn_type() local
574 param_types[i] = get_type (arg_type_id); in make_fn_type()
575 if (!param_types[i]) in make_fn_type()
586 param_types, in make_fn_type()
590 delete[] param_types; in make_fn_type()
H A Djit-recording.cc938 recording::type **param_types, in new_function_type() argument
945 param_types, in new_function_type()
961 recording::type **param_types, in new_function_ptr_type() argument
967 param_types, in new_function_ptr_type()
3103 type **param_types, in function_type() argument
3111 m_param_types.safe_push (param_types[i]); in function_type()
3177 auto_vec <playback::type *> param_types; in replay_into() local
3180 param_types.create (m_param_types.length ()); in replay_into()
3182 param_types.safe_push (type->playback_type ()); in replay_into()
3185 &param_types, in replay_into()
[all …]
H A Djit-playback.cc458 const auto_vec<type *> *param_types, in new_function_type() argument
464 tree *arg_types = (tree *)xcalloc(param_types->length (), sizeof(tree*)); in new_function_type()
466 FOR_EACH_VEC_ELT (*param_types, i, param_type) in new_function_type()
473 param_types->length (), in new_function_type()
477 param_types->length (), in new_function_type()
H A Dlibgccjit.cc1051 gcc_jit_type **param_types, in gcc_jit_context_new_function_ptr_type() argument
1059 (num_params == 0) || param_types, in gcc_jit_context_new_function_ptr_type()
1064 RETURN_NULL_IF_FAIL_PRINTF1 (param_types[i], in gcc_jit_context_new_function_ptr_type()
1068 RETURN_NULL_IF_FAIL_PRINTF1 (!param_types[i]->is_void (), in gcc_jit_context_new_function_ptr_type()
1076 (gcc::jit::recording::type **)param_types, in gcc_jit_context_new_function_ptr_type()
H A Dlibgccjit.h735 gcc_jit_type **param_types,
H A Djit-playback.h92 const auto_vec<type *> *param_types,
H A Djit-recording.h118 type **param_types,
125 type **param_types,
854 type **param_types,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicsHexagon.td19 list<LLVMType> param_types,
22 Intrinsic<ret_types, param_types, properties>;
27 list<LLVMType> param_types,
29 : Intrinsic<ret_types, param_types, properties>;
H A DIntrinsicsPowerPC.td141 list<LLVMType> param_types,
144 Intrinsic<ret_types, param_types, properties>;
148 list<LLVMType> param_types,
151 Intrinsic<ret_types, param_types, properties>;
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model.cc5235 auto_vec <tree> param_types; in test_stack_frames() local
5238 param_types); in test_stack_frames()
5243 param_types); in test_stack_frames()
5364 auto_vec <tree> param_types; in test_get_representative_path_var() local
5367 param_types); in test_get_representative_path_var()
5579 auto_vec <tree> param_types; in test_state_merging() local
5580 tree test_fndecl = make_fndecl (integer_type_node, "test_fn", param_types); in test_state_merging()
6392 auto_vec <tree> param_types; in test_alloca() local
6395 param_types); in test_alloca()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml272 param_types:Llvm.llmetadata array ->
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMangle.cpp228 for (const auto &AT : Proto->param_types()) in mangleName()

123