Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/
Dtypes.pass.cpp33 typedef std::sub_match<char*> SM; in main() typedef
46 typedef std::sub_match<wchar_t*> SM; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.members/
Ddefault.pass.cpp23 typedef std::sub_match<const CharT*> SM; in main() typedef
29 typedef std::sub_match<const CharT*> SM; in main() typedef
Dlength.pass.cpp23 typedef std::sub_match<const CharT*> SM; in main() typedef
34 typedef std::sub_match<const CharT*> SM; in main() typedef
Dstr.pass.cpp23 typedef std::sub_match<const CharT*> SM; in main() typedef
36 typedef std::sub_match<const CharT*> SM; in main() typedef
Dcompare_value_type_ptr.pass.cpp23 typedef std::sub_match<const CharT*> SM; in main() typedef
36 typedef std::sub_match<const CharT*> SM; in main() typedef
Dcompare_sub_match.pass.cpp23 typedef std::sub_match<const CharT*> SM; in main() typedef
39 typedef std::sub_match<const CharT*> SM; in main() typedef
Doperator_string.pass.cpp23 typedef std::sub_match<const CharT*> SM; in main() typedef
36 typedef std::sub_match<const CharT*> SM; in main() typedef
Dcompare_string_type.pass.cpp23 typedef std::sub_match<const CharT*> SM; in main() typedef
37 typedef std::sub_match<const CharT*> SM; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.op/
Dstream.pass.cpp27 typedef std::sub_match<typename string::const_iterator> SM; in test() typedef