| /llvm-project-15.0.7/libcxx/include/ |
| H A D | codecvt | 104 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 111 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 143 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 150 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 181 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 188 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 241 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 280 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 319 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 357 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; [all …]
|
| H A D | __locale | 973 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const 980 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const 1059 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const 1066 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const 1144 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const 1151 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const 1232 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const 1239 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const 1320 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const 1327 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const [all …]
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | locale.cpp | 1553 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_out() argument 1572 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument 3254 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument 3333 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument 3412 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument 3491 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument 3586 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument 3673 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument 3750 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument 3847 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
| H A D | utf_sanity_check.pass.cpp | 47 F32_8::extern_type* c8p; in main() 50 const F32_8::extern_type* c_c8p; in main() 55 F32_8::extern_type c8[4]; in main() 64 F32_8T::extern_type* c8tp; in main() 65 const F32_8T::extern_type* c_c8tp; in main() 66 F32_8T::extern_type c8t[4]; in main()
|
| H A D | wchar_t_unshift.pass.cpp | 32 std::vector<F::extern_type> to(3); in main() 35 F::extern_type* to_next = 0; in main()
|
| H A D | char32_t_char8_t_in.pass.cpp | 28 const F::extern_type from[] = u8"some text"; in main() 32 const F::extern_type* from_next = nullptr; in main()
|
| H A D | char16_t_char8_t_in.pass.cpp | 28 const F::extern_type from[] = u8"some text"; in main() 32 const F::extern_type* from_next = nullptr; in main()
|
| H A D | char32_t_char8_t_out.pass.cpp | 30 F::extern_type to[9] = {0}; in main() 33 F::extern_type* to_next = nullptr; in main()
|
| H A D | char16_t_char8_t_out.pass.cpp | 30 F::extern_type to[9] = {0}; in main() 33 F::extern_type* to_next = nullptr; in main()
|
| H A D | wchar_t_in.pass.cpp | 32 const std::basic_string<F::extern_type> from("some text"); in main() 37 const F::extern_type* from_next = 0; in main()
|
| /llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/ |
| H A D | types_char16_t_char8_t.pass.cpp | 38 static_assert(std::is_same_v<F::extern_type, char8_t>); in main()
|
| H A D | types_char32_t_char8_t.pass.cpp | 38 static_assert(std::is_same_v<F::extern_type, char8_t>); in main()
|
| H A D | types_char16_t.pass.cpp | 38 static_assert((std::is_same<F::extern_type, char>::value), ""); in main()
|
| H A D | types_wchar_t.pass.cpp | 37 static_assert((std::is_same<F::extern_type, char>::value), ""); in main()
|
| H A D | types_char32_t.pass.cpp | 38 static_assert((std::is_same<F::extern_type, char>::value), ""); in main()
|
| H A D | types_char.pass.cpp | 35 static_assert((std::is_same<F::extern_type, char>::value), ""); in main()
|