Searched refs:new_arg_types (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-param-manipulation.c | 208 tree new_arg_types = NULL; in build_adjusted_function_type() local 216 new_arg_types = tree_cons (NULL_TREE, (*new_param_types)[i], in build_adjusted_function_type() 217 new_arg_types); in build_adjusted_function_type() 219 tree new_reversed = nreverse (new_arg_types); in build_adjusted_function_type() 223 TREE_CHAIN (new_arg_types) = void_list_node; in build_adjusted_function_type() 227 new_arg_types = new_reversed; in build_adjusted_function_type() 245 new_arg_types)); in build_adjusted_function_type() 251 TYPE_ARG_TYPES (new_type) = new_arg_types; in build_adjusted_function_type()
|
H A D | omp-simd-clone.c | 712 tree new_arg_types = NULL_TREE, new_reversed; in simd_clone_adjust_argument_types() local 727 new_arg_types = tree_cons (NULL_TREE, ptype, new_arg_types); in simd_clone_adjust_argument_types() 729 new_reversed = nreverse (new_arg_types); in simd_clone_adjust_argument_types() 733 TREE_CHAIN (new_arg_types) = void_list_node; in simd_clone_adjust_argument_types()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-param-manipulation.cc | 319 tree new_arg_types = NULL; in build_adjusted_function_type() local 327 new_arg_types = tree_cons (NULL_TREE, (*new_param_types)[i], in build_adjusted_function_type() 328 new_arg_types); in build_adjusted_function_type() 330 tree new_reversed = nreverse (new_arg_types); in build_adjusted_function_type() 334 TREE_CHAIN (new_arg_types) = void_list_node; in build_adjusted_function_type() 338 new_arg_types = new_reversed; in build_adjusted_function_type() 356 new_arg_types)); in build_adjusted_function_type() 362 TYPE_ARG_TYPES (new_type) = new_arg_types; in build_adjusted_function_type()
|
H A D | omp-simd-clone.cc | 721 tree new_arg_types = NULL_TREE, new_reversed; in simd_clone_adjust_argument_types() local 736 new_arg_types = tree_cons (NULL_TREE, ptype, new_arg_types); in simd_clone_adjust_argument_types() 738 new_reversed = nreverse (new_arg_types); in simd_clone_adjust_argument_types() 742 TREE_CHAIN (new_arg_types) = void_list_node; in simd_clone_adjust_argument_types()
|