Searched refs:arg3_type (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-generated-actions.h | 280 const arg3_type& arg3 GTEST_ATTRIBUTE_UNUSED_, \ 677 typename arg3_type, typename arg4_type, typename arg5_type, \ 682 const arg2_type& arg2, const arg3_type& arg3, \ 711 typename arg3_type, typename arg4_type, typename arg5_type, \ 738 typename arg3_type, typename arg4_type, typename arg5_type, \ 743 const arg2_type& arg2, const arg3_type& arg3, \ 761 typename arg3_type, typename arg4_type, typename arg5_type, \ 788 typename arg3_type, typename arg4_type, typename arg5_type, \ 793 const arg2_type& arg2, const arg3_type& arg3, \ 815 typename arg3_type, typename arg4_type, typename arg5_type, \ [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | call.cc | 5338 tree arg3_type; in build_conditional_expr() local 5408 arg3_type = TREE_TYPE (arg3); in build_conditional_expr() 5411 && !VECTOR_TYPE_P (arg3_type)) in build_conditional_expr() 5449 "involves truncation", arg3_type, vtype); in build_conditional_expr() 5460 arg3_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() 5477 arg2 = convert (TREE_TYPE (arg3_type), arg2); in build_conditional_expr() 5478 arg2 = build_vector_from_val (arg3_type, arg2); in build_conditional_expr() 5487 arg3_type = TREE_TYPE (arg3); in build_conditional_expr() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | call.c | 5109 tree arg3_type; in build_conditional_expr_1() local 5177 arg3_type = TREE_TYPE (arg3); in build_conditional_expr_1() 5180 && !VECTOR_TYPE_P (arg3_type)) in build_conditional_expr_1() 5218 "involves truncation", arg3_type, vtype); in build_conditional_expr_1() 5229 arg3_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() 5246 arg2 = convert (TREE_TYPE (arg3_type), arg2); in build_conditional_expr_1() 5247 arg2 = build_vector_from_val (arg3_type, arg2); in build_conditional_expr_1() 5256 arg3_type = TREE_TYPE (arg3); in build_conditional_expr_1() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | expr.cc | 2182 rtx arg2_rtx, tree arg3_type, rtx arg3_rtx, in expand_cmpstrn_or_cmpmem() argument 2194 create_convert_operand_from (&ops[3], arg3_rtx, TYPE_MODE (arg3_type), in expand_cmpstrn_or_cmpmem() 2195 TYPE_UNSIGNED (arg3_type)); in expand_cmpstrn_or_cmpmem()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | expr.c | 1978 rtx arg2_rtx, tree arg3_type, rtx arg3_rtx, in expand_cmpstrn_or_cmpmem() argument 1990 create_convert_operand_from (&ops[3], arg3_rtx, TYPE_MODE (arg3_type), in expand_cmpstrn_or_cmpmem() 1991 TYPE_UNSIGNED (arg3_type)); in expand_cmpstrn_or_cmpmem()
|