Home
last modified time | relevance | path

Searched refs:string_type (Results 1 – 21 of 21) sorted by relevance

/NextBSD/contrib/binutils/bfd/doc/
HDchew.c107 } string_type; typedef
110 static void init_string_with_size (string_type *, unsigned int);
111 static void init_string (string_type *);
112 static int find (string_type *, char *);
113 static void write_buffer (string_type *, FILE *);
114 static void delete_string (string_type *);
115 static char *addr (string_type *, unsigned int);
116 static char at (string_type *, unsigned int);
117 static void catchar (string_type *, int);
118 static void overwrite_string (string_type *, string_type *);
[all …]
/NextBSD/contrib/libstdc++/config/locale/ieee_1003.1-2001/
Dc_locale.cc86 _M_curr_symbol = string_type(); in _M_initialize_moneypunct()
87 _M_positive_sign = string_type(); in _M_initialize_moneypunct()
88 _M_negative_sign = string_type(); in _M_initialize_moneypunct()
103 _M_curr_symbol = string_type(); in _M_initialize_moneypunct()
104 _M_positive_sign = string_type(); in _M_initialize_moneypunct()
105 _M_negative_sign = string_type(); in _M_initialize_moneypunct()
Dmessages_members.h62 typename messages<_CharT>::string_type
64 const string_type& __dfault) const in do_get()
/NextBSD/contrib/libc++/include/
Dsstream200 typedef basic_string<char_type, traits_type, allocator_type> string_type;
204 string_type __str_;
211 explicit basic_stringbuf(const string_type& __s,
224 string_type str() const;
225 void str(const string_type& __s);
244 str(string_type());
249 basic_stringbuf<_CharT, _Traits, _Allocator>::basic_stringbuf(const string_type& __s,
444 return string_type(this->pbase(), __hm_, __str_.get_allocator());
447 return string_type(this->eback(), this->egptr(), __str_.get_allocator());
448 return string_type(__str_.get_allocator());
[all …]
Dlocale989 typedef typename numpunct<_CharT>::string_type string_type;
990 const string_type __names[2] = {__np.truename(), __np.falsename()};
991 const string_type* __i = __scan_keyword(__b, __e, __names, __names+2,
1536 typedef typename numpunct<char_type>::string_type string_type;
1538 string_type __tmp(__v ? __np.truename() : __np.falsename());
1539 string_type __nm = _VSTD::move(__tmp);
1541 string_type __nm = __v ? __np.truename() : __np.falsename();
1543 for (typename string_type::iterator __i = __nm.begin(); __i != __nm.end(); ++__i, ++__s)
1882 typedef basic_string<_CharT> string_type;
1884 virtual const string_type* __weeks() const;
[all …]
Dregex96 typedef basic_string<char_type> string_type;
106 string_type
109 string_type
112 string_type
207 typedef basic_string<value_type> string_type;
214 operator string_type() const;
215 string_type str() const;
218 int compare(const string_type& s) const;
447 typedef basic_string<char_type> string_type;
467 string_type str(size_type sub = 0) const;
[all …]
D__locale197 typedef basic_string<char_type> string_type;
211 string_type transform(const char_type* __lo, const char_type* __hi) const
228 virtual string_type do_transform(const char_type* __lo, const char_type* __hi) const
229 {return string_type(__lo, __hi);}
285 typedef basic_string<char_type> string_type;
294 virtual string_type do_transform(const char_type* __lo, const char_type* __hi) const;
304 typedef basic_string<char_type> string_type;
314 virtual string_type do_transform(const char_type* __lo, const char_type* __hi) const;
1377 typedef basic_string<char_type> string_type;
1384 _LIBCPP_ALWAYS_INLINE string_type truename() const {return do_truename();}
[all …]
/NextBSD/contrib/libstdc++/include/bits/
Dlocale_facets.h1669 typedef basic_string<_CharT> string_type; typedef
1783 string_type
1796 string_type
1851 virtual string_type
1864 virtual string_type
1898 typedef basic_string<_CharT> string_type; typedef
2544 typedef basic_string<_CharT> string_type; typedef
2613 string_type
2672 virtual string_type
2719 typedef basic_string<_CharT> string_type; typedef
[all …]
Dlocale_facets.tcc1338 typedef typename string_type::size_type size_type; in _M_extract()
1578 ios_base::iostate& __err, string_type& __digits) const in do_get()
1602 const string_type& __digits) const in _M_insert()
1604 typedef typename string_type::size_type size_type; in _M_insert()
1645 string_type __value; in _M_insert()
1690 string_type __res; in _M_insert()
1797 string_type __digits(__len, char_type()); in do_put()
1807 const string_type& __digits) const in do_put()
2407 const string_type __one(__lo1, __hi1); in do_compare()
2408 const string_type __two(__lo2, __hi2); in do_compare()
[all …]
/NextBSD/contrib/libstdc++/config/locale/generic/
Dmessages_members.h71 typename messages<_CharT>::string_type
73 const string_type& __dfault) const in do_get()
/NextBSD/contrib/libstdc++/src/
Dlocale-inst.cc71 const string_type&) const;
77 const string_type&) const;
/NextBSD/contrib/gcc/
HDcoverage.c790 tree string_type; in build_gcov_info() local
821 string_type = build_pointer_type (build_qualified_type (char_type_node, in build_gcov_info()
823 field = build_decl (FIELD_DECL, NULL_TREE, string_type); in build_gcov_info()
837 value = tree_cons (field, build1 (ADDR_EXPR, string_type, filename_string), in build_gcov_info()
HDgengtype.h116 extern struct type string_type;
HDgengtype.c82 struct type string_type = { variable
490 return &string_type; in adjust_field_rtx_def()
514 note_flds = create_field (note_flds, &string_type, "rt_str"); in adjust_field_rtx_def()
614 t = &string_type; in adjust_field_rtx_def()
622 t = &string_type; in adjust_field_rtx_def()
658 t = &string_type; in adjust_field_rtx_def()
715 return &string_type; in adjust_field_tree_exp()
803 return &string_type; in adjust_field_type()
808 return create_array (&string_type, t->u.a.len); in adjust_field_type()
HDChangeLog-200217775 * gengtype.c (string_type): Update for changes to struct type.
/NextBSD/contrib/libc++/src/
Dlocale.cpp685 string_type lhs(__lo1, __hi1); in do_compare()
686 string_type rhs(__lo2, __hi2); in do_compare()
695 collate_byname<char>::string_type
698 const string_type in(lo, hi); in do_transform()
699 string_type out(strxfrm_l(0, in.c_str(), 0, __l), char()); in do_transform()
737 string_type lhs(__lo1, __hi1); in do_compare()
738 string_type rhs(__lo2, __hi2); in do_compare()
747 collate_byname<wchar_t>::string_type
750 const string_type in(lo, hi); in do_transform()
751 string_type out(wcsxfrm_l(0, in.c_str(), 0, __l), wchar_t()); in do_transform()
[all …]
/NextBSD/contrib/llvm/include/llvm/Support/
HDDwarf.def53 HANDLE_DW_TAG(0x0012, string_type)
/NextBSD/contrib/gdb/gdb/
HDlanguage.c843 string_type (struct type *type)
/NextBSD/contrib/libstdc++/
DChangeLog-20031191 (decode_non_negative_decimal_integer(string_type&)):
1192 Renamed from decode_decimal_integer(string_type&).
1400 (qualifier_list<Allocator>::decode_qualifiers(string_type&,
1401 string_type&, bool member_function_pointer_qualifiers):
1409 (qualifier_list<Allocator>::decode_qualifiers(string_type&,
1410 string_type&, bool) const): Made const.
1415 qualifier_list<Allocator>::decode_qualifiers(string_type&,
1416 string_type&, bool) const,
1417 session<Allocator>::decode_type_with_postfix(string_type&,
1418 string_type&, qualifier_list<Allocator>*))
[all …]
DChangeLog-20041250 s/string_t/string_type/. s/list_t/list_type/.
4844 money_get<>::do_get(string_type&)): ... and two more.
4849 Fix thinkos in the switch from string_type& to string& as last
4967 (money_get<>::do_get(string_type&)): Likewise, update call
5116 money_get<>::do_get(string_type&)): Update calls of _M_extract.
5154 money_put<>::do_put(const string_type&): Update calls of _M_insert.
5212 string_type&), money_put::do_put(long double),
5213 money_put::do_put(const string_type&)): Use the helpers.
5255 * include/bits/locale_facets.tcc (money_get::do_get(string_type&)):
5498 * include/bits/locale_facets.tcc (money_get::do_get(string_type&)):
[all …]
DChangeLog-2006562 iter_type, bool, ios_base&, ios_base::iostate&, string_type&)): Tidy.
783 ios_base&, char_type, const string_type&)): Avoid __builtin_alloca
802 iter_type, bool, ios_base&, ios_base::iostate&, string_type&)):