Searched defs:mf1 (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp18.cpp4 template<class T3> void mf1(T3);
13 void A<int>::B<double>::mf1(T t) { } function in class:A::B
16 void A<long>::B<double>::mf1(T t) { } // expected-error{{does not match}} function in class:A::B
H A Dp21.cpp5 void mf1(T);
10 void X<int>::mf1(int i = 17) // expected-error{{default}} function in class:X
25 void mf1(float);
28 void X<float>::mf1(float = 3.14f) // okay function in class:X
/external/libcxxabi/test/
H A Dcatch_member_function_pointer_01.cpp18 typedef void (A::*mf1)(); typedef
32 catch (mf1)
44 catch (mf1)
/external/chromium_org/ui/base/win/
H A Dhwnd_subclass_unittest.cc105 TestMessageFilter mf1; local
107 HWNDSubclass::AddFilterToTarget(window.hwnd(), &mf1);
114 EXPECT_TRUE(mf1.saw_message);
118 mf1.saw_message = false;
122 mf1.consume_messages = true;
124 // We are now filtering, so only the filter |mf1| should see this message:
127 EXPECT_TRUE(mf1.saw_message);
139 TestMessageFilter mf1; local
141 HWNDSubclass::AddFilterToTarget(window.hwnd(), &mf1);
145 EXPECT_TRUE(mf1
[all...]
/external/clang/test/CXX/drs/
H A Ddr3xx.cpp399 template<class T3> void mf1(T3);
404 template<> template<> template<class T> void A<int>::B<double>::mf1(T t) {} // expected-error {{does not match}} function in class:dr336::Pre::A::B
410 template<class T3> void mf1(T3);
415 template<class T> void mf1(T);
417 template<> template<> template<class T> void A<int>::B<double>::mf1(T t) {} function in class:dr336::Post::A::B

Completed in 167 milliseconds