| /netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
| H A D | opt.c | 133 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-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | BaseMetric.cc | 54 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() 136 valtype = VT_ULLONG; in BaseMetric() 142 valtype = VT_LLONG; in BaseMetric() 148 valtype = VT_ADDRESS; in BaseMetric() 154 valtype = VT_LABEL; in BaseMetric() 193 valtype = VT_DOUBLE; in hwc_init() [all …]
|
| H A D | BaseMetric.h | 146 ValueTag get_vtype () { return valtype; } in get_vtype() 194 ValueTag valtype; // e.g. VT_LLONG variable
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | BaseMetric.cc | 54 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() 136 valtype = VT_ULLONG; in BaseMetric() 142 valtype = VT_LLONG; in BaseMetric() 148 valtype = VT_ADDRESS; in BaseMetric() 154 valtype = VT_LABEL; in BaseMetric() 193 valtype = VT_DOUBLE; in hwc_init() [all …]
|
| H A D | BaseMetric.h | 146 ValueTag get_vtype () { return valtype; } in get_vtype() 194 ValueTag valtype; // e.g. VT_LLONG variable
|
| /netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| H A D | 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);
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ipa-cp.c | 127 template <typename valtype> class ipcp_value; 131 template <typename valtype> 143 ipcp_value<valtype> *val; 171 template <typename valtype> 176 valtype value; 178 ipcp_value_source <valtype> *sources; 210 template <typename valtype> 217 ipcp_value<valtype> *values; 229 bool add_value (valtype newval, cgraph_edge *cs, 230 ipcp_value<valtype> *src_val = NULL, [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | 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) in same_scc() 241 template <typename valtype> 248 ipcp_value<valtype> *values; 260 bool add_value (valtype newval, cgraph_edge *cs, [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/ |
| H A D | printers.py | 137 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 306 return buf['_M_storage'].address.cast(valtype.pointer()).dereference() 317 valtype = node.type.template_argument(0) 318 return get_value_from_aligned_membuf(node['_M_storage'], valtype) 665 valtype = node.type.template_argument(0) [all …]
|
| /netbsd-src/external/cddl/osnet/dist/lib/libnvpair/ |
| H A D | libnvpair.h | 141 #define NVLIST_PRINTCTL_SVDECL(funcname, valtype) \ argument 143 int (*)(nvlist_prtctl_t, void *, nvlist_t *, const char *, valtype), \
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/ |
| H A D | printers.py | 150 valtype = find_type(containertype, 'value_type') 152 valtype = containertype.template_argument(0) 153 valtype = valtype.strip_typedefs() 155 return lookup_templ_spec(nodename, valtype) 163 return lookup_templ_spec(nodename, valtype) 347 def get_value_from_aligned_membuf(buf, valtype): argument 349 return buf['_M_storage'].address.cast(valtype.pointer()).dereference() 361 valtype = node.type.template_argument(0) 362 return get_value_from_aligned_membuf(node['_M_storage'], valtype) 746 valtype = node.type.template_argument(0) [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-typeck.c | 519 tree valtype = composite_type (TREE_TYPE (t1), TREE_TYPE (t2)); in composite_type() local 527 if (valtype == TREE_TYPE (t1) && !TYPE_ARG_TYPES (t2)) in composite_type() 529 if (valtype == TREE_TYPE (t2) && !TYPE_ARG_TYPES (t1)) in composite_type() 535 t1 = build_function_type (valtype, TYPE_ARG_TYPES (t2)); in composite_type() 541 t1 = build_function_type (valtype, TYPE_ARG_TYPES (t1)); in composite_type() 632 t1 = build_function_type (valtype, newargs); in composite_type() 3267 tree type, tree origtype, tree val, tree valtype, in convert_argument() argument 3287 && TREE_CODE (valtype) == REAL_TYPE) in convert_argument() 3293 && TREE_CODE (valtype) == COMPLEX_TYPE) in convert_argument() 3299 && TREE_CODE (valtype) == REAL_TYPE) in convert_argument() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-typeck.cc | 523 tree valtype = composite_type (TREE_TYPE (t1), TREE_TYPE (t2)); in composite_type() local 531 if (valtype == TREE_TYPE (t1) && !TYPE_ARG_TYPES (t2)) in composite_type() 533 if (valtype == TREE_TYPE (t2) && !TYPE_ARG_TYPES (t1)) in composite_type() 539 t1 = build_function_type (valtype, TYPE_ARG_TYPES (t2)); in composite_type() 545 t1 = build_function_type (valtype, TYPE_ARG_TYPES (t1)); in composite_type() 636 t1 = build_function_type (valtype, newargs); in composite_type() 3292 tree type, tree origtype, tree val, tree valtype, in convert_argument() argument 3312 && TREE_CODE (valtype) == REAL_TYPE) in convert_argument() 3318 && TREE_CODE (valtype) == COMPLEX_TYPE) in convert_argument() 3324 && TREE_CODE (valtype) == REAL_TYPE) in convert_argument() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/moxie/ |
| H A D | moxie.c | 71 moxie_function_value (const_tree valtype, in moxie_function_value() argument 75 return gen_rtx_REG (TYPE_MODE (valtype), MOXIE_R0); in moxie_function_value()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/moxie/ |
| H A D | moxie.cc | 71 moxie_function_value (const_tree valtype, in moxie_function_value() argument 75 return gen_rtx_REG (TYPE_MODE (valtype), MOXIE_R0); in moxie_function_value()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000-internal.h | 155 extern bool rs6000_return_in_msb (const_tree valtype);
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | rs6000-internal.h | 150 extern bool rs6000_return_in_msb (const_tree valtype);
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/ |
| H A D | OPTIONS.pod | 100 int valtype; 111 The B<valtype> defines what the option's parameter must be. It should 173 The B<retval> and B<valtype> are ignored, and the B<helpstr> should 264 will also do range-check on the argument if the appropriate B<valtype>
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ft32/ |
| H A D | ft32.c | 74 ft32_function_value (const_tree valtype, in ft32_function_value() argument 78 return gen_rtx_REG (TYPE_MODE (valtype), FT32_R0); in ft32_function_value()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/ft32/ |
| H A D | ft32.cc | 74 ft32_function_value (const_tree valtype, in ft32_function_value() argument 78 return gen_rtx_REG (TYPE_MODE (valtype), FT32_R0); in ft32_function_value()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
| H A D | cmp.c | 2219 switch (opt->valtype) { in read_config() 2229 if (opt->valtype == 'p' && num <= 0) { in read_config() 2234 if (opt->valtype == 'N' && num < 0) { in read_config() 2251 opt->valtype, opt->name); in read_config() 2263 if (opt->valtype == '-') { in read_config() 2283 switch (opt->valtype) { in read_config()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | typeck.c | 835 tree valtype = merge_types (TREE_TYPE (t1), TREE_TYPE (t2)); in merge_types() local 841 if (valtype == TREE_TYPE (t1) && ! p2) in merge_types() 843 if (valtype == TREE_TYPE (t2) && ! p1) in merge_types() 859 tree rval = build_function_type (valtype, parms); in merge_types() 9560 tree valtype = TREE_TYPE (DECL_RESULT (current_function_decl)); in maybe_warn_about_returning_address_of_local() local 9611 if (TYPE_REF_P (valtype)) in maybe_warn_about_returning_address_of_local() 9614 else if (is_std_init_list (valtype)) in maybe_warn_about_returning_address_of_local() 9650 if (TYPE_REF_P (valtype)) in maybe_warn_about_returning_address_of_local() 9654 else if (is_std_init_list (valtype)) in maybe_warn_about_returning_address_of_local() 9659 else if (POINTER_TYPE_P (valtype) in maybe_warn_about_returning_address_of_local() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/include/ |
| H A D | opt.h | 317 int valtype; member
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/fr30/ |
| H A D | fr30.c | 716 fr30_function_value (const_tree valtype, in fr30_function_value() argument 720 return gen_rtx_REG (TYPE_MODE (valtype), RETURN_VALUE_REGNUM); in fr30_function_value()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/fr30/ |
| H A D | fr30.cc | 716 fr30_function_value (const_tree valtype, in fr30_function_value() argument 720 return gen_rtx_REG (TYPE_MODE (valtype), RETURN_VALUE_REGNUM); in fr30_function_value()
|