Home
last modified time | relevance | path

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

1234

/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/
H A Dchew.c100 } string_type; typedef
126 string_type stack[STACK];
127 string_type *tos;
130 string_type *ptr; /* and the buffer */
186 init_string_with_size (string_type *buffer, unsigned int size) in init_string_with_size()
194 init_string (string_type *buffer) in init_string()
200 find (string_type *str, char *what) in find()
216 write_buffer (string_type *buffer, FILE *f) in write_buffer()
224 delete_string (string_type *buffer) in delete_string()
231 addr (string_type *buffer, unsigned int idx) in addr()
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Dchew.c106 } string_type; typedef
132 string_type stack[STACK];
133 string_type *tos;
136 string_type *ptr; /* and the buffer */
192 init_string_with_size (string_type *buffer, unsigned int size) in init_string_with_size()
200 init_string (string_type *buffer) in init_string()
206 find (string_type *str, char *what) in find()
222 write_buffer (string_type *buffer, FILE *f) in write_buffer()
230 delete_string (string_type *buffer) in delete_string()
237 addr (string_type *buffer, unsigned int idx) in addr()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/ieee_1003.1-2001/
H A Dc_locale.cc81 _M_curr_symbol = string_type(); in _M_initialize_moneypunct()
82 _M_positive_sign = string_type(); in _M_initialize_moneypunct()
83 _M_negative_sign = string_type(); in _M_initialize_moneypunct()
98 _M_curr_symbol = string_type(); in _M_initialize_moneypunct()
99 _M_positive_sign = string_type(); in _M_initialize_moneypunct()
100 _M_negative_sign = string_type(); in _M_initialize_moneypunct()
H A Dmessages_members.h59 typename messages<_CharT>::string_type in _GLIBCXX_VISIBILITY()
61 const string_type& __dfault) const in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/ieee_1003.1-2001/
H A Dc_locale.cc81 _M_curr_symbol = string_type(); in _M_initialize_moneypunct()
82 _M_positive_sign = string_type(); in _M_initialize_moneypunct()
83 _M_negative_sign = string_type(); in _M_initialize_moneypunct()
98 _M_curr_symbol = string_type(); in _M_initialize_moneypunct()
99 _M_positive_sign = string_type(); in _M_initialize_moneypunct()
100 _M_negative_sign = string_type(); in _M_initialize_moneypunct()
H A Dmessages_members.h59 typename messages<_CharT>::string_type in _GLIBCXX_VISIBILITY()
61 const string_type& __dfault) const in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h205 typedef std::basic_string<value_type> string_type; in _GLIBCXX_VISIBILITY()
221 path(string_type&& __source) in _GLIBCXX_VISIBILITY()
259 path& operator=(string_type&& __source); in _GLIBCXX_VISIBILITY()
260 path& assign(string_type&& __source); in _GLIBCXX_VISIBILITY()
302 path& operator+=(const string_type& __x); in _GLIBCXX_VISIBILITY()
343 const string_type& native() const noexcept { return _M_pathname; } in _GLIBCXX_VISIBILITY()
345 operator string_type() const { return _M_pathname; } in _GLIBCXX_VISIBILITY()
387 int compare(const string_type& __s) const; in _GLIBCXX_VISIBILITY()
446 path(string_type __str, _Type __type) : _M_pathname(__str), _M_type(__type) in _GLIBCXX_VISIBILITY()
454 path& _M_append(const string_type& __str) in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h211 typedef std::basic_string<value_type> string_type; in _GLIBCXX_VISIBILITY()
219 path(string_type&& __source); in _GLIBCXX_VISIBILITY()
255 path& operator=(string_type&& __source); in _GLIBCXX_VISIBILITY()
256 path& assign(string_type&& __source); in _GLIBCXX_VISIBILITY()
298 path& operator+=(const string_type& __x); in _GLIBCXX_VISIBILITY()
339 const string_type& native() const noexcept { return _M_pathname; } in _GLIBCXX_VISIBILITY()
341 operator string_type() const { return _M_pathname; } in _GLIBCXX_VISIBILITY()
383 int compare(const string_type& __s) const; in _GLIBCXX_VISIBILITY()
442 path(string_type __str, _Type __type); in _GLIBCXX_VISIBILITY()
446 path& _M_append(const string_type& __str) in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_path.h199 using string_type = std::basic_string<value_type>; in _GLIBCXX_VISIBILITY()
218 path(string_type&& __source, format = auto_format) in _GLIBCXX_VISIBILITY()
257 path& operator=(string_type&& __source); in _GLIBCXX_VISIBILITY()
258 path& assign(string_type&& __source); in _GLIBCXX_VISIBILITY()
308 path& operator+=(const string_type& __x); in _GLIBCXX_VISIBILITY()
351 const string_type& native() const noexcept { return _M_pathname; } in _GLIBCXX_VISIBILITY()
353 operator string_type() const { return _M_pathname; } in _GLIBCXX_VISIBILITY()
395 int compare(const string_type& __s) const noexcept; in _GLIBCXX_VISIBILITY()
525 pair<const string_type*, size_t> _M_find_extension() const noexcept; in _GLIBCXX_VISIBILITY()
547 static string_type in _GLIBCXX_VISIBILITY()
[all …]
H A Dlocale_facets_nonio.h1033 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1152 string_type in _GLIBCXX_VISIBILITY()
1169 string_type in _GLIBCXX_VISIBILITY()
1186 string_type in _GLIBCXX_VISIBILITY()
1298 virtual string_type in _GLIBCXX_VISIBILITY()
1311 virtual string_type in _GLIBCXX_VISIBILITY()
1324 virtual string_type in _GLIBCXX_VISIBILITY()
1420 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1478 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1554 ios_base::iostate& __err, string_type& __digits) const in _GLIBCXX_VISIBILITY()
[all …]
H A Dlocale_classes.tcc166 const string_type __one(__lo1, __hi1); in do_compare()
167 const string_type __two(__lo2, __hi2); in do_compare()
198 typename collate<_CharT>::string_type
202 string_type __ret; in do_transform()
205 const string_type __str(__lo, __hi); in do_transform()
H A Dregex.h84 typedef std::basic_string<char_type> string_type; in _GLIBCXX_VISIBILITY() typedef
173 { return string_type::traits_type::length(__p); } in _GLIBCXX_VISIBILITY()
224 string_type in _GLIBCXX_VISIBILITY()
229 string_type __s(__first, __last); in _GLIBCXX_VISIBILITY()
248 string_type in _GLIBCXX_VISIBILITY()
276 string_type in _GLIBCXX_VISIBILITY()
397 typedef typename traits_type::string_type string_type; in _GLIBCXX_VISIBILITY() typedef
618 { return this->assign(string_type(__p), __flags); } in _GLIBCXX_VISIBILITY()
637 { return this->assign(string_type(__p, __len), __flags); } in _GLIBCXX_VISIBILITY()
676 { return this->assign(string_type(__first, __last), __flags); } in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_facets_nonio.h1071 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1190 string_type in _GLIBCXX_VISIBILITY()
1207 string_type in _GLIBCXX_VISIBILITY()
1224 string_type in _GLIBCXX_VISIBILITY()
1336 virtual string_type in _GLIBCXX_VISIBILITY()
1349 virtual string_type in _GLIBCXX_VISIBILITY()
1362 virtual string_type in _GLIBCXX_VISIBILITY()
1458 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1516 typedef basic_string<_CharT> string_type; in _GLIBCXX_VISIBILITY() typedef
1592 ios_base::iostate& __err, string_type& __digits) const in _GLIBCXX_VISIBILITY()
[all …]
H A Dfs_path.h308 using string_type = std::basic_string<value_type>; in _GLIBCXX_VISIBILITY()
324 path(string_type&& __source, format = auto_format) in _GLIBCXX_VISIBILITY()
361 path& operator=(string_type&& __source); in _GLIBCXX_VISIBILITY()
362 path& assign(string_type&& __source); in _GLIBCXX_VISIBILITY()
410 path& operator+=(const string_type& __x); in _GLIBCXX_VISIBILITY()
452 const string_type& native() const noexcept { return _M_pathname; } in _GLIBCXX_VISIBILITY()
454 operator string_type() const { return _M_pathname; } in _GLIBCXX_VISIBILITY()
496 int compare(const string_type& __s) const noexcept; in _GLIBCXX_VISIBILITY()
610 pair<const string_type*, size_t> _M_find_extension() const noexcept; in _GLIBCXX_VISIBILITY()
628 return string_type(_S_convert(__str.data(), in _GLIBCXX_VISIBILITY()
[all …]
H A Dlocale_classes.tcc189 const string_type __one(__lo1, __hi1); in do_compare()
190 const string_type __two(__lo2, __hi2); in do_compare()
221 typename collate<_CharT>::string_type
225 string_type __ret; in do_transform()
228 const string_type __str(__lo, __hi); in do_transform()
H A Dregex.h100 typedef std::basic_string<char_type> string_type; in _GLIBCXX_VISIBILITY()
190 { return string_type::traits_type::length(__p); } in _GLIBCXX_VISIBILITY()
241 string_type in _GLIBCXX_VISIBILITY()
246 string_type __s(__first, __last); in _GLIBCXX_VISIBILITY()
265 string_type in _GLIBCXX_VISIBILITY()
293 string_type in _GLIBCXX_VISIBILITY()
427 typedef typename traits_type::string_type string_type; in _GLIBCXX_VISIBILITY()
717 this->assign(string_type(__first, __last), __flags); in _GLIBCXX_VISIBILITY()
931 typedef basic_string<value_type> string_type; in _GLIBCXX_VISIBILITY()
954 operator string_type() const in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dlocale889 typedef typename numpunct<_CharT>::string_type string_type;
890 const string_type __names[2] = {__np.truename(), __np.falsename()};
891 const string_type* __i = _VSTD::__scan_keyword(__b, __e, __names, __names+2,
1440 typedef typename numpunct<char_type>::string_type string_type;
1442 string_type __tmp(__v ? __np.truename() : __np.falsename());
1443 string_type __nm = _VSTD::move(__tmp);
1445 string_type __nm = __v ? __np.truename() : __np.falsename();
1447 for (typename string_type::iterator __i = __nm.begin(); __i != __nm.end(); ++__i, ++__s)
1736 typedef basic_string<_CharT> string_type;
1738 virtual const string_type* __weeks() const;
[all …]
H A Dsstream212 typedef basic_string<char_type, traits_type, allocator_type> string_type;
216 string_type __str_;
237 explicit basic_stringbuf(const string_type& __s,
251 string_type str() const;
252 void str(const string_type& __s);
451 return string_type(this->pbase(), __hm_, __str_.get_allocator());
454 return string_type(this->eback(), this->egptr(), __str_.get_allocator());
455 return string_type(__str_.get_allocator());
460 basic_stringbuf<_CharT, _Traits, _Allocator>::str(const string_type& __s)
473 typename string_type::size_type __sz = __str_.size();
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dstd-path.cc82 if (ext.first && ext.second != string_type::npos) in replace_extension()
136 const string_type& native() const noexcept { return ptr->native(); } in compare()
382 string_type s = p.native(); in lexically_normal()
504 std::pair<const path::string_type*, std::size_t>
523 return { s, string_type::npos }; in _M_find_extension()
525 return { s, pos ? pos : string_type::npos }; in _M_find_extension()
599 if (_M_pathname.find_first_not_of('/') == string_type::npos) in _M_split_cmpts()
658 _M_cmpts.emplace_back(string_type(), _Type::_Filename, pos); in _M_split_cmpts()
693 path::string_type
726 seed ^= std::hash<path::string_type>()(x.native()) + 0x9e3779b9 in hash_value()
H A Dpath.cc74 if (ext.first && ext.second != string_type::npos) in replace_extension()
126 const string_type& native() const noexcept { return ptr->native(); } in compare()
303 std::pair<const path::string_type*, std::size_t>
306 const string_type* s = nullptr; in _M_find_extension()
324 return { s, string_type::npos }; in _M_find_extension()
461 _M_cmpts.emplace_back(string_type(1, dot), _Type::_Filename, pos); in _M_split_cmpts()
496 path::string_type
529 seed ^= std::hash<path::string_type>()(x.native()) + 0x9e3779b9 in hash_value()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dpath.cc74 if (ext.first && ext.second != string_type::npos) in replace_extension()
126 const string_type& native() const noexcept { return ptr->native(); } in compare()
303 std::pair<const path::string_type*, std::size_t>
306 const string_type* s = nullptr; in _M_find_extension()
324 return { s, string_type::npos }; in _M_find_extension()
464 _M_cmpts.emplace_back(string_type(1, dot), _Type::_Filename, pos); in _M_split_cmpts()
499 path::string_type
532 seed ^= std::hash<path::string_type>()(x.native()) + 0x9e3779b9 in hash_value()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcxx11-shim_facets.cc267 typedef basic_string<_CharT> string_type; typedef
280 virtual string_type
375 typedef typename std::money_get<_CharT>::string_type string_type; typedef
397 ios_base::iostate& err, string_type& digits) const in do_get()
416 typedef typename std::money_put<_CharT>::string_type string_type; typedef
431 char_type fill, const string_type& digits) const in do_put()
444 typedef basic_string<_CharT> string_type; typedef
456 virtual string_type
457 do_get(catalog c, int set, int msgid, const string_type& dfault) const in do_get()
H A Dlocale-inst-monetary.h61 const string_type&) const; in _GLIBCXX_VISIBILITY()
67 const string_type&) const; in _GLIBCXX_VISIBILITY()
/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
280 virtual string_type
375 typedef typename std::money_get<_CharT>::string_type string_type; typedef
397 ios_base::iostate& err, string_type& digits) const in do_get()
416 typedef typename std::money_put<_CharT>::string_type string_type; typedef
431 char_type fill, const string_type& digits) const in do_put()
444 typedef basic_string<_CharT> string_type; typedef
456 virtual string_type
457 do_get(catalog c, int set, int msgid, const string_type& dfault) const in do_get()
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/
H A Dtest_clang.py51 string_type = unicode if sys.version_info < (3,) else str
53 self.assertEqual(string_type, type(key))
54 self.assertEqual(string_type, type(value[0]))

1234