Searched refs:SM (Results 1 – 11 of 11) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.members/ |
D | compare_string_type.pass.cpp | 23 typedef std::sub_match<const CharT*> SM; in main() typedef 24 typedef SM::string_type string; in main() 25 SM sm = SM(); in main() 26 SM sm2 = SM(); in main() 37 typedef std::sub_match<const CharT*> SM; in main() typedef 38 typedef SM::string_type string; in main() 39 SM sm = SM(); in main() 40 SM sm2 = SM(); in main()
|
D | compare_value_type_ptr.pass.cpp | 23 typedef std::sub_match<const CharT*> SM; in main() typedef 24 SM sm = SM(); in main() 25 SM sm2 = SM(); in main() 36 typedef std::sub_match<const CharT*> SM; in main() typedef 37 SM sm = SM(); in main() 38 SM sm2 = SM(); in main()
|
D | compare_sub_match.pass.cpp | 23 typedef std::sub_match<const CharT*> SM; in main() typedef 24 SM sm = SM(); in main() 25 SM sm2 = SM(); in main() 39 typedef std::sub_match<const CharT*> SM; in main() typedef 40 SM sm = SM(); in main() 41 SM sm2 = SM(); in main()
|
D | operator_string.pass.cpp | 23 typedef std::sub_match<const CharT*> SM; in main() typedef 24 SM sm = SM(); in main() 25 SM::string_type str = sm; in main() 36 typedef std::sub_match<const CharT*> SM; in main() typedef 37 SM sm = SM(); in main() 38 SM::string_type str = sm; in main()
|
D | str.pass.cpp | 23 typedef std::sub_match<const CharT*> SM; in main() typedef 24 SM sm = SM(); in main() 25 SM::string_type str = sm.str(); in main() 36 typedef std::sub_match<const CharT*> SM; in main() typedef 37 SM sm = SM(); in main() 38 SM::string_type str = sm.str(); in main()
|
D | length.pass.cpp | 23 typedef std::sub_match<const CharT*> SM; in main() typedef 24 SM sm = SM(); in main() 34 typedef std::sub_match<const CharT*> SM; in main() typedef 35 SM sm = SM(); in main()
|
D | default.pass.cpp | 23 typedef std::sub_match<const CharT*> SM; in main() typedef 24 SM sm; in main() 29 typedef std::sub_match<const CharT*> SM; in main() typedef 30 SM sm; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/ |
D | types.pass.cpp | 33 typedef std::sub_match<char*> SM; in main() typedef 34 static_assert((std::is_same<SM::iterator, char*>::value), ""); in main() 35 static_assert((std::is_same<SM::value_type, char>::value), ""); in main() 36 static_assert((std::is_same<SM::difference_type, std::ptrdiff_t>::value), ""); in main() 37 static_assert((std::is_same<SM::string_type, std::string>::value), ""); in main() 38 static_assert((std::is_convertible<SM*, std::pair<char*, char*>*>::value), ""); in main() 40 SM sm; in main() 46 typedef std::sub_match<wchar_t*> SM; in main() typedef 47 static_assert((std::is_same<SM::iterator, wchar_t*>::value), ""); in main() 48 static_assert((std::is_same<SM::value_type, wchar_t>::value), ""); in main() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.op/ |
D | stream.pass.cpp | 27 typedef std::sub_match<typename string::const_iterator> SM; in test() typedef 29 SM sm; in test()
|
/ndk/sources/host-tools/make-3.81/config/ |
D | config.guess | 1137 SM[BE]S:UNIX_SV:*:*)
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | config.guess | 1160 SM[BE]S:UNIX_SV:*:*)
|