/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | mangle-local-class-vtables.cpp | 31 struct C : I { in G() struct 32 void F() const {} in G() 37 struct C : I { in G() struct 38 void F() const { G(); } in G() 39 void G() const {} in G() 44 struct C : I { in G() struct 45 void F() const { H(); } in G() 46 void H() const {} in G() 57 struct C : I { in K() struct 58 void F() const {} in K()
|
H A D | member-init-struct.cpp | 6 struct C { struct 11 _Complex float c; argument 13 void (C::*e)(); argument 14 C() : a(), c(), d(), e() {} in C() argument 15 C(A x) : a(x) {} in C() function 16 C(void (C::*x)(), int y) : b(), c(y), e(x) {} in C() argument
|
H A D | copy-assign-synthesis-3.cpp | 12 struct C { struct 17 _Complex float e; argument 22 void a(C& x, C& y) { in a() argument
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | SwapByteOrder.h | 70 inline unsigned char getSwappedBytes(unsigned char C) { return C; } in getSwappedBytes() 71 inline signed char getSwappedBytes(signed char C) { return C; } in getSwappedBytes() 72 inline char getSwappedBytes(char C) { return C; } in getSwappedBytes() 74 inline unsigned short getSwappedBytes(unsigned short C) { return SwapByteOrder_16(C); } in getSwappedBytes() 75 inline signed short getSwappedBytes( signed short C) { return SwapByteOrder_16(C); } in getSwappedBytes() 77 inline unsigned int getSwappedBytes(unsigned int C) { return SwapByteOrder_32(C); } in getSwappedBytes() 78 inline signed int getSwappedBytes( signed int C) { return SwapByteOrder_32(C); } in getSwappedBytes() 81 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_32(C); } in getSwappedBytes() 82 inline signed long getSwappedBytes( signed long C) { return SwapByteOrder_32(C); } in getSwappedBytes() 84 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_64(C); } in getSwappedBytes() [all …]
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | constant-expression.cpp | 20 template <int itval, Enum etval> struct C { struct 21 enum E { 35 b1 : 1, 36 b2 : eval, 37 b3 : cval, 38 b4 : ceval, 39 b5 : Struct::sval, 40 b6 : Struct::seval, 41 b7 : itval, 42 b8 : etval, [all …]
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/ |
H A D | pop_front.pass.cpp | 24 typedef std::forward_list<T> C; in main() typedef 25 typedef std::forward_list<T> C; in main() typedef 38 typedef std::forward_list<T> C; in main() typedef 52 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef 53 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef 66 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/ |
H A D | pop_front.pass.cpp | 24 typedef std::forward_list<T> C; in main() typedef 25 typedef std::forward_list<T> C; in main() typedef 38 typedef std::forward_list<T> C; in main() typedef 52 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef 53 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef 66 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/ |
H A D | grouping.pass.cpp | 29 typedef char C; in main() typedef 34 typedef wchar_t C; in main() typedef 42 typedef char C; in main() typedef 47 typedef wchar_t C; in main() typedef 55 typedef char C; in main() typedef 60 typedef wchar_t C; in main() typedef
|
H A D | thousands_sep.pass.cpp | 29 typedef char C; in main() typedef 34 typedef wchar_t C; in main() typedef 42 typedef char C; in main() typedef 47 typedef wchar_t C; in main() typedef 55 typedef char C; in main() typedef 60 typedef wchar_t C; in main() typedef
|
H A D | decimal_point.pass.cpp | 29 typedef char C; in main() typedef 34 typedef wchar_t C; in main() typedef 42 typedef char C; in main() typedef 47 typedef wchar_t C; in main() typedef 55 typedef char C; in main() typedef 60 typedef wchar_t C; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/ |
H A D | decimal_point.pass.cpp | 29 typedef char C; in main() typedef 34 typedef wchar_t C; in main() typedef 42 typedef char C; in main() typedef 47 typedef wchar_t C; in main() typedef 55 typedef char C; in main() typedef 60 typedef wchar_t C; in main() typedef
|
H A D | grouping.pass.cpp | 32 typedef char C; in main() typedef 37 typedef wchar_t C; in main() typedef 45 typedef char C; in main() typedef 50 typedef wchar_t C; in main() typedef 58 typedef char C; in main() typedef 63 typedef wchar_t C; in main() typedef
|
H A D | thousands_sep.pass.cpp | 32 typedef char C; in main() typedef 37 typedef wchar_t C; in main() typedef 45 typedef char C; in main() typedef 50 typedef wchar_t C; in main() typedef 58 typedef char C; in main() typedef 63 typedef wchar_t C; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/unord/unord.map/ |
H A D | max_load_factor.pass.cpp | 29 typedef std::unordered_map<int, std::string> C; in main() typedef 34 typedef std::unordered_map<int, std::string> C; in main() typedef 43 min_allocator<std::pair<const int, std::string>>> C; in main() typedef 49 min_allocator<std::pair<const int, std::string>>> C; in main() typedef 58 typedef std::unordered_map<int, std::string> C; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/sequences/array/array.tuple/ |
H A D | tuple_size.pass.cpp | 20 typedef std::array<T, N> C; in test() typedef 24 typedef std::array<T const, N> C; in test() typedef 28 typedef std::array<T volatile, N> C; in test() typedef 32 typedef std::array<T const volatile, N> C; in test() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/ |
H A D | default_noexcept.pass.cpp | 47 typedef std::unordered_set<MoveOnly> C; in main() typedef 52 std::equal_to<MoveOnly>, test_allocator<MoveOnly>> C; in main() typedef 57 std::equal_to<MoveOnly>, other_allocator<MoveOnly>> C; in main() typedef 61 typedef std::unordered_set<MoveOnly, some_hash<MoveOnly>> C; in main() typedef 66 some_comp<MoveOnly>> C; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/containers/unord/unord.set/unord.set.cnstr/ |
H A D | move_noexcept.pass.cpp | 43 typedef std::unordered_set<MoveOnly> C; in main() typedef 48 std::equal_to<MoveOnly>, test_allocator<MoveOnly>> C; in main() typedef 53 std::equal_to<MoveOnly>, other_allocator<MoveOnly>> C; in main() typedef 57 typedef std::unordered_set<MoveOnly, some_hash<MoveOnly>> C; in main() typedef 62 some_comp<MoveOnly>> C; in main() typedef
|
H A D | move_assign_noexcept.pass.cpp | 46 typedef std::unordered_set<MoveOnly> C; in main() typedef 51 std::equal_to<MoveOnly>, test_allocator<MoveOnly>> C; in main() typedef 56 std::equal_to<MoveOnly>, other_allocator<MoveOnly>> C; in main() typedef 60 typedef std::unordered_set<MoveOnly, some_hash<MoveOnly>> C; in main() typedef 65 some_comp<MoveOnly>> C; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/ |
H A D | dtor_noexcept.pass.cpp | 44 typedef std::unordered_multimap<MoveOnly, MoveOnly> C; in main() typedef 49 … std::equal_to<MoveOnly>, test_allocator<std::pair<const MoveOnly, MoveOnly>>> C; in main() typedef 54 … std::equal_to<MoveOnly>, other_allocator<std::pair<const MoveOnly, MoveOnly>>> C; in main() typedef 58 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>> C; in main() typedef 63 some_comp<MoveOnly>> C; in main() typedef
|
H A D | move_noexcept.pass.cpp | 43 typedef std::unordered_multimap<MoveOnly, MoveOnly> C; in main() typedef 48 … std::equal_to<MoveOnly>, test_allocator<std::pair<const MoveOnly, MoveOnly>>> C; in main() typedef 53 … std::equal_to<MoveOnly>, other_allocator<std::pair<const MoveOnly, MoveOnly>>> C; in main() typedef 57 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>> C; in main() typedef 62 some_comp<MoveOnly>> C; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/ |
H A D | dtor_noexcept.pass.cpp | 44 typedef std::unordered_map<MoveOnly, MoveOnly> C; in main() typedef 49 … std::equal_to<MoveOnly>, test_allocator<std::pair<const MoveOnly, MoveOnly>>> C; in main() typedef 54 … std::equal_to<MoveOnly>, other_allocator<std::pair<const MoveOnly, MoveOnly>>> C; in main() typedef 58 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C; in main() typedef 63 some_comp<MoveOnly>> C; in main() typedef
|
H A D | default_noexcept.pass.cpp | 47 typedef std::unordered_map<MoveOnly, MoveOnly> C; in main() typedef 52 … std::equal_to<MoveOnly>, test_allocator<std::pair<const MoveOnly, MoveOnly>>> C; in main() typedef 57 … std::equal_to<MoveOnly>, other_allocator<std::pair<const MoveOnly, MoveOnly>>> C; in main() typedef 61 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C; in main() typedef 66 some_comp<MoveOnly>> C; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/containers/unord/unord.map/unord.map.cnstr/ |
H A D | default_noexcept.pass.cpp | 47 typedef std::unordered_map<MoveOnly, MoveOnly> C; in main() typedef 52 … std::equal_to<MoveOnly>, test_allocator<std::pair<const MoveOnly, MoveOnly>>> C; in main() typedef 57 … std::equal_to<MoveOnly>, other_allocator<std::pair<const MoveOnly, MoveOnly>>> C; in main() typedef 61 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C; in main() typedef 66 some_comp<MoveOnly>> C; in main() typedef
|
H A D | move_noexcept.pass.cpp | 43 typedef std::unordered_map<MoveOnly, MoveOnly> C; in main() typedef 48 … std::equal_to<MoveOnly>, test_allocator<std::pair<const MoveOnly, MoveOnly>>> C; in main() typedef 53 … std::equal_to<MoveOnly>, other_allocator<std::pair<const MoveOnly, MoveOnly>>> C; in main() typedef 57 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C; in main() typedef 62 some_comp<MoveOnly>> C; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/ |
H A D | dtor_noexcept.pass.cpp | 44 typedef std::unordered_multimap<MoveOnly, MoveOnly> C; in main() typedef 49 … std::equal_to<MoveOnly>, test_allocator<std::pair<const MoveOnly, MoveOnly>>> C; in main() typedef 54 … std::equal_to<MoveOnly>, other_allocator<std::pair<const MoveOnly, MoveOnly>>> C; in main() typedef 58 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>> C; in main() typedef 63 some_comp<MoveOnly>> C; in main() typedef
|