Searched defs:__cs (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | locale_facets.tcc | 781 _CharT* __new, const _CharT* __cs, int& __len) const in _M_pad() argument 840 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const in _M_group_int() 865 _CharT* __cs = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) in _M_insert_int() local 941 _CharT* __cs, int& __len) const in _M_group_float() 1003 char* __cs = static_cast<char*>(__builtin_alloca(__cs_size)); in _M_insert_float() local 1037 char* __cs = static_cast<char*>(__builtin_alloca(__cs_size)); in _M_insert_float() local
|
H A D | locale_facets_nonio.tcc | 585 char* __cs = static_cast<char*>(__builtin_alloca(__cs_size)); in do_put() local 602 char* __cs = static_cast<char*>(__builtin_alloca(__cs_size)); in do_put() local 657 const char* __cs; in _M_extract_via_format() local
|
H A D | fstream.tcc | 272 } __cs (this); in close() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | locale_facets.tcc | 799 _CharT* __new, const _CharT* __cs, int& __len) const in _M_pad() argument 858 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const in _M_group_int() 883 _CharT* __cs = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) in _M_insert_int() local 959 _CharT* __cs, int& __len) const in _M_group_float() 1021 char* __cs = static_cast<char*>(__builtin_alloca(__cs_size)); in _M_insert_float() local 1055 char* __cs = static_cast<char*>(__builtin_alloca(__cs_size)); in _M_insert_float() local
|
H A D | locale_facets_nonio.tcc | 601 char* __cs = static_cast<char*>(__builtin_alloca(__cs_size)); in do_put() local 618 char* __cs = static_cast<char*>(__builtin_alloca(__cs_size)); in do_put() local 651 char* __cs = static_cast<char*>(__builtin_alloca(__cs_size)); in __do_put() local 712 const char* __cs; in _M_extract_via_format() local
|
H A D | fstream.tcc | 272 } __cs (this); in close() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | snprintf_lite.cc | 67 char *__cs = static_cast<char*>(__builtin_alloca(__ilen)); in __concat_size_t() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
H A D | snprintf_lite.cc | 76 char *__cs = static_cast<char*>(__builtin_alloca(__ilen)); in __concat_size_t() local
|