Searched refs:foo_v (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/function/
H A D43397.cc46 Foo volatile foo_v; local
55 std::function< int ( int && ) > f3( ref(foo_v) );
68 VERIFY( f7(foo_v, 0) == 7 );
H A D5.cc56 function<int(volatile X&)> frv(&X::foo_v);
60 VERIFY( *frv.target<int (X::*)() volatile >() == &X::foo_v );
88 function<int(volatile X*)> grv(&X::foo_v);
92 VERIFY( *grv.target<int (X::*)() volatile >() == &X::foo_v );
H A D8.cc40 int (X::* X_foo_v)() volatile = &X::foo_v;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/3_function_objects/function/
H A D5.cc55 function<int(volatile X&)> frv(&X::foo_v);
59 VERIFY( *frv.target<int (X::*)() volatile >() == &X::foo_v );
87 function<int(volatile X*)> grv(&X::foo_v);
91 VERIFY( *grv.target<int (X::*)() volatile >() == &X::foo_v );
H A D8.cc39 int (X::* X_foo_v)() volatile = &X::foo_v;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/tr1/3_function_objects/function/
H A D5.cc56 function<int(volatile X&)> frv(&X::foo_v);
60 VERIFY( *frv.target<int (X::*)() volatile >() == &X::foo_v );
88 function<int(volatile X*)> grv(&X::foo_v);
92 VERIFY( *grv.target<int (X::*)() volatile >() == &X::foo_v );
H A D8.cc40 int (X::* X_foo_v)() volatile = &X::foo_v;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/3_function_objects/reference_wrapper/
H A Dinvoke.cc38 int foo_v(float x) volatile { return truncate_float(x); } function in struct:X
76 int (::X::* p_foo_v)(float) volatile = &::X::foo_v;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/tr1/3_function_objects/reference_wrapper/
H A Dinvoke.cc39 int foo_v(float x) volatile { return truncate_float(x); } function in struct:X
77 int (::X::* p_foo_v)(float) volatile = &::X::foo_v;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/reference_wrapper/
H A Dinvoke.cc37 int foo_v(float x) volatile { return truncate_float(x); } function in struct:X
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/
H A Dtestsuite_tr1.h164 int foo_v() volatile { return 3; } function in struct:__gnu_test::X
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/
H A Dtestsuite_tr1.h216 int foo_v() volatile { return 3; } function in struct:__gnu_test::X

Completed in 131 milliseconds