Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlocale_facets_nonio.h1033 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1420 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1478 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1630 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1808 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1989 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
H A Dlocale_classes.h651 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
824 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
H A Dregex.h84 typedef std::basic_string<char_type> string_type; in _GLIBCXX_VISIBILITY() typedef
397 typedef typename traits_type::string_type string_type; in _GLIBCXX_VISIBILITY() typedef
876 typedef basic_string<value_type> string_type; in _GLIBCXX_VISIBILITY() typedef
1715 typedef std::basic_string<char_type> string_type; in _GLIBCXX_VISIBILITY() typedef
H A Dlocale_facets.h1677 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1907 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_classes.h655 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
828 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
H A Dlocale_facets_nonio.h1071 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1458 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1516 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1676 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1862 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
2043 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
H A Dlocale_facets.h1685 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1915 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsubstring-locations.h54 substring_loc (location_t fmt_string_loc, tree string_type, in substring_loc()
H A Dgengtype.cc489 struct type string_type = { variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsubstring-locations.h54 substring_loc (location_t fmt_string_loc, tree string_type, in substring_loc()
H A Dgengtype.c478 struct type string_type = { variable
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcxx11-shim_facets.cc267 typedef basic_string<_CharT> string_type; typedef
375 typedef typename std::money_get<_CharT>::string_type string_type; typedef
416 typedef typename std::money_put<_CharT>::string_type string_type; typedef
444 typedef basic_string<_CharT> string_type; typedef
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcxx11-shim_facets.cc267 typedef basic_string<_CharT> string_type; typedef
375 typedef typename std::money_get<_CharT>::string_type string_type; typedef
416 typedef typename std::money_put<_CharT>::string_type string_type; typedef
444 typedef basic_string<_CharT> string_type; typedef
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Dstandard_policies.hpp145 typedef __dtrie_string string_type; typedef
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Dstandard_policies.hpp145 typedef __dtrie_string string_type; typedef
/netbsd-src/external/mpl/bind/dist/tests/isc/
H A Dlex_test.c108 isc_tokentype_t string_type; global() member
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/
H A Dchew.c100 } string_type; typedef
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Dchew.c106 } string_type; typedef
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.c101 tree string_type = TREE_TYPE (format_string_cst); in format_warning_at_char() local
133 tree string_type = TREE_TYPE (format_string_cst); in format_warning_substr() local
H A Dc-common.c855 get_cpp_ttype_from_string_type (tree string_type) in get_cpp_ttype_from_string_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.cc101 tree string_type = TREE_TYPE (format_string_cst); in format_warning_at_char() local
133 tree string_type = TREE_TYPE (format_string_cst); in format_warning_substr() local
H A Dc-common.cc878 get_cpp_ttype_from_string_type (tree string_type) in get_cpp_ttype_from_string_type()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp476 using string_type = path::string_type; typedef