| /llvm-project-15.0.7/clang/test/CXX/class/class.friend/ |
| H A D | p1.cpp | 71 class facet; 72 friend class facet; // should not assert 73 class facet {}; class in A
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | 2006-01-14-CallGraphUpdate.ll | 3 …struct.std::__codecvt_abstract_base<char,char,__mbstate_t>" = type { %"struct.std::locale::facet" } 9 …td::locale::_Impl" = type { i32, %"struct.std::locale::facet"**, i32, %"struct.std::locale::facet"… 10 %"struct.std::locale::facet" = type { i32 (...)**, i32 }
|
| H A D | 2006-11-09-InlineCGUpdate.ll | 19 …%"struct.std::__codecvt_abstract_base<char,char,__mbstate_t>" = type { %"struct.std::locale::facet… 22 …%"struct.std::basic_fstream<char,std::char_traits<char> >" = type { { %"struct.std::locale::facet"… 23 …eam<wchar_t,std::char_traits<wchar_t> >" = type { { %"struct.std::locale::facet", %"struct.__gnu_c… 26 …tream<wchar_t,std::char_traits<wchar_t> >" = type { %"struct.std::locale::facet", %"struct.__gnu_c… 36 %"struct.std::collate<char>" = type { %"struct.std::locale::facet", %struct.__locale_struct* } 47 …td::locale::_Impl" = type { i32, %"struct.std::locale::facet"**, i32, %"struct.std::locale::facet"… 48 %"struct.std::locale::facet" = type { i32 (...)**, i32 }
|
| H A D | 2006-11-09-InlineCGUpdate-2.ll | 10 …%"struct.std::__codecvt_abstract_base<char,char,__mbstate_t>" = type { %"struct.std::locale::facet… 14 …%"struct.std::basic_iostream<char,std::char_traits<char> >" = type { %"struct.std::locale::facet",… 28 …td::locale::_Impl" = type { i32, %"struct.std::locale::facet"**, i32, %"struct.std::locale::facet"… 29 %"struct.std::locale::facet" = type { i32 (...)**, i32 }
|
| /llvm-project-15.0.7/libcxx/test/libcxx/localization/locales/locale/locale.types/locale.facet/ |
| H A D | facet.pass.cpp | 28 : public std::locale::facet 32 : std::locale::facet(refs) in my_facet()
|
| /llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.time/locale.time.put/ |
| H A D | types.pass.cpp | 27 static_assert((std::is_base_of<std::locale::facet, std::time_put<char> >::value), ""); in main() 28 static_assert((std::is_base_of<std::locale::facet, std::time_put<wchar_t> >::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/ |
| H A D | types.pass.cpp | 27 static_assert((std::is_base_of<std::locale::facet, std::num_get<char> >::value), ""); in main() 28 static_assert((std::is_base_of<std::locale::facet, std::num_get<wchar_t> >::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/ |
| H A D | types.pass.cpp | 27 static_assert((std::is_base_of<std::locale::facet, std::num_put<char> >::value), ""); in main() 32 static_assert((std::is_base_of<std::locale::facet, std::num_put<wchar_t> >::value), ""); in main()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Generic/ |
| H A D | 2009-11-16-BadKillsCrash.ll | 4 %"struct.std::__ctype_abstract_base<wchar_t>" = type { %"struct.std::locale::facet" } 9 %"struct.std::ctype<char>" = type { %"struct.std::locale::facet", i32*, i8, i32*, i32*, i16*, i8, [… 14 …td::locale::_Impl" = type { i32, %"struct.std::locale::facet"**, i32, %"struct.std::locale::facet"… 15 %"struct.std::locale::facet" = type { i32 (...)**, i32 }
|
| H A D | 2007-04-30-LandingPadBranchFolding.ll | 6 …td::locale::_Impl" = type { i32, %"struct.std::locale::facet"**, i32, %"struct.std::locale::facet"… 7 %"struct.std::locale::facet" = type { i32 (...)**, i32 }
|
| /llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.time/locale.time.get/ |
| H A D | types.pass.cpp | 34 static_assert((std::is_base_of<std::locale::facet, std::time_get<char> >::value), ""); in main() 35 static_assert((std::is_base_of<std::locale::facet, std::time_get<wchar_t> >::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/ |
| H A D | types.pass.cpp | 27 static_assert((std::is_base_of<std::locale::facet, std::money_put<char> >::value), ""); in main() 33 static_assert((std::is_base_of<std::locale::facet, std::money_put<wchar_t> >::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.messages/locale.messages/ |
| H A D | types.pass.cpp | 27 static_assert((std::is_base_of<std::locale::facet, std::messages<char> >::value), ""); in main() 33 static_assert((std::is_base_of<std::locale::facet, std::messages<wchar_t> >::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/ |
| H A D | types.pass.cpp | 27 static_assert((std::is_base_of<std::locale::facet, std::money_get<char> >::value), ""); in main() 33 static_assert((std::is_base_of<std::locale::facet, std::money_get<wchar_t> >::value), ""); in main()
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | dbginfo.ll | 35 …%"struct.std::ctype<char>" = type { %"struct.std::locale::facet", i32*, i8, i32*, i32*, i32*, i8, … 42 …td::locale::_Impl" = type { i32, %"struct.std::locale::facet"**, i32, %"struct.std::locale::facet"… 43 %"struct.std::locale::facet" = type { i32 (...)**, i32 } 44 …,std::istreambuf_iterator<char, std::char_traits<char> > >" = type { %"struct.std::locale::facet" } 45 …,std::ostreambuf_iterator<char, std::char_traits<char> > >" = type { %"struct.std::locale::facet" }
|
| /llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct/ |
| H A D | types.pass.cpp | 31 static_assert((std::is_base_of<std::locale::facet, std::moneypunct<char> >::value), ""); in main() 39 static_assert((std::is_base_of<std::locale::facet, std::moneypunct<wchar_t> >::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | __locale | 194 virtual ~facet(); 196 // facet(const facet&) = delete; // effectively done in __shared_count 259 : public locale::facet 561 : public locale::facet, 958 : public locale::facet, 1045 : public locale::facet, 1129 : public locale::facet, 1217 : public locale::facet, 1305 : public locale::facet, 1706 : public locale::facet [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.collate/locale.collate/ |
| H A D | types.pass.cpp | 39 static_assert((std::is_base_of<std::locale::facet, std::collate<char> >::value), ""); in main() 51 static_assert((std::is_base_of<std::locale::facet, std::collate<wchar_t> >::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct/ |
| H A D | types.pass.cpp | 38 static_assert((std::is_base_of<std::locale::facet, std::numpunct<char> >::value), ""); in main() 50 static_assert((std::is_base_of<std::locale::facet, std::numpunct<wchar_t> >::value), ""); in main()
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_convex_hull.c | 356 isl_seq_combine(facet, num, facet, den, ridge, dim); in isl_set_wrap_facet() 368 return facet; in isl_set_wrap_facet() 507 facet = isl_basic_set_preimage(facet, Q); in compute_facet() 508 if (facet && facet->n_eq != 0) in compute_facet() 511 return facet; in compute_facet() 513 isl_basic_set_free(facet); in compute_facet() 556 facet = isl_basic_set_add_eq(facet, hull->ineq[i]); in extend() 557 facet = isl_basic_set_gauss(facet, NULL); in extend() 558 facet = isl_basic_set_normalize_constraints(facet); in extend() 563 if (!facet || !hull_facet) in extend() [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | 2008-05-09-SinkOfInvoke.ll | 3 …%"struct.std::ctype<char>" = type { %"struct.std::locale::facet", i32*, i8, i32*, i32*, i16*, i8, … 4 %"struct.std::locale::facet" = type { i32 (...)**, i32 }
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | pr1505b.ll | 9 …%"struct.std::ctype<char>" = type { %"struct.std::locale::facet", ptr, i8, ptr, ptr, ptr, i8, [256… 16 %"struct.std::locale::facet" = type { ptr, i32 } 17 …,std::istreambuf_iterator<char, std::char_traits<char> > >" = type { %"struct.std::locale::facet" }
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | crash-10438657.cpp | 5 class collate : public locale::facet {
|
| /llvm-project-15.0.7/libcxx/test/libcxx/localization/locales/ |
| H A D | use_facet.abort.pass.cpp | 25 struct my_facet : public std::locale::facet {
|
| /llvm-project-15.0.7/libcxx/test/std/localization/locales/locale.global.templates/ |
| H A D | has_facet.pass.cpp | 19 : public std::locale::facet
|