Home
last modified time | relevance | path

Searched refs:valtype (Results 1 – 25 of 230) sorted by relevance

12345678910

/netbsd/external/gpl3/gdb/dist/gdb/
H A Drs6000-lynx178-tdep.c277 if (valtype->code () == TYPE_CODE_ARRAY && TYPE_VECTOR (valtype) in rs6000_lynx178_return_value()
278 && TYPE_LENGTH (valtype) == 16) in rs6000_lynx178_return_value()
293 if (valtype->code () == TYPE_CODE_STRUCT in rs6000_lynx178_return_value()
294 || valtype->code () == TYPE_CODE_UNION in rs6000_lynx178_return_value()
295 || valtype->code () == TYPE_CODE_ARRAY) in rs6000_lynx178_return_value()
302 if (valtype->code () == TYPE_CODE_FLT in rs6000_lynx178_return_value()
303 && (TYPE_LENGTH (valtype) == 4 || TYPE_LENGTH (valtype) == 8)) in rs6000_lynx178_return_value()
330 if (TYPE_LENGTH (valtype) <= tdep->wordsize) in rs6000_lynx178_return_value()
347 unpack_long (valtype, writebuf)); in rs6000_lynx178_return_value()
356 if (TYPE_LENGTH (valtype) == 8) in rs6000_lynx178_return_value()
[all …]
H A Dppc-sysv-tdep.c605 if (TYPE_LENGTH (valtype) <= 8) in get_decimal_float_return_value()
613 if (TYPE_LENGTH (valtype) == 4) in get_decimal_float_return_value()
1016 struct type *valtype, in ppc_sysv_abi_broken_return_value() argument
1774 if (TYPE_LENGTH (valtype) <= 8 in ppc64_sysv_abi_return_value_base()
1796 if (TYPE_LENGTH (valtype) <= 8 in ppc64_sysv_abi_return_value_base()
1859 && valtype->code () == TYPE_CODE_ARRAY && TYPE_VECTOR (valtype) in ppc64_sysv_abi_return_value_base()
1872 if (TYPE_LENGTH (valtype) <= 8 in ppc64_sysv_abi_return_value_base()
1873 && valtype->code () == TYPE_CODE_ARRAY && TYPE_VECTOR (valtype)) in ppc64_sysv_abi_return_value_base()
1941 if (valtype->code () == TYPE_CODE_ARRAY && TYPE_VECTOR (valtype) in ppc64_sysv_abi_return_value()
1965 if (valtype->code () == TYPE_CODE_PTR || TYPE_IS_REFERENCE (valtype)) in ppc64_sysv_abi_return_value()
[all …]
H A Dppc-nbsd-tdep.c75 struct type *valtype, struct regcache *regcache, in ppcnbsd_return_value() argument
79 if ((valtype->code () == TYPE_CODE_STRUCT in ppcnbsd_return_value()
80 || valtype->code () == TYPE_CODE_UNION) in ppcnbsd_return_value()
81 && !((TYPE_LENGTH (valtype) == 16 || TYPE_LENGTH (valtype) == 8) in ppcnbsd_return_value()
82 && TYPE_VECTOR (valtype)) in ppcnbsd_return_value()
83 && !(TYPE_LENGTH (valtype) == 1 in ppcnbsd_return_value()
84 || TYPE_LENGTH (valtype) == 2 in ppcnbsd_return_value()
85 || TYPE_LENGTH (valtype) == 4 in ppcnbsd_return_value()
86 || TYPE_LENGTH (valtype) == 8)) in ppcnbsd_return_value()
90 return ppc_sysv_abi_broken_return_value (gdbarch, function, valtype, in ppcnbsd_return_value()
H A Drs6000-aix-tdep.c530 if (valtype->code () == TYPE_CODE_ARRAY && TYPE_VECTOR (valtype) in rs6000_return_value()
531 && TYPE_LENGTH (valtype) == 16) in rs6000_return_value()
546 if (valtype->code () == TYPE_CODE_STRUCT in rs6000_return_value()
547 || valtype->code () == TYPE_CODE_UNION in rs6000_return_value()
548 || valtype->code () == TYPE_CODE_ARRAY) in rs6000_return_value()
555 if (valtype->code () == TYPE_CODE_FLT in rs6000_return_value()
556 && (TYPE_LENGTH (valtype) == 4 || TYPE_LENGTH (valtype) == 8)) in rs6000_return_value()
583 if (TYPE_LENGTH (valtype) <= tdep->wordsize) in rs6000_return_value()
600 unpack_long (valtype, writebuf)); in rs6000_return_value()
609 if (TYPE_LENGTH (valtype) == 8) in rs6000_return_value()
[all …]
H A Dalpha-tdep.c242 struct type *valtype, gdb_byte *out, in alpha_register_to_value() argument
260 gdb_assert (TYPE_LENGTH (valtype) == 4); in alpha_register_to_value()
273 gdb_assert (TYPE_LENGTH (valtype) == 4); in alpha_value_to_register()
481 switch (valtype->code ()) in alpha_extract_return_value()
484 switch (TYPE_LENGTH (valtype)) in alpha_extract_return_value()
507 switch (TYPE_LENGTH (valtype)) in alpha_extract_return_value()
549 switch (valtype->code ()) in alpha_store_return_value()
552 switch (TYPE_LENGTH (valtype)) in alpha_store_return_value()
576 switch (TYPE_LENGTH (valtype)) in alpha_store_return_value()
604 if (TYPE_LENGTH (valtype) == 4) in alpha_store_return_value()
[all …]
H A Davr-tdep.c932 struct type *valtype, struct regcache *regcache, in avr_return_value() argument
941 if ((valtype->code () == TYPE_CODE_STRUCT in avr_return_value()
942 || valtype->code () == TYPE_CODE_UNION in avr_return_value()
943 || valtype->code () == TYPE_CODE_ARRAY) in avr_return_value()
944 && TYPE_LENGTH (valtype) > 8) in avr_return_value()
947 if (TYPE_LENGTH (valtype) <= 2) in avr_return_value()
949 else if (TYPE_LENGTH (valtype) <= 4) in avr_return_value()
951 else if (TYPE_LENGTH (valtype) <= 8) in avr_return_value()
958 for (i = 0; i < TYPE_LENGTH (valtype); i++) in avr_return_value()
964 for (i = 0; i < TYPE_LENGTH (valtype); i++) in avr_return_value()
H A Dlm32-tdep.c368 struct type *valtype, struct regcache *regcache, in lm32_return_value() argument
371 enum type_code code = valtype->code (); in lm32_return_value()
375 || code == TYPE_CODE_ARRAY || TYPE_LENGTH (valtype) > 8) in lm32_return_value()
379 lm32_extract_return_value (valtype, regcache, readbuf); in lm32_return_value()
381 lm32_store_return_value (valtype, regcache, writebuf); in lm32_return_value()
H A Dmsp430-tdep.c564 struct type *valtype, in msp430_return_value() argument
569 LONGEST valtype_len = TYPE_LENGTH (valtype); in msp430_return_value()
572 if (TYPE_LENGTH (valtype) > 8 in msp430_return_value()
573 || valtype->code () == TYPE_CODE_STRUCT in msp430_return_value()
574 || valtype->code () == TYPE_CODE_UNION) in msp430_return_value()
588 && valtype->code () == TYPE_CODE_PTR) in msp430_return_value()
612 && valtype->code () == TYPE_CODE_PTR) in msp430_return_value()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Drs6000-lynx178-tdep.c277 if (valtype->code () == TYPE_CODE_ARRAY && TYPE_VECTOR (valtype) in rs6000_lynx178_return_value()
278 && TYPE_LENGTH (valtype) == 16) in rs6000_lynx178_return_value()
293 if (valtype->code () == TYPE_CODE_STRUCT in rs6000_lynx178_return_value()
294 || valtype->code () == TYPE_CODE_UNION in rs6000_lynx178_return_value()
295 || valtype->code () == TYPE_CODE_ARRAY) in rs6000_lynx178_return_value()
302 if (valtype->code () == TYPE_CODE_FLT in rs6000_lynx178_return_value()
303 && (TYPE_LENGTH (valtype) == 4 || TYPE_LENGTH (valtype) == 8)) in rs6000_lynx178_return_value()
330 if (TYPE_LENGTH (valtype) <= tdep->wordsize) in rs6000_lynx178_return_value()
347 unpack_long (valtype, writebuf)); in rs6000_lynx178_return_value()
356 if (TYPE_LENGTH (valtype) == 8) in rs6000_lynx178_return_value()
[all …]
H A Dppc-sysv-tdep.c605 if (TYPE_LENGTH (valtype) <= 8) in get_decimal_float_return_value()
613 if (TYPE_LENGTH (valtype) == 4) in get_decimal_float_return_value()
1016 struct type *valtype, in ppc_sysv_abi_broken_return_value() argument
1774 if (TYPE_LENGTH (valtype) <= 8 in ppc64_sysv_abi_return_value_base()
1796 if (TYPE_LENGTH (valtype) <= 8 in ppc64_sysv_abi_return_value_base()
1859 && valtype->code () == TYPE_CODE_ARRAY && TYPE_VECTOR (valtype) in ppc64_sysv_abi_return_value_base()
1872 if (TYPE_LENGTH (valtype) <= 8 in ppc64_sysv_abi_return_value_base()
1873 && valtype->code () == TYPE_CODE_ARRAY && TYPE_VECTOR (valtype)) in ppc64_sysv_abi_return_value_base()
1941 if (valtype->code () == TYPE_CODE_ARRAY && TYPE_VECTOR (valtype) in ppc64_sysv_abi_return_value()
1965 if (valtype->code () == TYPE_CODE_PTR || TYPE_IS_REFERENCE (valtype)) in ppc64_sysv_abi_return_value()
[all …]
H A Dppc-nbsd-tdep.c75 struct type *valtype, struct regcache *regcache, in ppcnbsd_return_value() argument
79 if ((valtype->code () == TYPE_CODE_STRUCT in ppcnbsd_return_value()
80 || valtype->code () == TYPE_CODE_UNION) in ppcnbsd_return_value()
81 && !((TYPE_LENGTH (valtype) == 16 || TYPE_LENGTH (valtype) == 8) in ppcnbsd_return_value()
82 && TYPE_VECTOR (valtype)) in ppcnbsd_return_value()
83 && !(TYPE_LENGTH (valtype) == 1 in ppcnbsd_return_value()
84 || TYPE_LENGTH (valtype) == 2 in ppcnbsd_return_value()
85 || TYPE_LENGTH (valtype) == 4 in ppcnbsd_return_value()
86 || TYPE_LENGTH (valtype) == 8)) in ppcnbsd_return_value()
90 return ppc_sysv_abi_broken_return_value (gdbarch, function, valtype, in ppcnbsd_return_value()
H A Drs6000-aix-tdep.c530 if (valtype->code () == TYPE_CODE_ARRAY && TYPE_VECTOR (valtype) in rs6000_return_value()
531 && TYPE_LENGTH (valtype) == 16) in rs6000_return_value()
546 if (valtype->code () == TYPE_CODE_STRUCT in rs6000_return_value()
547 || valtype->code () == TYPE_CODE_UNION in rs6000_return_value()
548 || valtype->code () == TYPE_CODE_ARRAY) in rs6000_return_value()
555 if (valtype->code () == TYPE_CODE_FLT in rs6000_return_value()
556 && (TYPE_LENGTH (valtype) == 4 || TYPE_LENGTH (valtype) == 8)) in rs6000_return_value()
583 if (TYPE_LENGTH (valtype) <= tdep->wordsize) in rs6000_return_value()
600 unpack_long (valtype, writebuf)); in rs6000_return_value()
609 if (TYPE_LENGTH (valtype) == 8) in rs6000_return_value()
[all …]
H A Dalpha-tdep.c242 struct type *valtype, gdb_byte *out, in alpha_register_to_value() argument
260 gdb_assert (TYPE_LENGTH (valtype) == 4); in alpha_register_to_value()
273 gdb_assert (TYPE_LENGTH (valtype) == 4); in alpha_value_to_register()
481 switch (valtype->code ()) in alpha_extract_return_value()
484 switch (TYPE_LENGTH (valtype)) in alpha_extract_return_value()
507 switch (TYPE_LENGTH (valtype)) in alpha_extract_return_value()
549 switch (valtype->code ()) in alpha_store_return_value()
552 switch (TYPE_LENGTH (valtype)) in alpha_store_return_value()
576 switch (TYPE_LENGTH (valtype)) in alpha_store_return_value()
604 if (TYPE_LENGTH (valtype) == 4) in alpha_store_return_value()
[all …]
H A Davr-tdep.c932 struct type *valtype, struct regcache *regcache, in avr_return_value() argument
941 if ((valtype->code () == TYPE_CODE_STRUCT in avr_return_value()
942 || valtype->code () == TYPE_CODE_UNION in avr_return_value()
943 || valtype->code () == TYPE_CODE_ARRAY) in avr_return_value()
944 && TYPE_LENGTH (valtype) > 8) in avr_return_value()
947 if (TYPE_LENGTH (valtype) <= 2) in avr_return_value()
949 else if (TYPE_LENGTH (valtype) <= 4) in avr_return_value()
951 else if (TYPE_LENGTH (valtype) <= 8) in avr_return_value()
958 for (i = 0; i < TYPE_LENGTH (valtype); i++) in avr_return_value()
964 for (i = 0; i < TYPE_LENGTH (valtype); i++) in avr_return_value()
H A Dlm32-tdep.c368 struct type *valtype, struct regcache *regcache, in lm32_return_value() argument
371 enum type_code code = valtype->code (); in lm32_return_value()
375 || code == TYPE_CODE_ARRAY || TYPE_LENGTH (valtype) > 8) in lm32_return_value()
379 lm32_extract_return_value (valtype, regcache, readbuf); in lm32_return_value()
381 lm32_store_return_value (valtype, regcache, writebuf); in lm32_return_value()
H A Dmsp430-tdep.c564 struct type *valtype, in msp430_return_value() argument
569 LONGEST valtype_len = TYPE_LENGTH (valtype); in msp430_return_value()
572 if (TYPE_LENGTH (valtype) > 8 in msp430_return_value()
573 || valtype->code () == TYPE_CODE_STRUCT in msp430_return_value()
574 || valtype->code () == TYPE_CODE_UNION) in msp430_return_value()
588 && valtype->code () == TYPE_CODE_PTR) in msp430_return_value()
612 && valtype->code () == TYPE_CODE_PTR) in msp430_return_value()
/netbsd/crypto/external/bsd/openssl.old/dist/apps/
H A Dopt.c133 i = o->valtype; in opt_init()
159 assert(unknown->valtype == 0 || unknown->valtype == '-'); in opt_init()
652 if (o->valtype == 0 || o->valtype == '-') { in opt_next()
672 switch (o->valtype) { in opt_next()
691 || (o->valtype == 'p' && ival <= 0)) { in opt_next()
735 o->valtype == 'c' ? OPT_FMT_PDS : in opt_next()
736 o->valtype == 'E' ? OPT_FMT_PDE : in opt_next()
737 o->valtype == 'F' ? OPT_FMT_PEMDER in opt_next()
795 switch (o->valtype) { in valtype2param()
847 if (o->valtype != '-') in opt_help()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/apps/lib/
H A Dopt.c185 i = o->valtype; in opt_init()
189 if (o->valtype == '.') in opt_init()
220 OPENSSL_assert(unknown->valtype == 0 || unknown->valtype == '-'); in opt_init()
883 if (o->valtype == 0 || o->valtype == '-') { in opt_next()
903 switch (o->valtype) { in opt_next()
928 if (o->valtype == 'p' && ival <= 0) { in opt_next()
933 if (o->valtype == 'N' && ival < 0) { in opt_next()
960 o->valtype == 'c' ? OPT_FMT_PDS : in opt_next()
1019 switch (o->valtype) { in valtype2param()
1098 if (o->valtype != '-') { in opt_print()
[all …]
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DBaseMetric.cc54 valtype = VT_DOUBLE; in init()
94 valtype = VT_DOUBLE; in BaseMetric()
105 valtype = VT_DOUBLE; in BaseMetric()
117 valtype = VT_LLONG; in BaseMetric()
125 valtype = VT_LLONG; in BaseMetric()
142 valtype = VT_LLONG; in BaseMetric()
154 valtype = VT_LABEL; in BaseMetric()
193 valtype = VT_DOUBLE; in hwc_init()
195 valtype = VT_ULLONG; in hwc_init()
217 valtype = VT_DOUBLE; in BaseMetric()
[all …]
/netbsd/external/bsd/pcc/dist/pcc/f77/fcom/
H A Ddata.c240 int stg, type, valtype; local
260 valtype = valp->vtype;
261 if(type!=TYCHAR && valtype==TYCHAR)
268 else if( (type==TYCHAR && valtype!=TYCHAR) ||
269 (cktype(OPASSIGN,type,valtype) == TYERROR) )
275 if(valtype == TYUNKNOWN)
277 else consconv(type, &con, valtype, &valp->b_const.fconst);
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dipa-cp.c131 template <typename valtype>
143 ipcp_value<valtype> *val;
171 template <typename valtype>
176 valtype value;
210 template <typename valtype>
416 template <typename valtype>
451 template <typename valtype>
455 ipcp_value<valtype> *val; in print()
772 template <typename valtype>
1858 ipcp_lattice<valtype>::add_value (valtype newval, cgraph_edge *cs,
[all …]
H A Dipa-cp.cc134 template <typename valtype>
146 ipcp_value<valtype> *val;
180 template <typename valtype>
185 valtype value;
241 template <typename valtype>
447 template <typename valtype>
482 template <typename valtype>
486 ipcp_value<valtype> *val; in print()
838 template <typename valtype>
1958 ipcp_lattice<valtype>::add_value (valtype newval, cgraph_edge *cs, in add_value()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dipa-cp.c131 template <typename valtype>
143 ipcp_value<valtype> *val;
171 template <typename valtype>
176 valtype value;
210 template <typename valtype>
416 template <typename valtype>
451 template <typename valtype>
455 ipcp_value<valtype> *val; in print()
772 template <typename valtype>
1858 ipcp_lattice<valtype>::add_value (valtype newval, cgraph_edge *cs,
[all …]
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py137 valtype = find_type(containertype, 'value_type')
139 valtype = containertype.template_argument(0)
140 valtype = valtype.strip_typedefs()
142 return lookup_templ_spec(nodename, valtype)
150 return lookup_templ_spec(nodename, valtype)
304 def get_value_from_aligned_membuf(buf, valtype): argument
317 valtype = node.type.template_argument(0)
665 valtype = node.type.template_argument(0)
974 valtype = hashtable.type.template_argument(1)
1208 valtype = self._recognize (self.contained_type)
[all …]
/netbsd/external/cddl/osnet/dist/lib/libnvpair/
H A Dlibnvpair.h141 #define NVLIST_PRINTCTL_SVDECL(funcname, valtype) \ argument
143 int (*)(nvlist_prtctl_t, void *, nvlist_t *, const char *, valtype), \

12345678910