Searched defs:trait (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

Completed in 96 milliseconds