HomeSort by relevance Sort by last modified time
    Searched refs:StructB (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CodeGen/
tbaa-ms-abi.cpp 10 struct StructB : virtual StructA {
11 StructB();
14 StructB::StructB() {
tbaa-class.cpp 17 class StructB
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);
tbaa.cpp 21 } StructB;
25 StructB b;
31 StructB b;
71 uint32_t g3(StructA *A, StructB *B, uint64_t count) {
83 uint32_t g4(StructA *A, StructB *B, uint64_t count) {
95 uint32_t g5(StructA *A, StructB *B, uint64_t count) {
107 uint32_t g6(StructA *A, StructB *B, uint64_t count) {
187 StructB *b1 = &(C->b);
188 StructB *b2 = &(D->b);
  /external/clang/test/Index/
complete-hiding.c 5 struct StructB { };
14 struct StructB { };
29 // CHECK-CC2-NOT: StructDecl:{TypedText StructB} (50)

Completed in 303 milliseconds