| /netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
| H A D | brig-copy-move-inst-handler.cc | 51 tree source_type = gccbrig_tree_type_for_hsa_type (inst_src_type->sourceType); in operator ()() local 54 tree input = build_tree_operand_from_brig (brig_inst, source_type, 1); in operator ()()
|
| H A D | brig-to-generic.cc | 615 tree source_type = TREE_TYPE (source); in build_resize_convert_view() local 619 source_type = TREE_TYPE (TREE_TYPE (func_decl)); in build_resize_convert_view() 622 if (destination_type == source_type) in build_resize_convert_view() 625 size_t src_size = int_size_in_bytes (source_type); in build_resize_convert_view()
|
| H A D | brig-code-entry-handler.cc | 692 brig_code_entry_handler::get_comparison_result_type (tree source_type) in get_comparison_result_type() argument 694 if (VECTOR_TYPE_P (source_type)) in get_comparison_result_type() 696 size_t element_size = int_size_in_bytes (TREE_TYPE (source_type)); in get_comparison_result_type() 699 gccbrig_type_vector_subparts (source_type)); in get_comparison_result_type()
|
| H A D | brig-code-entry-handler.h | 52 tree get_comparison_result_type (tree source_type);
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/kdc/ |
| H A D | hprop.c | 51 static char *source_type; variable 131 { "source", 0, arg_string, &source_type, "type of database to read", 425 if(source_type != NULL) { in main() 426 type = parse_source_type(source_type); in main() 428 krb5_errx(context, 1, "unknown source type `%s'", source_type); in main()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-warn.c | 2436 tree source_type; in do_warn_double_promotion() local 2452 source_type = type1; in do_warn_double_promotion() 2455 source_type = type2; in do_warn_double_promotion() 2458 warning_at (loc, OPT_Wdouble_promotion, gmsgid, source_type, result_type); in do_warn_double_promotion()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-warn.cc | 2426 tree source_type; in do_warn_double_promotion() local 2442 source_type = type1; in do_warn_double_promotion() 2445 source_type = type2; in do_warn_double_promotion() 2448 warning_at (loc, OPT_Wdouble_promotion, gmsgid, source_type, result_type); in do_warn_double_promotion()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans-intrinsic.c | 8268 tree source_type; in gfc_conv_intrinsic_transfer() local 8350 source_type = TREE_TYPE (build_fold_indirect_ref_loc (input_location, in gfc_conv_intrinsic_transfer() 8353 size_in_bytes (source_type)); in gfc_conv_intrinsic_transfer() 8362 source_type = gfc_get_element_type (TREE_TYPE (argse.expr)); in gfc_conv_intrinsic_transfer() 8402 size_in_bytes (source_type)); in gfc_conv_intrinsic_transfer()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans-intrinsic.cc | 8352 tree source_type; in gfc_conv_intrinsic_transfer() local 8434 source_type = TREE_TYPE (build_fold_indirect_ref_loc (input_location, in gfc_conv_intrinsic_transfer() 8437 size_in_bytes (source_type)); in gfc_conv_intrinsic_transfer() 8446 source_type = gfc_get_element_type (TREE_TYPE (argse.expr)); in gfc_conv_intrinsic_transfer() 8486 size_in_bytes (source_type)); in gfc_conv_intrinsic_transfer()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | call.c | 211 static tree source_type (conversion *); 11193 source_type (conversion *t) in source_type() function 11469 tree source = source_type (w->convs[0]); in joust()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | call.cc | 202 static tree source_type (conversion *); 11934 source_type (conversion *t) in source_type() function 12223 tree source = source_type (w->convs[0]); in joust()
|
| H A D | ChangeLog-1997 | 1333 (source_type): New fn.
|
| H A D | ChangeLog-2004 | 2433 source_type, joust): Likewise. 6128 (source_type): Likewise.
|
| H A D | ChangeLog-2002 | 485 source_type, add_warning, can_convert, can_convert_arg,
|
| H A D | ChangeLog-2019 | 536 (source_type): Likewise.
|
| H A D | ChangeLog-1999 | 5728 (add_candidate, source_type, add_warning): Add static prototype.
|
| H A D | ChangeLog-1998 | 5365 * call.c (source_type): #if 0 out.
|