HomeSort by relevance Sort by last modified time
    Searched refs:mf1 (Results 1 - 13 of 13) sorted by null

  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p21.cpp 5 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
p18.cpp 4 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
  /external/libcxxabi/test/
catch_member_function_pointer_01.pass.cpp 22 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)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
catch_member_function_pointer_01.pass.cpp 22 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/SemaCXX/
attr-flatten.cpp 15 void mf1() __attribute__((flatten));
32 [[gnu::flatten]] void mf1();
attr-no-split-stack.cpp 15 void mf1() __attribute__((no_split_stack));
32 [[gnu::no_split_stack]] void mf1();