| /src/external/gpl3/gdb/dist/gdb/ |
| valarith.c | 965 struct type *arg2_type = check_typedef (arg2->type ()); 978 if (arg2_type->code () == TYPE_CODE_COMPLEX) 986 arg2_imag = value::zero (arg2_type, not_lval); 1024 if (arg2_type->code () == TYPE_CODE_COMPLEX) 962 struct type *arg2_type = check_typedef (arg2->type ()); local
|
| ada-lang.c | 9266 struct type *arg1_type, *arg2_type; 9277 arg2_type = ada_check_typedef (arg2->type ()); 9280 || arg2_type->code () != TYPE_CODE_ARRAY) 9285 return (arg1_type->length () == arg2_type->length () 9252 struct type *arg1_type, *arg2_type; local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| valarith.c | 965 struct type *arg2_type = check_typedef (arg2->type ()); 978 if (arg2_type->code () == TYPE_CODE_COMPLEX) 986 arg2_imag = value::zero (arg2_type, not_lval); 1024 if (arg2_type->code () == TYPE_CODE_COMPLEX) 962 struct type *arg2_type = check_typedef (arg2->type ()); local
|
| ada-lang.c | 9301 struct type *arg1_type, *arg2_type; 9312 arg2_type = ada_check_typedef (arg2->type ()); 9315 || arg2_type->code () != TYPE_CODE_ARRAY) 9320 return (arg1_type->length () == arg2_type->length () 9287 struct type *arg1_type, *arg2_type; local
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-builtin.cc | 1846 /* Use ptr_type_node (no TBAA) for the arg2_type. 1855 tree arg2_type = ptr_type_node; local 1862 arg2_type, arg2, temp_offset); 1865 arg2_type, temp_addr, 1866 build_int_cst (arg2_type, -16)); 1879 build_int_cst (arg2_type, 0)), arg0); 1943 /* Use ptr_type_node (no TBAA) for the arg2_type. */ 1944 tree arg2_type = ptr_type_node; local 1953 arg2_type, arg2, temp_offset); 1964 build_int_cst (arg2_type, 0)), arg0) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-builtin.cc | 1866 /* Use ptr_type_node (no TBAA) for the arg2_type. 1875 tree arg2_type = ptr_type_node; local 1882 arg2_type, arg2, temp_offset); 1885 arg2_type, temp_addr, 1886 build_int_cst (arg2_type, -16)); 1899 build_int_cst (arg2_type, 0)), arg0); 1963 /* Use ptr_type_node (no TBAA) for the arg2_type. */ 1964 tree arg2_type = ptr_type_node; local 1973 arg2_type, arg2, temp_offset); 1984 build_int_cst (arg2_type, 0)), arg0) [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| call.cc | 5658 tree arg2_type; local 5738 arg2_type = TREE_TYPE (arg2); 5741 if (!VECTOR_TYPE_P (arg2_type) 5773 "involves truncation", arg2_type, vtype); 5787 arg2_type = vtype; 5794 if ((gnu_vector_type_p (arg2_type) && !VECTOR_TYPE_P (arg3_type)) 5795 || (gnu_vector_type_p (arg3_type) && !VECTOR_TYPE_P (arg2_type))) 5810 arg2_type = TREE_TYPE (arg2); 5816 arg3 = convert (TREE_TYPE (arg2_type), arg3); 5817 arg3 = build_vector_from_val (arg2_type, arg3) 6934 tree arg2_type = nargs > 1 ? TREE_TYPE ((*arglist)[1]) : NULL_TREE; local 7116 tree arg2_type = arg2 ? unlowered_expr_type (arg2) : NULL_TREE; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| call.cc | 5337 tree arg2_type; local 5407 arg2_type = TREE_TYPE (arg2); 5410 if (!VECTOR_TYPE_P (arg2_type) 5442 "involves truncation", arg2_type, vtype); 5456 arg2_type = vtype; 5463 if ((gnu_vector_type_p (arg2_type) && !VECTOR_TYPE_P (arg3_type)) 5464 || (gnu_vector_type_p (arg3_type) && !VECTOR_TYPE_P (arg2_type))) 5479 arg2_type = TREE_TYPE (arg2); 5485 arg3 = convert (TREE_TYPE (arg2_type), arg3); 5486 arg3 = build_vector_from_val (arg2_type, arg3) 6378 tree arg2_type = nargs > 1 ? TREE_TYPE ((*arglist)[1]) : NULL_TREE; local 6528 tree arg2_type = arg2 ? unlowered_expr_type (arg2) : NULL_TREE; local [all...] |