Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp18.cpp13 void A<int>::B<double>::mf1(T t) { } in mf1() function in A::B
16 void A<long>::B<double>::mf1(T t) { } // expected-error{{does not match}} in mf1() function in A::B
H A Dp21.cpp10 void X<int>::mf1(int i = 17) // expected-error{{default}} in mf1() function in X
28 void X<float>::mf1(float = 3.14f) // okay in mf1() function in X
/llvm-project/libcxxabi/test/
H A Dcatch_member_function_pointer_01.pass.cpp21 typedef void (A::*mf1)(); typedef
/llvm-project/clang/test/SemaObjC/
H A Dattr-swift-async.m32 SA(none) void mf1(); field
/llvm-project/clang/test/SemaTemplate/
H A Dmember-template-access-expr.cpp67 float* (X1::*mf1)(int) = &X1::f1; in test_X1() local