Home
last modified time | relevance | path

Searched defs:param_type (Results 1 – 25 of 38) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Duniform_int_dist.h83 struct param_type in _GLIBCXX_VISIBILITY() struct
85 typedef uniform_int_distribution<_IntType> distribution_type; in _GLIBCXX_VISIBILITY()
87 param_type() : param_type(0) { } in _GLIBCXX_VISIBILITY() function
92 : _M_a(__a), _M_b(__b) in _GLIBCXX_VISIBILITY()
98 a() const in _GLIBCXX_VISIBILITY()
102 b() const in _GLIBCXX_VISIBILITY()
115 _IntType _M_b; in _GLIBCXX_VISIBILITY()
H A Drandom.tcc890 using param_type in operator >>() typedef
951 using param_type in operator >>() typedef
1093 using param_type = typename geometric_distribution<_IntType>::param_type; in operator >>() typedef
1129 param_type; in operator ()() typedef
1208 using param_type in operator >>() typedef
1418 using param_type = typename poisson_distribution<_IntType>::param_type; in operator >>() typedef
1685 using param_type = typename binomial_distribution<_IntType>::param_type; in operator >>() typedef
1744 using param_type in operator >>() typedef
1914 using param_type = typename normal_distribution<_RealType>::param_type; in operator >>() typedef
1979 using param_type in operator >>() typedef
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Duniform_int_dist.h86 struct param_type in _GLIBCXX_VISIBILITY() struct
88 typedef uniform_int_distribution<_IntType> distribution_type; in _GLIBCXX_VISIBILITY()
90 param_type() : param_type(0) { } in _GLIBCXX_VISIBILITY() argument
95 : _M_a(__a), _M_b(__b) in _GLIBCXX_VISIBILITY()
101 a() const in _GLIBCXX_VISIBILITY()
105 b() const in _GLIBCXX_VISIBILITY()
118 _IntType _M_b; in _GLIBCXX_VISIBILITY()
H A Drandom.tcc933 using param_type in operator >>() typedef
994 using param_type in operator >>() typedef
1136 using param_type = typename geometric_distribution<_IntType>::param_type; in operator >>() typedef
1172 param_type; in operator ()() typedef
1251 using param_type in operator >>() typedef
1461 using param_type = typename poisson_distribution<_IntType>::param_type; in operator >>() typedef
1728 using param_type = typename binomial_distribution<_IntType>::param_type; in operator >>() typedef
1787 using param_type in operator >>() typedef
1957 using param_type = typename normal_distribution<_RealType>::param_type; in operator >>() typedef
2022 using param_type in operator >>() typedef
[all …]
/netbsd-src/sys/netinet/
H A Dsctp_asconf.c202 uint16_t param_type, param_length, aparam_length; in sctp_process_asconf_add_ip() local
307 uint16_t param_type, param_length, aparam_length; in sctp_process_asconf_delete_ip() local
464 uint16_t param_type, param_length, aparam_length; in sctp_process_asconf_set_primary() local
686 unsigned int param_length, param_type; in sctp_handle_asconf() local
1213 uint16_t param_type; in sctp_asconf_process_error() local
1273 uint16_t param_type; in sctp_asconf_process_param_ack() local
1397 unsigned int param_length, param_type; in sctp_handle_asconf_ack() local
H A Dsctp.h66 u_int16_t param_type; /* parameter type */ member
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dx_algor.c74 int param_type; in X509_ALGOR_set_md() local
/netbsd-src/usr.sbin/btattach/
H A Dinit_swave.c50 uint8_t param_type; member
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dx_algor.c76 int param_type; in X509_ALGOR_set_md() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu-c.c129 tree var, arg_type, param_type = TREE_VALUE (param); in spu_resolve_overloaded_builtin() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-c.c84 tree param_type = TREE_TYPE (this_param); in arm_resolve_cde_builtin() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-c.cc85 tree param_type = TREE_TYPE (this_param); in arm_resolve_cde_builtin() local
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model-reachability.cc244 reachable_regions::handle_parm (const svalue *sval, tree param_type) in handle_parm()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-target.cc593 Target::preferPassByRef (Type *param_type) in preferPassByRef()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-io.c69 enum ioparam_type param_type; member
84 #define IOPARM(param_type, name, mask, type) IOPARM_##param_type##_##name, argument
103 #define IOPARM(param_type, name, mask, type) \ argument
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-io.cc69 enum ioparam_type param_type; member
84 #define IOPARM(param_type, name, mask, type) IOPARM_##param_type##_##name, argument
103 #define IOPARM(param_type, name, mask, type) \ argument
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-cp.cc1392 ipacp_value_safe_for_type (tree param_type, tree value) in ipacp_value_safe_for_type()
2191 tree param_type) in propagate_vals_across_ancestor()
2220 tree param_type) in propagate_scalar_across_jump_function()
2457 tree param_type) in propagate_vr_across_jump_function()
2950 tree param_type = ipa_get_type (callee_info, i); in propagate_constants_across_call() local
H A Dipa-fnsummary.cc1586 tree param_type; in set_cond_stmt_execution_predicate() local
1680 tree param_type; in set_switch_stmt_execution_predicate() local
2064 tree param_type = NULL_TREE; in will_be_nonconstant_predicate() local
H A Dipa-prop.cc1239 tree param_type = ipa_get_type (info, index); in load_from_unmodified_param_or_agg() local
1375 tree param_type) in compute_complex_assign_jump_func()
2272 tree param_type = ipa_get_callee_param_type (cs, n); in ipa_compute_jump_functions_for_edge() local
H A Dstor-layout.cc185 tree subst, param_name, param_type, param_decl; in self_referential_size() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-fnsummary.c1482 tree param_type; in set_cond_stmt_execution_predicate() local
1574 tree param_type; in set_switch_stmt_execution_predicate() local
1952 tree param_type = NULL_TREE; in will_be_nonconstant_predicate() local
H A Dipa-prop.c1222 tree param_type = ipa_get_type (info, index); in load_from_unmodified_param_or_agg() local
1291 tree param_type) in compute_complex_assign_jump_func()
2139 tree param_type = ipa_get_callee_param_type (cs, n); in ipa_compute_jump_functions_for_edge() local
H A Dstor-layout.c185 tree subst, param_name, param_type, param_decl; in self_referential_size() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-builtins.c201 recording::type *param_type; in make_builtin_function() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dprogram-state.cc428 tree param_type = TREE_VALUE (iter_param_types); in purge_for_unknown_fncall() local

12