Searched refs:trait (Results 1 - 21 of 21) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/
H A Dhas_trivial_destructor-1.C45 static const bool trait = __has_trivial_destructor(T); member in class:My2
49 const bool My2<T>::trait; member in class:My2
53 { static const bool trait = b; }; member in struct:My3_help
56 const bool My3_help<T, b>::trait; member in class:My3_help
64 { return My3_help<T>::trait; }
68 && My<T>().f() && My2<T>::trait && My3<T>().f())
71 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
H A Dis_abstract.C49 static const bool trait = __is_abstract(T); member in class:My2
53 const bool My2<T>::trait; member in class:My2
57 { static const bool trait = b; }; member in struct:My3_help
60 const bool My3_help<T, b>::trait; member in class:My3_help
68 { return My3_help<T>::trait; }
72 && My<T>().f() && My2<T>::trait && My3<T>().f())
75 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
H A Dis_class.C39 static const bool trait = __is_class(T); member in class:My2
43 const bool My2<T>::trait; member in class:My2
47 { static const bool trait = b; }; member in struct:My3_help
50 const bool My3_help<T, b>::trait; member in class:My3_help
58 { return My3_help<T>::trait; }
62 && My<T>().f() && My2<T>::trait && My3<T>().f())
65 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
H A Dis_empty.C39 static const bool trait = __is_empty(T); member in class:My2
43 const bool My2<T>::trait; member in class:My2
47 { static const bool trait = b; }; member in struct:My3_help
50 const bool My3_help<T, b>::trait; member in class:My3_help
58 { return My3_help<T>::trait; }
62 && My<T>().f() && My2<T>::trait && My3<T>().f())
65 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
H A Dis_enum.C36 static const bool trait = __is_enum(T); member in class:My2
40 const bool My2<T>::trait; member in class:My2
44 { static const bool trait = b; }; member in struct:My3_help
47 const bool My3_help<T, b>::trait; member in class:My3_help
55 { return My3_help<T>::trait; }
59 && My<T>().f() && My2<T>::trait && My3<T>().f())
62 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
H A Dis_pod.C37 static const bool trait = __is_pod(T); member in class:My2
41 const bool My2<T>::trait; member in class:My2
45 { static const bool trait = b; }; member in struct:My3_help
48 const bool My3_help<T, b>::trait; member in class:My3_help
56 { return My3_help<T>::trait; }
60 && My<T>().f() && My2<T>::trait && My3<T>().f())
63 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
H A Dis_polymorphic.C43 static const bool trait = __is_polymorphic(T); member in class:My2
47 const bool My2<T>::trait; member in class:My2
51 { static const bool trait = b; }; member in struct:My3_help
54 const bool My3_help<T, b>::trait; member in class:My3_help
62 { return My3_help<T>::trait; }
66 && My<T>().f() && My2<T>::trait && My3<T>().f())
69 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
H A Dis_union.C39 static const bool trait = __is_union(T); member in class:My2
43 const bool My2<T>::trait; member in class:My2
47 { static const bool trait = b; }; member in struct:My3_help
50 const bool My3_help<T, b>::trait; member in class:My3_help
58 { return My3_help<T>::trait; }
62 && My<T>().f() && My2<T>::trait && My3<T>().f())
65 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
H A Dhas_nothrow_constructor.C61 static const bool trait = __has_nothrow_constructor(T); member in class:My2
65 const bool My2<T>::trait; member in class:My2
70 { static const bool trait = b; }; member in struct:My3_help
73 const bool My3_help<T, b>::trait; member in class:My3_help
81 { return My3_help<T>::trait; }
85 && My<T>().f() && My2<T>::trait && My3<T>().f())
88 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
H A Dhas_trivial_assign.C60 static const bool trait = __has_trivial_assign(T); member in class:My2
64 const bool My2<T>::trait; member in class:My2
68 { static const bool trait = b; }; member in struct:My3_help
71 const bool My3_help<T, b>::trait; member in class:My3_help
79 { return My3_help<T>::trait; }
83 && My<T>().f() && My2<T>::trait && My3<T>().f())
86 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
H A Dhas_trivial_constructor.C55 static const bool trait = __has_trivial_constructor(T); member in class:My2
59 const bool My2<T>::trait; member in class:My2
63 { static const bool trait = b; }; member in struct:My3_help
66 const bool My3_help<T, b>::trait; member in class:My3_help
74 { return My3_help<T>::trait; }
78 && My<T>().f() && My2<T>::trait && My3<T>().f())
81 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
H A Dhas_trivial_copy.C60 static const bool trait = __has_trivial_copy(T); member in class:My2
64 const bool My2<T>::trait; member in class:My2
68 { static const bool trait = b; }; member in struct:My3_help
71 const bool My3_help<T, b>::trait; member in class:My3_help
79 { return My3_help<T>::trait; }
83 && My<T>().f() && My2<T>::trait && My3<T>().f())
86 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
H A Dhas_virtual_destructor.C48 static const bool trait = __has_virtual_destructor(T); member in class:My2
52 const bool My2<T>::trait; member in class:My2
56 { static const bool trait = b; }; member in struct:My3_help
59 const bool My3_help<T, b>::trait; member in class:My3_help
67 { return My3_help<T>::trait; }
71 && My<T>().f() && My2<T>::trait && My3<T>().f())
74 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
H A Dhas_nothrow_copy-1.C91 static const bool trait = __has_nothrow_copy(T); member in class:My2
95 const bool My2<T>::trait; member in class:My2
99 { static const bool trait = b; }; member in struct:My3_help
102 const bool My3_help<T, b>::trait; member in class:My3_help
110 { return My3_help<T>::trait; }
114 && My<T>().f() && My2<T>::trait && My3<T>().f())
117 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
H A Dis_base_of.C46 static const bool trait = __is_base_of(T, U); member in class:My2
50 const bool My2<T, U>::trait; member in class:My2
54 { static const bool trait = b; }; member in struct:My3_help
57 const bool My3_help<T, U, b>::trait; member in class:My3_help
65 { return My3_help<T, U>::trait; }
69 && My<T, U>().f() && My2<T, U>::trait && My3<T, U>().f())
72 && !My<T, U>().f() && !My2<T, U>::trait && !My3<T, U>().f())
H A Dhas_nothrow_assign.C101 static const bool trait = __has_nothrow_assign(T); member in class:My2
105 const bool My2<T>::trait; member in class:My2
109 { static const bool trait = b; }; member in struct:My3_help
112 const bool My3_help<T, b>::trait; member in class:My3_help
120 { return My3_help<T>::trait; }
124 && My<T>().f() && My2<T>::trait && My3<T>().f())
127 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/regression/trait/assoc/
H A Dtrait.hpp33 * @file trait.hpp
41 #include <regression/trait/erase_if_fn.hpp>
42 #include <regression/trait/assoc/to_string.hpp>
43 #include <regression/trait/assoc/type_trait.hpp>
44 #include <regression/trait/assoc/native_type_trait.hpp>
45 #include <regression/trait/assoc/resize_trait.hpp>
46 #include <regression/trait/assoc/get_set_loads_trait.hpp>
47 #include <regression/trait/assoc/get_set_load_trait.hpp>
48 #include <regression/trait/assoc/node_update_trait.hpp>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/regression/trait/priority_queue/
H A Dtrait.hpp33 * @file trait.hpp
41 #include <regression/trait/erase_if_fn.hpp>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/regression/rand/priority_queue/
H A Dcontainer_rand_regression_test.h51 #include <regression/trait/priority_queue/trait.hpp>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/regression/rand/assoc/
H A Dcontainer_rand_regression_test.h47 #include <regression/trait/assoc/trait.hpp>
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Dmsg.mi.fr440 Composant s�lectionn� : %d, trait� : %d. Prochain composant : %s.
656 Sur les %d composants trait�s, %d ont pu �tre install�s et
1081 afin que vos courriels soient trait�s correctement.

Completed in 105 milliseconds