Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/strings/basic.string.literals/
H A Dliteral.pass.cpp17 typedef std::u8string u8string; typedef
19 typedef std::string u8string; typedef
/llvm-project/clang/test/Sema/
H A Dconstexpr.c289 constexpr char u8string[] = u8"test"u8"ing this out\xFF"; variable