Searched refs:target_type (Results 1 - 25 of 64) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/function/
H A D5.cc41 VERIFY( typeid(int X::*) == frm.target_type() );
47 VERIFY( typeid(int (X::*)()) == fr.target_type() );
53 VERIFY( typeid(int (X::*)() const) == frc.target_type() );
59 VERIFY( typeid(int (X::*)() volatile) == frv.target_type() );
66 VERIFY( typeid(int (X::*)() const volatile) == frcv.target_type() );
73 VERIFY( typeid(int X::*) == grm.target_type() );
79 VERIFY( typeid(int (X::*)()) == gr.target_type() );
85 VERIFY( typeid(int (X::*)() const) == grc.target_type() );
91 VERIFY( typeid(int (X::*)() volatile) == grv.target_type() );
98 VERIFY( typeid(int (X::*)() const volatile) == grcv.target_type() );
[all...]
H A D8.cc49 VERIFY( typeid(int X::*) == frm.target_type() );
55 VERIFY( typeid(int (X::*)()) == fr.target_type() );
61 VERIFY( typeid(int (X::*)() const) == frc.target_type() );
67 VERIFY( typeid(int (X::*)() volatile) == frv.target_type() );
74 VERIFY( typeid(int (X::*)() const volatile) == frcv.target_type() );
81 VERIFY( typeid(int X::*) == grm.target_type() );
87 VERIFY( typeid(int (X::*)()) == gr.target_type() );
93 VERIFY( typeid(int (X::*)() const) == grc.target_type() );
99 VERIFY( typeid(int (X::*)() volatile) == grv.target_type() );
106 VERIFY( typeid(int (X::*)() const volatile) == grcv.target_type() );
[all...]
H A D6.cc57 VERIFY( f.target_type() == typeid(noncopyable_function_object_type) );
63 VERIFY( g.target_type() == typeid(noncopyable_function_object_type) );
69 VERIFY( h.target_type() == typeid(noncopyable_function_object_type) );
H A D7.cc50 // target_type and target() functions
52 VERIFY( typeid(int(*)(float)) == f1.target_type() );
69 // target_type and target() functions
71 VERIFY( typeid(int(*)(float)) == f2.target_type() );
H A D1.cc78 // target_type returns typeid(void)
79 VERIFY( f1.target_type() == typeid(void) );
H A D2.cc65 // target_type and target() functions
67 VERIFY( typeid(int(*)(float)) == f1.target_type() );
H A D3.cc65 // target_type and target() functions
67 VERIFY( typeid(long(*)(double)) == f1.target_type() );
H A D4.cc67 // target_type and target() functions
69 VERIFY( typeid(do_truncate_float_t) == f1.target_type() );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/3_function_objects/function/
H A D5.cc40 VERIFY( typeid(int X::*) == frm.target_type() );
46 VERIFY( typeid(int (X::*)()) == fr.target_type() );
52 VERIFY( typeid(int (X::*)() const) == frc.target_type() );
58 VERIFY( typeid(int (X::*)() volatile) == frv.target_type() );
65 VERIFY( typeid(int (X::*)() const volatile) == frcv.target_type() );
72 VERIFY( typeid(int X::*) == grm.target_type() );
78 VERIFY( typeid(int (X::*)()) == gr.target_type() );
84 VERIFY( typeid(int (X::*)() const) == grc.target_type() );
90 VERIFY( typeid(int (X::*)() volatile) == grv.target_type() );
97 VERIFY( typeid(int (X::*)() const volatile) == grcv.target_type() );
[all...]
H A D8.cc48 VERIFY( typeid(int X::*) == frm.target_type() );
54 VERIFY( typeid(int (X::*)()) == fr.target_type() );
60 VERIFY( typeid(int (X::*)() const) == frc.target_type() );
66 VERIFY( typeid(int (X::*)() volatile) == frv.target_type() );
73 VERIFY( typeid(int (X::*)() const volatile) == frcv.target_type() );
80 VERIFY( typeid(int X::*) == grm.target_type() );
86 VERIFY( typeid(int (X::*)()) == gr.target_type() );
92 VERIFY( typeid(int (X::*)() const) == grc.target_type() );
98 VERIFY( typeid(int (X::*)() volatile) == grv.target_type() );
105 VERIFY( typeid(int (X::*)() const volatile) == grcv.target_type() );
[all...]
H A D6.cc57 VERIFY( f.target_type() == typeid(noncopyable_function_object_type) );
63 VERIFY( g.target_type() == typeid(noncopyable_function_object_type) );
69 VERIFY( h.target_type() == typeid(noncopyable_function_object_type) );
H A D7.cc49 // target_type and target() functions
51 VERIFY( typeid(int(*)(float)) == f1.target_type() );
68 // target_type and target() functions
70 VERIFY( typeid(int(*)(float)) == f2.target_type() );
H A D1.cc78 // target_type returns typeid(void)
79 VERIFY( f1.target_type() == typeid(void) );
H A D2.cc64 // target_type and target() functions
66 VERIFY( typeid(int(*)(float)) == f1.target_type() );
H A D3.cc64 // target_type and target() functions
66 VERIFY( typeid(long(*)(double)) == f1.target_type() );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/tr1/3_function_objects/function/
H A D5.cc41 VERIFY( typeid(int X::*) == frm.target_type() );
47 VERIFY( typeid(int (X::*)()) == fr.target_type() );
53 VERIFY( typeid(int (X::*)() const) == frc.target_type() );
59 VERIFY( typeid(int (X::*)() volatile) == frv.target_type() );
66 VERIFY( typeid(int (X::*)() const volatile) == frcv.target_type() );
73 VERIFY( typeid(int X::*) == grm.target_type() );
79 VERIFY( typeid(int (X::*)()) == gr.target_type() );
85 VERIFY( typeid(int (X::*)() const) == grc.target_type() );
91 VERIFY( typeid(int (X::*)() volatile) == grv.target_type() );
98 VERIFY( typeid(int (X::*)() const volatile) == grcv.target_type() );
[all...]
H A D8.cc49 VERIFY( typeid(int X::*) == frm.target_type() );
55 VERIFY( typeid(int (X::*)()) == fr.target_type() );
61 VERIFY( typeid(int (X::*)() const) == frc.target_type() );
67 VERIFY( typeid(int (X::*)() volatile) == frv.target_type() );
74 VERIFY( typeid(int (X::*)() const volatile) == frcv.target_type() );
81 VERIFY( typeid(int X::*) == grm.target_type() );
87 VERIFY( typeid(int (X::*)()) == gr.target_type() );
93 VERIFY( typeid(int (X::*)() const) == grc.target_type() );
99 VERIFY( typeid(int (X::*)() volatile) == grv.target_type() );
106 VERIFY( typeid(int (X::*)() const volatile) == grcv.target_type() );
[all...]
H A D6.cc58 VERIFY( f.target_type() == typeid(noncopyable_function_object_type) );
64 VERIFY( g.target_type() == typeid(noncopyable_function_object_type) );
70 VERIFY( h.target_type() == typeid(noncopyable_function_object_type) );
H A D7.cc50 // target_type and target() functions
52 VERIFY( typeid(int(*)(float)) == f1.target_type() );
69 // target_type and target() functions
71 VERIFY( typeid(int(*)(float)) == f2.target_type() );
H A D1.cc79 // target_type returns typeid(void)
80 VERIFY( f1.target_type() == typeid(void) );
H A D2.cc65 // target_type and target() functions
67 VERIFY( typeid(int(*)(float)) == f1.target_type() );
H A D3.cc65 // target_type and target() functions
67 VERIFY( typeid(long(*)(double)) == f1.target_type() );
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/daemons/dmeventd/plugins/snapshot/
H A Ddmeventd_snapshot.c111 char *target_type = NULL; local
126 dm_get_next_target(dmt, next, &start, &length, &target_type, &params);
127 if (!target_type)
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/daemons/dmeventd/plugins/mirror/
H A Ddmeventd_mirror.c185 char *target_type = NULL; local
195 &target_type, &params);
197 if (!target_type) {
202 if (strcmp(target_type, "mirror")) {
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/libdm/ioctl/
H A Dlibdm-compat.h58 char target_type[DM_MAX_TYPE_NAME]; member in struct:dm_target_spec_v1

Completed in 150 milliseconds

123