Home
last modified time | relevance | path

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

/llvm-project/libc/test/src/__support/
H A Dinteger_to_string_test.cpp257 using DEC = IntegerToString<int8_t, Dec>; in TEST() typedef
268 using DEC = IntegerToString<uint8_t, Dec::WithWidth<4>>; in TEST() typedef
294 using DEC = IntegerToString<int8_t, Dec::WithSign>; in TEST() typedef