Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/bfd/doc/
H A Dchew.c107 } string_type; typedef
118 static void overwrite_string (string_type *, string_type *);
121 static void catstr (string_type *, string_type *);
269 string_type *tos;
325 static void remove_noncomments (string_type *, string_type *);
495 string_type out; in paramstuff()
565 string_type out; in translatecomments()
597 string_type out; in outputdots()
641 string_type out; in courierize()
730 string_type out; in bulletize()
[all …]
/freebsd-12.1/contrib/libstdc++/config/locale/ieee_1003.1-2001/
H A 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()
H A Dmessages_members.h62 typename messages<_CharT>::string_type
64 const string_type& __dfault) const in do_get()
/freebsd-12.1/contrib/libc++/include/
H A Dsstream206 string_type __str_;
215 explicit basic_stringbuf(const string_type& __s,
226 string_type str() const;
227 void str(const string_type& __s);
449 return string_type(__str_.get_allocator());
667 string_type str() const;
669 void str(const string_type& __s);
784 string_type str() const;
786 void str(const string_type& __s);
903 string_type str() const;
[all …]
H A Dlocale879 typedef typename numpunct<_CharT>::string_type string_type;
1436 typedef typename numpunct<char_type>::string_type string_type;
2395 string_type __c_;
2396 string_type __r_;
2397 string_type __x_;
2398 string_type __X_;
2655 virtual string_type do_curr_symbol() const {return string_type();}
2656 virtual string_type do_positive_sign() const {return string_type();}
2749 string_type& __sym, string_type& __psn,
3189 string_type& __sym, string_type& __sn,
[all …]
H A Dregex106 string_type
109 string_type
112 string_type
131 typedef typename traits::string_type string_type;
499 string_type
1016 string_type
2218 typedef typename _Traits::string_type string_type;
2223 vector<pair<string_type, string_type> > __ranges_;
2271 void __add_range(string_type __b, string_type __e)
2498 typedef typename _Traits::string_type string_type;
[all …]
H A D__locale245 typedef basic_string<char_type> string_type;
277 {return string_type(__lo, __hi);}
333 typedef basic_string<char_type> string_type;
352 typedef basic_string<char_type> string_type;
1423 typedef basic_string<char_type> string_type;
1440 virtual string_type do_truename() const;
1441 virtual string_type do_falsename() const;
1454 typedef basic_string<char_type> string_type;
1471 virtual string_type do_truename() const;
1472 virtual string_type do_falsename() const;
[all …]
H A Dfilesystem750 typedef basic_string<value_type> string_type;
811 path& assign(string_type&& __s) noexcept {
898 path& operator+=(const string_type& __x) {
1051 return string_type(__root_name());
1054 return string_type(__root_directory());
1060 return string_type(__relative_path());
1063 return string_type(__parent_path());
1066 return string_type(__filename());
1070 return string_type(__extension());
1182 __pn_ = string_type(__s);
[all …]
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dlocale_facets.h1783 string_type
1796 string_type
1851 virtual string_type
1864 virtual string_type
2613 string_type
3739 string_type
3756 string_type
3773 string_type
4455 string_type
4525 string_type
[all …]
H A Dlocale_facets.tcc1578 ios_base::iostate& __err, string_type& __digits) const in do_get()
1602 const string_type& __digits) const 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()
2439 typename collate<_CharT>::string_type
2443 string_type __ret; in do_transform()
[all …]
/freebsd-12.1/contrib/libstdc++/config/locale/generic/
H A Dmessages_members.h71 typename messages<_CharT>::string_type
73 const string_type& __dfault) const in do_get()
/freebsd-12.1/contrib/libstdc++/src/
H A Dlocale-inst.cc71 const string_type&) const;
77 const string_type&) const;
/freebsd-12.1/contrib/gcc/
H A Dcoverage.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()
H A Dgengtype.h116 extern struct type string_type;
H A Dgengtype.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()
H A DChangeLog-200217775 * gengtype.c (string_type): Update for changes to struct type.
/freebsd-12.1/contrib/libc++/src/
H A Dlocale.cpp703 string_type lhs(__lo1, __hi1); in do_compare()
704 string_type rhs(__lo2, __hi2); in do_compare()
713 collate_byname<char>::string_type
716 const string_type in(lo, hi); in do_transform()
751 string_type lhs(__lo1, __hi1); in do_compare()
752 string_type rhs(__lo2, __hi2); in do_compare()
761 collate_byname<wchar_t>::string_type
764 const string_type in(lo, hi); in do_transform()
5876 string_type __dummy_curr_symbol = __curr_symbol_; in init()
5927 string_type __dummy_curr_symbol = __curr_symbol_; in init()
[all …]
/freebsd-12.1/contrib/gdb/gdb/
H A Dlanguage.c843 string_type (struct type *type)
/freebsd-12.1/contrib/libc++/src/filesystem/
H A Doperations.cpp316 using string_type = path::string_type; typedef
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20031191 (decode_non_negative_decimal_integer(string_type&)):
1192 Renamed from decode_decimal_integer(string_type&).
1401 string_type&, bool member_function_pointer_qualifiers):
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>*))
1576 (money_get<>::do_get(..., string_type&)): Absolutely avoid
1675 string_type&): Minor tweak to the previous commit.
[all …]
H A 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&)):
6178 __digits to do_put(..., const string_type&): __ws isn't
[all …]
H A 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&)):
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DDwarf.def126 HANDLE_DW_TAG(0x0012, string_type, 2, DWARF)