Home
last modified time | relevance | path

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

12345

/netbsd-src/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-src/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()
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 DBaseMetric.h146 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 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()
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 DBaseMetric.h146 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 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-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-cp.c127 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 Dipa-cp.cc130 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 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
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 Dlibnvpair.h141 #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 Dprinters.py150 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 Dc-typeck.c519 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 Dc-typeck.cc523 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 Dmoxie.c71 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 Dmoxie.cc71 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 Drs6000-internal.h155 extern bool rs6000_return_in_msb (const_tree valtype);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-internal.h150 extern bool rs6000_return_in_msb (const_tree valtype);
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A DOPTIONS.pod100 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 Dft32.c74 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 Dft32.cc74 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 Dcmp.c2219 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 Dtypeck.c835 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 Dopt.h317 int valtype; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/fr30/
H A Dfr30.c716 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 Dfr30.cc716 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()

12345