| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-generated-actions.h | 279 const arg2_type& arg2 GTEST_ATTRIBUTE_UNUSED_, \ 676 template <typename arg0_type, typename arg1_type, typename arg2_type, \ 682 const arg2_type& arg2, const arg3_type& arg3, \ 710 template <typename arg0_type, typename arg1_type, typename arg2_type, \ 737 template <typename arg0_type, typename arg1_type, typename arg2_type, \ 743 const arg2_type& arg2, const arg3_type& arg3, \ 760 template <typename arg0_type, typename arg1_type, typename arg2_type, \ 787 template <typename arg0_type, typename arg1_type, typename arg2_type, \ 793 const arg2_type& arg2, const arg3_type& arg3, \ 814 template <typename arg0_type, typename arg1_type, typename arg2_type, \ [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | call.cc | 5337 tree arg2_type; in build_conditional_expr() local 5407 arg2_type = TREE_TYPE (arg2); in build_conditional_expr() 5410 if (!VECTOR_TYPE_P (arg2_type) in build_conditional_expr() 5442 "involves truncation", arg2_type, vtype); in build_conditional_expr() 5456 arg2_type = vtype; in build_conditional_expr() 5463 if ((gnu_vector_type_p (arg2_type) && !VECTOR_TYPE_P (arg3_type)) in build_conditional_expr() 5464 || (gnu_vector_type_p (arg3_type) && !VECTOR_TYPE_P (arg2_type))) in build_conditional_expr() 5479 arg2_type = TREE_TYPE (arg2); in build_conditional_expr() 5485 arg3 = convert (TREE_TYPE (arg2_type), arg3); in build_conditional_expr() 5486 arg3 = build_vector_from_val (arg2_type, arg3); in build_conditional_expr() [all …]
|
| H A D | ChangeLog-2019 | 2472 * call.c (build_new_op_1): Set arg2_type.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | call.c | 5108 tree arg2_type; in build_conditional_expr_1() local 5176 arg2_type = TREE_TYPE (arg2); in build_conditional_expr_1() 5179 if (!VECTOR_TYPE_P (arg2_type) in build_conditional_expr_1() 5211 "involves truncation", arg2_type, vtype); in build_conditional_expr_1() 5225 arg2_type = vtype; in build_conditional_expr_1() 5232 if ((gnu_vector_type_p (arg2_type) && !VECTOR_TYPE_P (arg3_type)) in build_conditional_expr_1() 5233 || (gnu_vector_type_p (arg3_type) && !VECTOR_TYPE_P (arg2_type))) in build_conditional_expr_1() 5248 arg2_type = TREE_TYPE (arg2); in build_conditional_expr_1() 5254 arg3 = convert (TREE_TYPE (arg2_type), arg3); in build_conditional_expr_1() 5255 arg3 = build_vector_from_val (arg2_type, arg3); in build_conditional_expr_1() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | rs6000-c.c | 1086 tree arg2_type = TREE_TYPE (arg2); in altivec_resolve_overloaded_builtin() local 1093 || !lang_hooks.types_compatible_p (arg1_type, arg2_type)) in altivec_resolve_overloaded_builtin() 1169 tree arg2_type = TREE_TYPE (arg2); in altivec_resolve_overloaded_builtin() local 1176 || !lang_hooks.types_compatible_p (arg1_type, arg2_type)) in altivec_resolve_overloaded_builtin()
|
| H A D | rs6000-call.c | 11591 tree arg2_type = ptr_type_node; in rs6000_gimple_fold_builtin() local 11598 arg2_type, arg2, temp_offset); in rs6000_gimple_fold_builtin() 11601 arg2_type, temp_addr, in rs6000_gimple_fold_builtin() 11602 build_int_cst (arg2_type, -16)); in rs6000_gimple_fold_builtin() 11615 build_int_cst (arg2_type, 0)), arg0); in rs6000_gimple_fold_builtin() 11680 tree arg2_type = ptr_type_node; in rs6000_gimple_fold_builtin() local 11689 arg2_type, arg2, temp_offset); in rs6000_gimple_fold_builtin() 11700 build_int_cst (arg2_type, 0)), arg0); in rs6000_gimple_fold_builtin()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000-builtin.cc | 1875 tree arg2_type = ptr_type_node; in rs6000_gimple_fold_builtin() local 1882 arg2_type, arg2, temp_offset); in rs6000_gimple_fold_builtin() 1885 arg2_type, temp_addr, in rs6000_gimple_fold_builtin() 1886 build_int_cst (arg2_type, -16)); in rs6000_gimple_fold_builtin() 1899 build_int_cst (arg2_type, 0)), arg0); in rs6000_gimple_fold_builtin() 1964 tree arg2_type = ptr_type_node; in rs6000_gimple_fold_builtin() local 1973 arg2_type, arg2, temp_offset); in rs6000_gimple_fold_builtin() 1984 build_int_cst (arg2_type, 0)), arg0); in rs6000_gimple_fold_builtin()
|