Searched defs:mf1 (Results 1 – 8 of 8) sorted by relevance
13 void A<int>::B<double>::mf1(T t) { } in mf1() function in A::B16 void A<long>::B<double>::mf1(T t) { } // expected-error{{does not match}} in mf1() function in A::B
10 void X<int>::mf1(int i = 17) // expected-error{{default}} in mf1() function in X28 void X<float>::mf1(float = 3.14f) // okay in mf1() function in X
22 typedef void (A::*mf1)(); typedef
67 float* (X1::*mf1)(int) = &X1::f1; in test_X1() local
1986 MessageFormat mf1 = new MessageFormat( in TestArgIsPrefixOfAnother() local
1989 MessageFormat mf1 = new MessageFormat( in TestArgIsPrefixOfAnother() local
335 unsigned char mf1 : 1; member
1972 MessageFormat mf1("{0,select,a{A}ab{AB}abc{ABC}other{?}}", Locale::getEnglish(), errorCode); in TestArgIsPrefixOfAnother() local