Searched refs:StructB (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/CodeGen/
H A Dtbaa-ms-abi.cpp10 struct StructB : virtual StructA { struct in inherits:StructA
11 StructB();
14 StructB::StructB() { function in class:StructB
H A Dtbaa-class.cpp17 class StructB class
28 StructB b;
35 StructB b;
77 uint32_t g3(StructA *A, StructB *B, uint64_t count) {
89 uint32_t g4(StructA *A, StructB *B, uint64_t count) {
101 uint32_t g5(StructA *A, StructB *B, uint64_t count) {
113 uint32_t g6(StructA *A, StructB *B, uint64_t count) {
193 StructB *b1 = &(C->b);
194 StructB *b2 = &(D->b);
H A Dtbaa.cpp25 } StructB; typedef in typeref:struct:__anon2621
29 StructB b;
35 StructB b;
75 uint32_t g3(StructA *A, StructB *B, uint64_t count) {
87 uint32_t g4(StructA *A, StructB *B, uint64_t count) {
99 uint32_t g5(StructA *A, StructB *B, uint64_t count) {
111 uint32_t g6(StructA *A, StructB *B, uint64_t count) {
191 StructB *b1 = &(C->b);
192 StructB *b2 = &(D->b);
/external/clang/test/Index/
H A Dcomplete-hiding.c5 struct StructB { }; struct
14 struct StructB { }; struct
29 // CHECK-CC2-NOT: StructDecl:{TypedText StructB} (50)
/external/skia/tests/
H A DRefCntTest.cpp322 struct StructB;
324 sk_sp<StructB> b;
327 struct StructB : public SkRefCnt { struct in inherits:SkRefCnt
329 ~StructB() override {} // Some clang versions don't emit this implicitly.
334 a->b.reset(new StructB);
/external/skqp/tests/
H A DRefCntTest.cpp322 struct StructB;
324 sk_sp<StructB> b;
327 struct StructB : public SkRefCnt { struct in inherits:SkRefCnt
329 ~StructB() override {} // Some clang versions don't emit this implicitly.
334 a->b.reset(new StructB);

Completed in 171 milliseconds