HomeSort by: relevance | last modified time | path
    Searched refs:CharT (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdcpp/
string_view.d 45 extern(C++, struct) struct char_traits(CharT) {}
string.d 61 extern(C++, (StdNamespace)) struct char_traits(CharT)
63 alias char_type = CharT;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Endian.h 82 template <typename value_type, std::size_t alignment, typename CharT>
83 inline value_type readNext(const CharT *&memory, endianness endian) {
90 typename CharT>
91 inline value_type readNext(const CharT *&memory) {
92 return readNext<value_type, alignment, CharT>(memory, endian);
  /src/external/gpl3/gdb/dist/gdbsupport/
unordered_dense.h 280 template <typename CharT>
281 struct hash<std::basic_string<CharT>> {
283 auto operator()(std::basic_string<CharT> const& str) const noexcept -> uint64_t {
284 return detail::wyhash::hash(str.data(), sizeof(CharT) * str.size());
288 template <typename CharT>
289 struct hash<std::basic_string_view<CharT>> {
291 auto operator()(std::basic_string_view<CharT> const& sv) const noexcept -> uint64_t {
292 return detail::wyhash::hash(sv.data(), sizeof(CharT) * sv.size());
  /src/external/gpl3/binutils.old/dist/
configure 6090 template < typename CharT >
6092 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
6097 template < typename CharT >
6099 strlen_c(const CharT *const s) noexcept
6296 template < typename CharT >
6298 strlen_c(const CharT *const s) noexcept
6525 template < typename CharT >
6527 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
6532 template < typename CharT >
6534 strlen_c(const CharT *const s) noexcep
    [all...]
  /src/external/gpl3/gdb/dist/
configure 6090 template < typename CharT >
6092 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
6097 template < typename CharT >
6099 strlen_c(const CharT *const s) noexcept
6296 template < typename CharT >
6298 strlen_c(const CharT *const s) noexcept
6525 template < typename CharT >
6527 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
6532 template < typename CharT >
6534 strlen_c(const CharT *const s) noexcep
    [all...]
  /src/external/gpl3/binutils/dist/
configure 6232 template < typename CharT >
6234 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
6239 template < typename CharT >
6241 strlen_c(const CharT *const s) noexcept
6438 template < typename CharT >
6440 strlen_c(const CharT *const s) noexcept
6667 template < typename CharT >
6669 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
6674 template < typename CharT >
6676 strlen_c(const CharT *const s) noexcep
    [all...]
  /src/external/gpl3/gdb/dist/gdbserver/
configure 5185 template < typename CharT >
5187 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
5192 template < typename CharT >
5194 strlen_c(const CharT *const s) noexcept
5391 template < typename CharT >
5393 strlen_c(const CharT *const s) noexcept
6002 template < typename CharT >
6004 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
6009 template < typename CharT >
6011 strlen_c(const CharT *const s) noexcep
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
configure 5185 template < typename CharT >
5187 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
5192 template < typename CharT >
5194 strlen_c(const CharT *const s) noexcept
5391 template < typename CharT >
5393 strlen_c(const CharT *const s) noexcept
6002 template < typename CharT >
6004 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
6009 template < typename CharT >
6011 strlen_c(const CharT *const s) noexcep
    [all...]
  /src/external/gpl3/gcc/dist/
configure 6065 template < typename CharT >
6067 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
6072 template < typename CharT >
6074 strlen_c(const CharT *const s) noexcept
6380 template < typename CharT >
6382 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
6387 template < typename CharT >
6389 strlen_c(const CharT *const s) noexcept
6704 template < typename CharT >
6706 strlen_c_r(const CharT *const s, const unsigned long acc) noexcep
    [all...]
  /src/external/gpl3/gcc.old/dist/
configure 5986 template < typename CharT >
5988 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
5993 template < typename CharT >
5995 strlen_c(const CharT *const s) noexcept
6301 template < typename CharT >
6303 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
6308 template < typename CharT >
6310 strlen_c(const CharT *const s) noexcept
6625 template < typename CharT >
6627 strlen_c_r(const CharT *const s, const unsigned long acc) noexcep
    [all...]
  /src/external/gpl3/gdb.old/dist/
configure 6028 template < typename CharT >
6030 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
6035 template < typename CharT >
6037 strlen_c(const CharT *const s) noexcept
6343 template < typename CharT >
6345 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
6350 template < typename CharT >
6352 strlen_c(const CharT *const s) noexcept
6667 template < typename CharT >
6669 strlen_c_r(const CharT *const s, const unsigned long acc) noexcep
    [all...]
  /src/external/mit/isl/dist/
configure 8694 template < typename CharT >
8696 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
8701 template < typename CharT >
8703 strlen_c(const CharT *const s) noexcept
9039 template < typename CharT >
9041 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
9046 template < typename CharT >
9048 strlen_c(const CharT *const s) noexcept
9395 template < typename CharT >
9397 strlen_c_r(const CharT *const s, const unsigned long acc) noexcep
    [all...]
  /src/external/bsd/jemalloc/dist/
configure 5478 template < typename CharT >
5480 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
5485 template < typename CharT >
5487 strlen_c(const CharT *const s) noexcept
5684 template < typename CharT >
5686 strlen_c(const CharT *const s) noexcept
6337 template < typename CharT >
6339 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
6344 template < typename CharT >
6346 strlen_c(const CharT *const s) noexcep
    [all...]
  /src/external/bsd/jemalloc.old/dist/
configure 5112 template < typename CharT >
5114 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
5119 template < typename CharT >
5121 strlen_c(const CharT *const s) noexcept
5318 template < typename CharT >
5320 strlen_c(const CharT *const s) noexcept
5546 template < typename CharT >
5548 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
5553 template < typename CharT >
5555 strlen_c(const CharT *const s) noexcep
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
configure 16661 template < typename CharT >
16663 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
16668 template < typename CharT >
16670 strlen_c(const CharT *const s) noexcept
16867 template < typename CharT >
16869 strlen_c(const CharT *const s) noexcept
17478 template < typename CharT >
17480 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
17485 template < typename CharT >
17487 strlen_c(const CharT *const s) noexcep
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
configure 16660 template < typename CharT >
16662 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
16667 template < typename CharT >
16669 strlen_c(const CharT *const s) noexcept
16866 template < typename CharT >
16868 strlen_c(const CharT *const s) noexcept
17477 template < typename CharT >
17479 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
17484 template < typename CharT >
17486 strlen_c(const CharT *const s) noexcep
    [all...]
  /src/external/apache2/llvm/dist/libcxx/src/
locale.cpp 5376 template <class CharT>
5378 : public ctype_byname<CharT>
5381 : ctype_byname<CharT>(nm, 1) {}
5383 : ctype_byname<CharT>(nm, 1) {}
5644 template <class charT>
5647 __init_pat(money_base::pattern& pat, basic_string<charT>& __curr_symbol_,
5649 charT space_char)
  /src/external/mit/isl/dist/interface/
configure 7928 template < typename CharT >
7930 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
7935 template < typename CharT >
7937 strlen_c(const CharT *const s) noexcept
8273 template < typename CharT >
8275 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
8280 template < typename CharT >
8282 strlen_c(const CharT *const s) noexcept
  /src/external/mit/expat/dist/
configure 20336 template < typename CharT >
20338 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
20343 template < typename CharT >
20345 strlen_c(const CharT *const s) noexcept

Completed in 170 milliseconds