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.pass.cpp22 typedef void (A::*mf1)(); typedef
50 catch (mf1)
62 catch (mf1)
77 throw (mf1)0;
88 catch (mf1)
109 assert(!can_convert<mf1>((dmf1)0));
120 catch (mf1)
128 assert(!can_convert<mf1>((dmf2)0));
139 catch (mf1)
/external/clang/test/CXX/drs/
H A Ddr3xx.cpp395 template<class T3> void mf1(T3);
400 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
406 template<class T3> void mf1(T3);
411 template<class T> void mf1(T);
413 template<> template<> template<class T> void A<int>::B<double>::mf1(T t) {} function in class:dr336::Post::A::B
/external/swiftshader/src/Renderer/
H A DETC_Decoder.cpp310 unsigned char mf1 : 1; member in struct:__anon19539::ETC2::__anon19540::__anon19541::__anon19551
609 case 5: return mf1 << 2 | mf2;

Completed in 232 milliseconds