Searched defs:char8_t (Results 1 – 5 of 5) sorted by relevance
14 typedef unsigned char char8_t; typedef
11 int char8_t = 0; // expected-warning {{'char8_t' is a keyword in C++20}} variable
46 …equires(std::output_iterator<OutIt, const char&> && std::same_as<std::iter_value_t<InIt>, char8_t>) in requires() argument
15 int char8_t = 1; in main() local
220 static const char* GetCharWidthPrefix(char8_t) { return "u8"; } in GetCharWidthPrefix() argument