Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.const/
Dconstants.pass.cpp38 typedef std::basic_regex<CharT> BR; in test() typedef
39 static_assert((BR::icase == std::regex_constants::icase), ""); in test()
40 static_assert((BR::nosubs == std::regex_constants::nosubs), ""); in test()
41 static_assert((BR::optimize == std::regex_constants::optimize), ""); in test()
42 static_assert((BR::collate == std::regex_constants::collate), ""); in test()
43 static_assert((BR::ECMAScript == std::regex_constants::ECMAScript), ""); in test()
44 static_assert((BR::basic == std::regex_constants::basic), ""); in test()
45 static_assert((BR::extended == std::regex_constants::extended), ""); in test()
46 static_assert((BR::awk == std::regex_constants::awk), ""); in test()
47 static_assert((BR::grep == std::regex_constants::grep), ""); in test()
[all …]