/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
H A D | function-pointers.rst | 61 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 D | function-tests.c | 88 vec <tree> ¶m_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 D | selftest.h | 178 vec <tree> ¶m_types,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | function-tests.cc | 89 vec <tree> ¶m_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 D | selftest.h | 180 vec <tree> ¶m_types,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
H A D | function-pointers.rst | 61 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 D | jit-builtins.c | 197 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 D | jit-recording.c | 933 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 ¶m_types, in replay_into() [all …]
|
H A D | jit-playback.c | 366 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 D | libgccjit.h | 665 gcc_jit_type **param_types,
|
H A D | libgccjit.c | 777 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 D | jit-playback.h | 91 const auto_vec<type *> *param_types,
|
H A D | jit-recording.h | 118 type **param_types, 125 type **param_types, 777 type **param_types,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-builtins.cc | 197 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 D | jit-recording.cc | 938 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 ¶m_types, in replay_into() [all …]
|
H A D | jit-playback.cc | 458 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 D | libgccjit.cc | 1051 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 D | libgccjit.h | 735 gcc_jit_type **param_types,
|
H A D | jit-playback.h | 92 const auto_vec<type *> *param_types,
|
H A D | jit-recording.h | 118 type **param_types, 125 type **param_types, 854 type **param_types,
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | IntrinsicsHexagon.td | 19 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 D | IntrinsicsPowerPC.td | 141 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 D | region-model.cc | 5235 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 D | llvm_debuginfo.ml | 272 param_types:Llvm.llmetadata array ->
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Mangle.cpp | 228 for (const auto &AT : Proto->param_types()) in mangleName()
|