Home
last modified time | relevance | path

Searched refs:integer_to_string (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/libc/test/src/__support/
H A Dinteger_to_string_test.cpp16 using __llvm_libc::integer_to_string;
51 EXPECT_TRUE(integer_to_string(uint16_t(UINT16_MAX)) in TEST()
94 EXPECT_TRUE(integer_to_string(uint32_t(12345678)) in TEST()
123 EXPECT_TRUE(integer_to_string(int32_t(12345678)) in TEST()
126 EXPECT_TRUE(integer_to_string(int32_t(123456789)) in TEST()
142 EXPECT_TRUE(integer_to_string(int32_t(-1234567)) in TEST()
145 EXPECT_TRUE(integer_to_string(int32_t(-12345678)) in TEST()
154 EXPECT_TRUE(integer_to_string(int32_t(INT32_MAX)) in TEST()
190 EXPECT_TRUE(integer_to_string(uint64_t(-1)) in TEST()
208 EXPECT_TRUE(integer_to_string(int64_t(12345678)) in TEST()
[all …]
H A DCMakeLists.txt42 libc.src.__support.integer_to_string
/llvm-project-15.0.7/libc/src/__support/
H A DCMakeLists.txt30 integer_to_string
32 integer_to_string.h
H A Dinteger_to_string.h75 template <typename T> IntegerToString<T> integer_to_string(T val) { in integer_to_string() function
/llvm-project-15.0.7/libc/src/__support/CPP/
H A DCMakeLists.txt68 libc.src.__support.integer_to_string
H A Dstringstream.h61 const auto int_to_str = integer_to_string(val);
/llvm-project-15.0.7/libc/src/stdio/printf_core/
H A Dint_converter.h47 auto const int_to_str = integer_to_string(num); in convert_int()
H A DCMakeLists.txt75 libc.src.__support.integer_to_string