| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-cp.h | 23 template <typename valtype> class ipcp_value; 27 template <typename valtype> 39 ipcp_value<valtype> *val; 69 template <typename valtype> 74 valtype value; 76 ipcp_value_source <valtype> *sources = nullptr; 109 bool same_scc (const ipcp_value<valtype> *o) 130 template <typename valtype> 137 ipcp_value<valtype> *values = nullptr; 149 bool add_value (valtype newval, cgraph_edge *cs [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| ppc-netbsd-tdep.c | 76 struct type *valtype, struct regcache *regcache, 80 if ((valtype->code () == TYPE_CODE_STRUCT 81 || valtype->code () == TYPE_CODE_UNION) 82 && !((valtype->length () == 16 || valtype->length () == 8) 83 && valtype->is_vector ()) 84 && !(valtype->length () == 1 85 || valtype->length () == 2 86 || valtype->length () == 4 87 || valtype->length () == 8) [all...] |
| rs6000-lynx178-tdep.c | 265 struct type *valtype, struct regcache *regcache, 278 if (valtype->code () == TYPE_CODE_ARRAY && valtype->is_vector () 279 && valtype->length () == 16) 294 if (valtype->code () == TYPE_CODE_STRUCT 295 || valtype->code () == TYPE_CODE_UNION 296 || valtype->code () == TYPE_CODE_ARRAY) 303 if (valtype->code () == TYPE_CODE_FLT 304 && (valtype->length () == 4 || valtype->length () == 8) [all...] |
| ppc-sysv-tdep.c | 603 get_decimal_float_return_value (struct gdbarch *gdbarch, struct type *valtype, 609 gdb_assert (valtype->code () == TYPE_CODE_DECFLOAT); 612 if (valtype->length () <= 8) 620 if (valtype->length () == 4) 635 if (valtype->length () == 4) 640 else if (valtype->length () == 16) 1012 struct type *valtype, struct regcache *regcache, 1017 valtype, regcache, readbuf, writebuf, 0); 1023 struct type *valtype, 1029 valtype, regcache, readbuf, writebuf, 1) [all...] |
| rs6000-aix-tdep.c | 753 struct type *valtype, struct regcache *regcache, 766 if (valtype->code () == TYPE_CODE_ARRAY && valtype->is_vector () 767 && valtype->length () == 16) 782 if (valtype->code () == TYPE_CODE_STRUCT 783 || valtype->code () == TYPE_CODE_UNION 784 || valtype->code () == TYPE_CODE_ARRAY) 791 if (valtype->code () == TYPE_CODE_FLT 792 && (valtype->length () == 4 || valtype->length () == 8) [all...] |
| alpha-tdep.c | 238 struct type *valtype, gdb_byte *out, 254 /* Convert to VALTYPE. */ 256 gdb_assert (valtype->length () == 4); 265 struct type *valtype, const gdb_byte *in) 268 gdb_assert (valtype->length () == 4); 471 alpha_extract_return_value (struct type *valtype, struct regcache *regcache, 479 switch (valtype->code ()) 482 switch (valtype->length ()) 504 switch (valtype->length ()) 529 store_unsigned_integer (valbuf, valtype->length (), byte_order, l) [all...] |
| ppc-tdep.h | 34 struct type *valtype, 40 struct type *valtype, 57 struct type *valtype,
|
| lm32-tdep.c | 357 struct type *valtype, struct regcache *regcache, 360 enum type_code code = valtype->code (); 364 || code == TYPE_CODE_ARRAY || valtype->length () > 8) 368 lm32_extract_return_value (valtype, regcache, readbuf); 370 lm32_store_return_value (valtype, regcache, writebuf);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ppc-netbsd-tdep.c | 76 struct type *valtype, struct regcache *regcache, 80 if ((valtype->code () == TYPE_CODE_STRUCT 81 || valtype->code () == TYPE_CODE_UNION) 82 && !((valtype->length () == 16 || valtype->length () == 8) 83 && valtype->is_vector ()) 84 && !(valtype->length () == 1 85 || valtype->length () == 2 86 || valtype->length () == 4 87 || valtype->length () == 8) [all...] |
| rs6000-lynx178-tdep.c | 265 struct type *valtype, struct regcache *regcache, 278 if (valtype->code () == TYPE_CODE_ARRAY && valtype->is_vector () 279 && valtype->length () == 16) 294 if (valtype->code () == TYPE_CODE_STRUCT 295 || valtype->code () == TYPE_CODE_UNION 296 || valtype->code () == TYPE_CODE_ARRAY) 303 if (valtype->code () == TYPE_CODE_FLT 304 && (valtype->length () == 4 || valtype->length () == 8) [all...] |
| ppc-sysv-tdep.c | 603 get_decimal_float_return_value (struct gdbarch *gdbarch, struct type *valtype, 609 gdb_assert (valtype->code () == TYPE_CODE_DECFLOAT); 612 if (valtype->length () <= 8) 620 if (valtype->length () == 4) 635 if (valtype->length () == 4) 640 else if (valtype->length () == 16) 1012 struct type *valtype, struct regcache *regcache, 1017 valtype, regcache, readbuf, writebuf, 0); 1023 struct type *valtype, 1029 valtype, regcache, readbuf, writebuf, 1) [all...] |
| rs6000-aix-tdep.c | 753 struct type *valtype, struct regcache *regcache, 766 if (valtype->code () == TYPE_CODE_ARRAY && valtype->is_vector () 767 && valtype->length () == 16) 782 if (valtype->code () == TYPE_CODE_STRUCT 783 || valtype->code () == TYPE_CODE_UNION 784 || valtype->code () == TYPE_CODE_ARRAY) 791 if (valtype->code () == TYPE_CODE_FLT 792 && (valtype->length () == 4 || valtype->length () == 8) [all...] |
| alpha-tdep.c | 238 struct type *valtype, gdb_byte *out, 254 /* Convert to VALTYPE. */ 256 gdb_assert (valtype->length () == 4); 265 struct type *valtype, const gdb_byte *in) 268 gdb_assert (valtype->length () == 4); 471 alpha_extract_return_value (struct type *valtype, struct regcache *regcache, 479 switch (valtype->code ()) 482 switch (valtype->length ()) 504 switch (valtype->length ()) 529 store_unsigned_integer (valbuf, valtype->length (), byte_order, l) [all...] |
| ppc-tdep.h | 34 struct type *valtype, 40 struct type *valtype, 57 struct type *valtype,
|
| lm32-tdep.c | 357 struct type *valtype, struct regcache *regcache, 360 enum type_code code = valtype->code (); 364 || code == TYPE_CODE_ARRAY || valtype->length () > 8) 368 lm32_extract_return_value (valtype, regcache, readbuf); 370 lm32_store_return_value (valtype, regcache, writebuf);
|
| /src/external/cddl/osnet/dist/lib/libnvpair/ |
| libnvpair.h | 134 * valtype Value of the member to render 141 #define NVLIST_PRINTCTL_SVDECL(funcname, valtype) \ 143 int (*)(nvlist_prtctl_t, void *, nvlist_t *, const char *, valtype), \
|
| /src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| data.c | 240 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);
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| opt.c | 133 i = o->valtype; 159 assert(unknown->valtype == 0 || unknown->valtype == '-'); 652 if (o->valtype == 0 || o->valtype == '-') { 672 switch (o->valtype) { 691 || (o->valtype == 'p' && ival <= 0)) { 735 o->valtype == 'c' ? OPT_FMT_PDS : 736 o->valtype == 'E' ? OPT_FMT_PDE : 737 o->valtype == 'F' ? OPT_FMT_PEMDE [all...] |
| /src/crypto/external/apache2/openssl/dist/apps/lib/ |
| opt.c | 184 i = o->valtype; 188 if (o->valtype == '.') 236 OPENSSL_assert(unknown->valtype == 0 || unknown->valtype == '-'); 930 if (o->valtype == 0 || o->valtype == '-') { 950 switch (o->valtype) { 975 if (o->valtype == 'p' && ival <= 0) { 980 if (o->valtype == 'N' && ival < 0) { 1009 o->valtype == 'c' ? OPT_FMT_PDS : o->valtype == 'E' ? OPT_FMT_PD [all...] |
| /src/crypto/external/bsd/openssl/dist/apps/lib/ |
| opt.c | 185 i = o->valtype; 189 if (o->valtype == '.') 220 OPENSSL_assert(unknown->valtype == 0 || unknown->valtype == '-'); 888 if (o->valtype == 0 || o->valtype == '-') { 908 switch (o->valtype) { 933 if (o->valtype == 'p' && ival <= 0) { 938 if (o->valtype == 'N' && ival < 0) { 965 o->valtype == 'c' ? OPT_FMT_PDS [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| BaseMetric.cc | 54 valtype = VT_DOUBLE; 94 valtype = VT_DOUBLE; 105 valtype = VT_DOUBLE; 117 valtype = VT_LLONG; 125 valtype = VT_LLONG; 136 valtype = VT_ULLONG; 142 valtype = VT_LLONG; 148 valtype = VT_ADDRESS; 154 valtype = VT_LABEL; 193 valtype = VT_DOUBLE [all...] |
| BaseMetric.h | 146 ValueTag get_vtype () { return valtype; } 194 ValueTag valtype; // e.g. VT_LLONG member in class:BaseMetric
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| BaseMetric.cc | 54 valtype = VT_DOUBLE; 94 valtype = VT_DOUBLE; 105 valtype = VT_DOUBLE; 117 valtype = VT_LLONG; 125 valtype = VT_LLONG; 136 valtype = VT_ULLONG; 142 valtype = VT_LLONG; 148 valtype = VT_ADDRESS; 154 valtype = VT_LABEL; 193 valtype = VT_DOUBLE [all...] |
| BaseMetric.h | 146 ValueTag get_vtype () { return valtype; } 194 ValueTag valtype; // e.g. VT_LLONG member in class:BaseMetric
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-cp.cc | 130 template <typename valtype> class ipcp_value; 134 template <typename valtype> 146 ipcp_value<valtype> *val; 180 template <typename valtype> 185 valtype value; 187 ipcp_value_source <valtype> *sources = nullptr; 220 bool same_scc (const ipcp_value<valtype> *o) 241 template <typename valtype> 248 ipcp_value<valtype> *values; 260 bool add_value (valtype newval, cgraph_edge *cs [all...] |