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

/external/clang/test/CodeGenCXX/
H A DPR26569.cpp4 virtual void m_fn1();
12 // CHECK-DAG: @[[VTABLE_C:.*]] = private unnamed_addr constant [2 x i8*] [i8* bitcast (%rtti.CompleteObjectLocator* @"\01??_R4C@@6B@" to i8*), i8* bitcast (void (%class.A*)* @"\01?m_fn1@A@@EAEXXZ" to i8*)]
13 // CHECK-DAG: @[[VTABLE_B:.*]] = private unnamed_addr constant [2 x i8*] [i8* bitcast (%rtti.CompleteObjectLocator* @"\01??_R4?$B@H@@6B@" to i8*), i8* bitcast (void (%class.A*)* @"\01?m_fn1@A@@EAEXXZ" to i8*)], comdat($"\01??_S?$B@H@@6B@")
14 // CHECK-DAG: @[[VTABLE_A:.*]] = private unnamed_addr constant [2 x i8*] [i8* bitcast (%rtti.CompleteObjectLocator* @"\01??_R4A@@6B@" to i8*), i8* bitcast (void (%class.A*)* @"\01?m_fn1@A@@EAEXXZ" to i8*)], comdat($"\01??_7A@@6B@")
H A Dtype-metadata.cpp206 virtual void m_fn1();
213 void m_fn1();
223 d->m_fn1();
H A Dmicrosoft-abi-virtual-inheritance.cpp507 virtual void m_fn1();
H A Dmicrosoft-abi-member-pointers.cpp34 int T::*m_fn1() { return nullptr; } function in class:PR20017::A::T
37 auto a = &A<B>::m_fn1;
38 // 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
H A Ddllexport.cpp842 A<int> m_fn1() {} function
/external/clang/test/Analysis/
H A DPR24184.cpp22 int m_fn1() { function in struct:A
39 int e = p1->IkeHashAlg.m_fn1();
40 unsigned f = p1->IkeGType.m_fn1(), h;
63 uint32_t m_fn1() { function in struct:A_1
75 d = b->HashAlgId.m_fn1();
/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.cpp628 void m_fn1() { function in struct:testMemberExprDeclarationNameInfo::S
639 void m_fn1() { function in struct:testArraySubscriptIndex::S
/external/clang/test/SemaTemplate/
H A Ddefault-arguments-cxx0x.cpp82 template <unsigned> class A { template <unsigned = Dynamic> void m_fn1(); };
H A Dinstantiate-using-decl.cpp117 static void m_fn1() { function in struct:pr21923::Derived
/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 '['}}

Completed in 242 milliseconds