Home
last modified time | relevance | path

Searched defs:BIN (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libc/test/src/__support/
H A Dinteger_to_string_test.cpp255 using BIN = IntegerToString<int8_t, Bin>; in TEST() typedef
266 using BIN = IntegerToString<uint8_t, Bin::WithWidth<4>>; in TEST() typedef
278 using BIN = IntegerToString<uint8_t, Bin::WithPrefix>; in TEST() typedef