Home
last modified time | relevance | path

Searched refs:mf2 (Results 1 – 15 of 15) sorted by relevance

/external/libcxxabi/test/
Dcatch_member_function_pointer_01.pass.cpp23 typedef void (A::*mf2)() const; typedef
46 catch (mf2) in test1()
66 catch (mf2) in test2()
94 throw (mf2)0; in test_derived()
105 catch (mf2) in test_derived()
110 assert(!can_convert<mf2>((dmf1)0)); in test_derived()
116 catch (mf2) in test_derived()
129 assert(!can_convert<mf2>((dmf2)0)); in test_derived()
135 catch (mf2) in test_derived()
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
Dp21.cpp6 template<typename U> void mf2(T, U); // expected-note{{previous}}
15 void X<int>::mf2(int, int = 17) // expected-error{{default}} in mf2() function in X
19 void X<int>::mf2(int, U = U()) // expected-error{{default}} in mf2() function in X
Dp18.cpp5 void mf2();
20 void A<Y>::B<double>::mf2() { } // expected-error{{does not refer}} in mf2() function in A::B
/external/clang/test/SemaCXX/
Dattr-no-split-stack.cpp16 static void mf2() __attribute__((no_split_stack));
33 [[gnu::no_split_stack]] static void mf2();
Dattr-flatten.cpp16 static void mf2() __attribute__((flatten));
33 [[gnu::flatten]] static void mf2();
/external/clang/test/SemaTemplate/
Dmember-template-access-expr.cpp68 float* (X1::*mf2)(int) = &X1::f1<>; in test_X1() local
/external/clang/test/CXX/drs/
Ddr3xx.cpp396 void mf2();
401 …template<class Y> template<> void A<Y>::B<double>::mf2() {} // expected-error {{does not refer int…
407 void mf2();
415 …template<class Y> template<> void A<Y>::B<double>::mf2() {} // expected-error {{does not refer int…
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java1373 MessageFormat mf2 = new MessageFormat(mf.toPattern()); in testPluralFormatToPattern() local
1374 if (!mf.equals(mf2)) { in testPluralFormatToPattern()
1543 MessageFormat mf2 = new MessageFormat(mf.toPattern()); in testSelectFormatToPattern() local
1544 if (!mf.equals(mf2)) { in testSelectFormatToPattern()
1988 MessageFormat mf2 = new MessageFormat("{a} {aa} {aaa}", ULocale.ENGLISH); in TestArgIsPrefixOfAnother() local
1993 assertEquals("a aa aaa", "A AB ABC", mf2.format(args, new StringBuffer(), null).toString()); in TestArgIsPrefixOfAnother()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java1374 MessageFormat mf2 = new MessageFormat(mf.toPattern()); in testPluralFormatToPattern() local
1375 if (!mf.equals(mf2)) { in testPluralFormatToPattern()
1544 MessageFormat mf2 = new MessageFormat(mf.toPattern()); in testSelectFormatToPattern() local
1545 if (!mf.equals(mf2)) { in testSelectFormatToPattern()
1989 MessageFormat mf2 = new MessageFormat("{a} {aa} {aaa}", ULocale.ENGLISH); in TestArgIsPrefixOfAnother() local
1994 assertEquals("a aa aaa", "A AB ABC", mf2.format(args, new StringBuffer(), null).toString()); in TestArgIsPrefixOfAnother()
/external/swiftshader/src/Renderer/
DETC_Decoder.cpp317 unsigned char mf2 : 2; member
609 case 5: return mf1 << 2 | mf2; in getSingleChannelIndex()
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1982 MessageFormat mf2("{a} {aa} {aaa}", Locale::getEnglish(), errorCode); in TestArgIsPrefixOfAnother() local
1987 assertEquals("a aa aaa", "A AB ABC", mf2.format(argNames, args, 3, result.remove(), errorCode)); in TestArgIsPrefixOfAnother()
Dmeasfmttest.cpp1227 MeasureFormat mf2(mf); in TestFormatPeriodEn() local
1228 verifyFormat("en WIDE copy", mf2, fullData, UPRV_LENGTHOF(fullData)); in TestFormatPeriodEn()
/external/toolchain-utils/dejagnu/gdb_baseline/
Di686-pc-linux-gnu13016 PASS: gdb.cp/ref-params.exp: print mf2(MQ)
13019 PASS: gdb.cp/ref-params.exp: print mf2(MQR)
Dx86_64-cros-linux-gnu13251 PASS: gdb.cp/ref-params.exp: print mf2(MQ)
13254 PASS: gdb.cp/ref-params.exp: print mf2(MQR)
Darmv7a-cros-linux-gnueabi12871 PASS: gdb.cp/ref-params.exp: print mf2(MQ)
12874 PASS: gdb.cp/ref-params.exp: print mf2(MQR)