Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
H A Dminus1.pass.cpp35 void test_octal(const char *expected) in test_octal() function
66 test_octal<uint16_t>( "177777"); in main()
67 test_octal< int16_t>( "177777"); in main()
68 test_octal<uint32_t>( "37777777777"); in main()
69 test_octal< int32_t>( "37777777777"); in main()
70 test_octal<uint64_t>("1777777777777777777777"); in main()
71 test_octal< int64_t>("1777777777777777777777"); in main()
72 test_octal<uint64_t>("1777777777777777777777"); in main()
78 test_octal< unsigned long>("1777777777777777777777"); in main()
79 test_octal< long>("1777777777777777777777"); in main()
[all …]