Home
last modified time | relevance | path

Searched refs:__itoa (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dcharconv98 namespace __itoa {
169 namespace __itoa
324 } // namespace __itoa
354 using __tx = __itoa::__traits<_Tp>;
575 using __tx = __itoa::__traits<_Tp>;
629 if (!__itoa::__mul_overflowed(__a, __base, __a))
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dcharconv.cpp14 namespace __itoa namespace
/netbsd-src/external/apache2/llvm/dist/libcxx/lib/abi/
H A DCHANGELOG.TXT740 The change emits __u64toa and __u32toa under std::__1::__itoa.