Searched refs:string_type (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/contrib/libstdc++/config/locale/ieee_1003.1-2001/
H A Dc_locale.cc86 _M_curr_symbol = string_type();
87 _M_positive_sign = string_type();
88 _M_negative_sign = string_type();
103 _M_curr_symbol = string_type();
104 _M_positive_sign = string_type();
105 _M_negative_sign = string_type();
H A Dmessages_members.h62 typename messages<_CharT>::string_type
64 const string_type& __dfault) const
/freebsd-11.0-release/contrib/binutils/bfd/doc/
H A Dchew.c107 } string_type; typedef in typeref:struct:buffer
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_typ
[all...]
/freebsd-11.0-release/contrib/libstdc++/config/locale/generic/
H A Dmessages_members.h71 typename messages<_CharT>::string_type
73 const string_type& __dfault) const
/freebsd-11.0-release/contrib/libstdc++/include/bits/
H A Dlocale_facets.h1669 typedef basic_string<_CharT> string_type; typedef in class:numpunct
1777 * This function returns a string_type containing the text
1781 * @return string_type representing printed form of true.
1783 string_type
1790 * This function returns a string_type containing the text
1794 * @return string_type representing printed form of false.
1796 string_type
1845 * Returns a string_type containing the text representation for true
1849 * @return string_type representing printed form of true.
1851 virtual string_type
1898 typedef basic_string<_CharT> string_type; typedef in class:numpunct_byname
2544 typedef basic_string<_CharT> string_type; typedef in class:collate
2719 typedef basic_string<_CharT> string_type; typedef in class:collate_byname
3622 typedef basic_string<_CharT> string_type; typedef in class:moneypunct
4006 typedef basic_string<_CharT> string_type; typedef in class:moneypunct_byname
4053 typedef basic_string<_CharT> string_type; typedef in class:money_get
4201 typedef basic_string<_CharT> string_type; typedef in class:money_put
4372 typedef basic_string<_CharT> string_type; typedef in class:messages
4586 typedef basic_string<_CharT> string_type; typedef in class:messages_byname
[all...]
/freebsd-11.0-release/contrib/gcc/
H A Dgengtype.h116 extern struct type string_type;
H A Dcoverage.c794 tree string_type;
825 string_type = build_pointer_type (build_qualified_type (char_type_node,
827 field = build_decl (FIELD_DECL, NULL_TREE, string_type);
841 value = tree_cons (field, build1 (ADDR_EXPR, string_type, filename_string),
790 tree string_type; local
H A Dgengtype.c82 struct type string_type = { variable in typeref:struct:type
490 return &string_type;
514 note_flds = create_field (note_flds, &string_type, "rt_str");
614 t = &string_type;
622 t = &string_type;
658 t = &string_type;
715 return &string_type;
803 return &string_type;
808 return create_array (&string_type, t->u.a.len);
/freebsd-11.0-release/contrib/libstdc++/src/
H A Dlocale-inst.cc71 const string_type&) const;
77 const string_type&) const;
/freebsd-11.0-release/contrib/libc++/src/
H A Dlocale.cpp685 string_type lhs(__lo1, __hi1);
686 string_type rhs(__lo2, __hi2);
695 collate_byname<char>::string_type
698 const string_type in(lo, hi);
699 string_type out(strxfrm_l(0, in.c_str(), 0, __l), char());
737 string_type lhs(__lo1, __hi1);
738 string_type rhs(__lo2, __hi2);
747 collate_byname<wchar_t>::string_type
750 const string_type in(lo, hi);
751 string_type ou
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dlanguage.c848 string_type (struct type *type)

Completed in 103 milliseconds