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

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
compatibility-ldbl.cc 39 template class num_get<C, istreambuf_iterator<C> >;
44 template const num_get<C>& use_facet<num_get<C> >(const locale&);
48 template bool has_facet<num_get<C> >(const locale&);
52 template const num_get<C>* __try_use_facet<num_get<C> >(const locale&);
58 template class num_get<C, istreambuf_iterator<C> >;
63 template const num_get<C>& use_facet<num_get<C> >(const locale&);
67 template bool has_facet<num_get<C> >(const locale&)
    [all...]
locale.cc 490 _GLIBCXX_SYNC_ID (num_get<char>, _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE);
495 _GLIBCXX_SYNC_ID (num_get<wchar_t>, _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
compatibility-ldbl.cc 39 template class num_get<C, istreambuf_iterator<C> >;
44 template const num_get<C>& use_facet<num_get<C> >(const locale&);
48 template bool has_facet<num_get<C> >(const locale&);
54 template class num_get<C, istreambuf_iterator<C> >;
59 template const num_get<C>& use_facet<num_get<C> >(const locale&);
63 template bool has_facet<num_get<C> >(const locale&);
locale_init.cc 121 typedef char fake_num_get_c[sizeof(num_get<char>)]
122 __attribute__ ((aligned(__alignof__(num_get<char>))));
175 typedef char fake_num_get_w[sizeof(num_get<wchar_t>)]
176 __attribute__ ((aligned(__alignof__(num_get<wchar_t>))));
373 &num_get<char>::id,
377 &num_get<wchar_t>::id,
517 _M_init_facet(new (&num_get_c) num_get<char>(1));
547 _M_init_facet(new (&num_get_w) num_get<wchar_t>(1));
localename.cc 255 _M_init_facet(new num_get<char>);
271 _M_init_facet(new num_get<wchar_t>);
locale.cc 487 _GLIBCXX_SYNC_ID (num_get<char>, _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE);
492 _GLIBCXX_SYNC_ID (num_get<wchar_t>, _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
locale-inst-numeric.h 32 template const num_get<C>& use_facet<num_get<C> >(const locale&);
35 template bool has_facet<num_get<C> >(const locale&);
42 template class num_get<C, istreambuf_iterator<C> >;
46 // num_get member function templates
49 num_get<C, istreambuf_iterator<C> >::
56 num_get<C, istreambuf_iterator<C> >::
63 num_get<C, istreambuf_iterator<C> >::
70 num_get<C, istreambuf_iterator<C> >::
78 num_get<C, istreambuf_iterator<C> >:
    [all...]
compatibility-ldbl-alt128.cc 97 // 23. Num_get overflow result.
119 alignas(num_get<char>) char num_get_c[sizeof(num_get<char>)];
124 alignas(num_get<wchar_t>) char num_get_w[sizeof(num_get<wchar_t>)];
141 _M_init_facet(new (&num_get_c) num_get<char>(1));
146 _M_init_facet(new (&num_get_w) num_get<wchar_t>(1));
154 _M_init_facet(new num_get<char>);
159 _M_init_facet(new num_get<wchar_t>);
258 // This defines __gnu_ieee128::num_get<CHAR>::_M_extract_int[abi:cxx11]<INT> as an alias fo
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
locale-inst-numeric.h 35 INSTANTIATE_FACET_ACCESSORS(num_get<C>);
42 template class num_get<C, istreambuf_iterator<C> >;
46 // num_get member function templates
49 num_get<C, istreambuf_iterator<C> >::
56 num_get<C, istreambuf_iterator<C> >::
63 num_get<C, istreambuf_iterator<C> >::
70 num_get<C, istreambuf_iterator<C> >::
78 num_get<C, istreambuf_iterator<C> >::
85 num_get<C, istreambuf_iterator<C> >::
compatibility-ldbl-alt128.cc 97 // 23. Num_get overflow result.
119 alignas(num_get<char>) char num_get_c[sizeof(num_get<char>)];
124 alignas(num_get<wchar_t>) char num_get_w[sizeof(num_get<wchar_t>)];
141 _M_init_facet(new (&num_get_c) num_get<char>(1));
146 _M_init_facet(new (&num_get_w) num_get<wchar_t>(1));
154 _M_init_facet(new num_get<char>);
159 _M_init_facet(new num_get<wchar_t>);
258 // This defines __gnu_ieee128::num_get<CHAR>::_M_extract_int[abi:cxx11]<INT> as an alias fo
    [all...]
locale_init.cc 121 typedef char fake_num_get_c[sizeof(num_get<char>)]
122 __attribute__ ((aligned(__alignof__(num_get<char>))));
175 typedef char fake_num_get_w[sizeof(num_get<wchar_t>)]
176 __attribute__ ((aligned(__alignof__(num_get<wchar_t>))));
373 &num_get<char>::id,
377 &num_get<wchar_t>::id,
517 _M_init_facet(new (&num_get_c) num_get<char>(1));
547 _M_init_facet(new (&num_get_w) num_get<wchar_t>(1));
localename.cc 262 _M_init_facet(new num_get<char>);
278 _M_init_facet(new num_get<wchar_t>);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
basic_ios.h 94 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> >
localefwd.h 157 class num_get;
locale_facets.h 68 // num_get, num_put, money_get, money_put (+ cxx11 money_get, money_put)
1580 // String literal of acceptable (narrow) input, for num_get.
1947 * @brief Primary class template num_get.
1954 * The num_get template uses protected virtual functions to provide the
1957 * implement the behavior they require from the num_get facet.
1960 class num_get : public locale::facet class in inherits:locale::facet
1981 num_get(size_t __refs = 0) : facet(__refs) { } function in class:num_get
1987 * num_get::do_get().
2016 * by calling num_get::do_get().
2084 * by calling num_get::do_get()
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
basic_ios.h 90 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> >
localefwd.h 157 class num_get;
locale_facets.h 68 // num_get, num_put, money_get, money_put (+ cxx11 money_get, money_put)
1580 // String literal of acceptable (narrow) input, for num_get.
1947 * @brief Primary class template num_get.
1954 * The num_get template uses protected virtual functions to provide the
1957 * implement the behavior they require from the num_get facet.
1960 class num_get : public locale::facet class in inherits:locale::facet
1981 num_get(size_t __refs = 0) : facet(__refs) { } function in class:num_get
1987 * num_get::do_get().
2016 * by calling num_get::do_get().
2081 * by calling num_get::do_get()
    [all...]
  /src/external/apache2/llvm/dist/libcxx/src/
locale.cpp 215 install(&make<num_get<char> >(1u));
216 install(&make<num_get<wchar_t> >(1u));
431 install_from<num_get<char> >(one);
432 install_from<num_get<wchar_t> >(one);
4547 // num_get helpers
6283 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS num_get<char>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
6284 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS num_get<wchar_t>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS

Completed in 79 milliseconds