Searched refs:from_type (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | ipa-type-escape.c | 636 check_cast_type (tree to_type, tree from_type) in check_cast_type() argument 639 int from_stars = count_stars (&from_type); in check_cast_type() 643 if (to_type == from_type) in check_cast_type() 646 if (parent_type_p (to_type, from_type)) return CT_UP; in check_cast_type() 647 if (parent_type_p (from_type, to_type)) return CT_DOWN; in check_cast_type() 656 tree from_type = get_canon_type (TREE_TYPE (from), false, false); in check_cast() local 660 if (!from_type || !to_type || from_type == to_type) in check_cast() 666 ipa_type_escape_star_count_of_interesting_type (from_type) >= 0; in check_cast() 677 switch (check_cast_type (to_type, from_type)) in check_cast() 686 mark_type (from_type, FULL_ESCAPE); in check_cast() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/dist/Net-Ping/lib/Net/ |
| H A D | Ping.pm | 706 $from_type, # ICMP type 760 $self->{from_type} = undef; 790 ($from_type, $from_subcode) = unpack("C2", substr($recv_msg, $off, 2)); 791 if ($from_type == ICMP_TIMESTAMP_REPLY) { 794 } elsif ($from_type == ICMP_ECHOREPLY || $from_type == ICMPv6_ECHOREPLY) { 798 } elsif ($from_type == ICMPv6_NI_REPLY) { 807 $self->{from_type} = $from_type; 812 … if (!$timestamp_msg && (($from_type == ICMP_ECHOREPLY) || ($from_type == ICMPv6_ECHOREPLY))) { 815 } elsif ($timestamp_msg && $from_type == ICMP_TIMESTAMP_REPLY) { 818 } elsif (($from_type == ICMP_UNREACHABLE) || ($from_type == ICMPv6_UNREACHABLE)) { [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | doublest.c | 770 convert_typed_floating (const void *from, const struct type *from_type, in convert_typed_floating() argument 773 const struct floatformat *from_fmt = floatformat_from_type (from_type); in convert_typed_floating() 776 gdb_assert (TYPE_CODE (from_type) == TYPE_CODE_FLT); in convert_typed_floating() 800 memcpy (to, from, min (TYPE_LENGTH (from_type), TYPE_LENGTH (to_type))); in convert_typed_floating()
|
| H A D | doublest.h | 88 const struct type *from_type,
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.c | 13101 int from_type = 0; /* Field search initiated from a type */ local 13217 from_type = 0; 13303 if (!from_type || TREE_TYPE (TREE_TYPE (current_this)) == type) 13334 from_type = 0; 13359 from_super = from_type = 1; 13377 from_type = 1; 13437 from_type = 1; 13496 if (!from_type && !JREFERENCE_TYPE_P (type)) 13522 from_type = 1; 13573 if (!from_super && from_type [all …]
|
| H A D | parse.y | 9536 int from_type = 0; /* Field search initiated from a type */ local 9652 from_type = 0; 9738 if (!from_type || TREE_TYPE (TREE_TYPE (current_this)) == type) 9769 from_type = 0; 9794 from_super = from_type = 1; 9812 from_type = 1; 9872 from_type = 1; 9931 if (!from_type && !JREFERENCE_TYPE_P (type)) 9957 from_type = 1; 10008 if (!from_super && from_type [all …]
|