Searched refs:fooA (Results 1 – 9 of 9) sorted by relevance
152 MyClassA fooA; VERIFY(internal::UIntPtr(fooA.avec.data())%ALIGNMENT==0); in test_dynalloc() local159 MyClassA *fooA = new MyClassA(); VERIFY(internal::UIntPtr(fooA->avec.data())%ALIGNMENT==0); in test_dynalloc() local161 delete fooA; in test_dynalloc()169 MyClassA *fooA = new MyClassA[N]; VERIFY(internal::UIntPtr(fooA->avec.data())%ALIGNMENT==0); in test_dynalloc() local171 delete[] fooA; in test_dynalloc()
55 Symbol: fooA68 - Name: fooA89 # CHECK-NEXT: 0x1000 R_X86_64_PC32 fooA 0x13
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
274 Signature fooA = new Signature(Foo.class.getDeclaredMethod("a", String.class, int.class)); in testSignature() local279 assertEquals(fooA.hashCode(), barA.hashCode()); in testSignature()281 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()