Home
last modified time | relevance | path

Searched refs:facet (Results 1 – 25 of 47) sorted by relevance

12

/llvm-project-15.0.7/clang/test/CXX/class/class.friend/
H A Dp1.cpp71 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 D2006-01-14-CallGraphUpdate.ll3 …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 D2006-11-09-InlineCGUpdate.ll19 …%"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 D2006-11-09-InlineCGUpdate-2.ll10 …%"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 Dfacet.pass.cpp28 : 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 Dtypes.pass.cpp27 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 Dtypes.pass.cpp27 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 Dtypes.pass.cpp27 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 D2009-11-16-BadKillsCrash.ll4 %"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 D2007-04-30-LandingPadBranchFolding.ll6 …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 Dtypes.pass.cpp34 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 Dtypes.pass.cpp27 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 Dtypes.pass.cpp27 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 Dtypes.pass.cpp27 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 Ddbginfo.ll35 …%"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 Dtypes.pass.cpp31 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__locale194 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 Dtypes.pass.cpp39 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 Dtypes.pass.cpp38 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 Disl_convex_hull.c356 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 D2008-05-09-SinkOfInvoke.ll3 …%"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 Dpr1505b.ll9 …%"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 Dcrash-10438657.cpp5 class collate : public locale::facet {
/llvm-project-15.0.7/libcxx/test/libcxx/localization/locales/
H A Duse_facet.abort.pass.cpp25 struct my_facet : public std::locale::facet {
/llvm-project-15.0.7/libcxx/test/std/localization/locales/locale.global.templates/
H A Dhas_facet.pass.cpp19 : public std::locale::facet

12