Searched refs:m_fn1 (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/SemaCXX/
H A Dmicrosoft-dtor-lookup.cpp118 virtual void m_fn1();
120 void fn1(B *b) { b->m_fn1(); }
H A Dtypo-correction.cpp621 void m_fn1() { function in struct:testMemberExprDeclarationNameInfo::S
632 void m_fn1() { function in struct:testArraySubscriptIndex::S
/external/clang/test/Parser/
H A Dcxx0x-lambda-expressions.cpp109 void m_fn1(T x = 0[0); // expected-error{{expected ']'}} expected-note{{to match this '['}}
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-member-pointers.cpp21 int T::*m_fn1() { return nullptr; } function in class:PR20017::A::T
24 auto a = &A<B>::m_fn1;
25 // CHECK-DAG: @"\01?a@PR20017@@3P8?$A@UB@PR20017@@@1@AEPQB@1@HXZQ21@" = global i8* bitcast ({ i32, i32, i32 } ({{.*}}*)* @"\01?m_fn1@?$A@UB@PR20017@@@PR20017@@QAEPQB@2@HXZ" to i8*), align 4

Completed in 102 milliseconds