Searched refs:fooA (Results 1 – 8 of 8) sorted by relevance
111 MyClassA fooA; VERIFY(size_t(fooA.avec.data())%ALIGNMENT==0); in test_dynalloc() local118 MyClassA *fooA = new MyClassA(); VERIFY(size_t(fooA->avec.data())%ALIGNMENT==0); in test_dynalloc() local120 delete fooA; in test_dynalloc()128 MyClassA *fooA = new MyClassA[N]; VERIFY(size_t(fooA->avec.data())%ALIGNMENT==0); in test_dynalloc() local130 delete[] fooA; in test_dynalloc()
109 MyClassA fooA; VERIFY(std::size_t(fooA.avec.data())%ALIGNMENT==0); in test_eigen2_dynalloc() local116 MyClassA *fooA = new MyClassA(); VERIFY(std::size_t(fooA->avec.data())%ALIGNMENT==0); in test_eigen2_dynalloc() local118 delete fooA; in test_eigen2_dynalloc()126 MyClassA *fooA = new MyClassA[N]; VERIFY(std::size_t(fooA->avec.data())%ALIGNMENT==0); in test_eigen2_dynalloc() local128 delete[] fooA; in test_eigen2_dynalloc()
187 // 'SelfUsedInParentChild' if it's called from fooA.202 + (int)fooA; class206 + (int)fooA { class211 return 5/[SelfUsedInParentChild fooA];
400 A fooA();418 A j = (fooA(), A()); in test0()423 A k = (A(), fooA()); in test0()
34 void fooA() { in fooA() function
14 .long fooA@TLSGD
219 Signature fooA = new Signature(Foo.class.getDeclaredMethod( in testSignature() local226 assertEquals(fooA.hashCode(), barA.hashCode()); in testSignature()228 assertEquals(fooA, barA); in testSignature()
590 LateFoo fooA; in late_bad_0() local592 fooA.mu.Lock(); in late_bad_0()596 fooA.mu.Unlock(); in late_bad_0()