Home
last modified time | relevance | path

Searched refs:source_type (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-copy-move-inst-handler.cc51 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 Dbrig-to-generic.cc615 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 Dbrig-code-entry-handler.cc692 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 Dbrig-code-entry-handler.h52 tree get_comparison_result_type (tree source_type);
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dhprop.c51 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 Dc-warn.c2436 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 Dc-warn.cc2426 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 Dtrans-intrinsic.c8268 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 Dtrans-intrinsic.cc8352 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 Dcall.c211 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 Dcall.cc202 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 DChangeLog-19971333 (source_type): New fn.
H A DChangeLog-20042433 source_type, joust): Likewise.
6128 (source_type): Likewise.
H A DChangeLog-2002485 source_type, add_warning, can_convert, can_convert_arg,
H A DChangeLog-2019536 (source_type): Likewise.
H A DChangeLog-19995728 (add_candidate, source_type, add_warning): Add static prototype.
H A DChangeLog-19985365 * call.c (source_type): #if 0 out.