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

  /external/clang/test/CodeGen/
tbaa-ms-abi.cpp 6 struct StructA {
10 struct StructB : virtual StructA {
tbaa-class.cpp 9 class StructA
21 StructA a;
53 uint32_t g(uint32_t *s, StructA *A, uint64_t count) {
65 uint32_t g2(uint32_t *s, StructA *A, uint64_t count) {
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) {
125 uint32_t g7(StructA *A, StructS *S, uint64_t count) {
137 uint32_t g8(StructA *A, StructS *S, uint64_t count)
    [all...]
tbaa.cpp 15 } StructA;
19 StructA a;
47 uint32_t g(uint32_t *s, StructA *A, uint64_t count) {
59 uint32_t g2(uint32_t *s, StructA *A, uint64_t count) {
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) {
119 uint32_t g7(StructA *A, StructS *S, uint64_t count) {
131 uint32_t g8(StructA *A, StructS *S, uint64_t count)
    [all...]
  /external/clang/test/Index/
complete-hiding.c 4 struct StructA { };
13 int StructA = 0;
16 struct StructA sa = { };
22 // CHECK-CC1: VarDecl:{ResultType int}{TypedText StructA} (34)
28 // CHECK-CC2: StructDecl:{TypedText StructA} (50)

Completed in 109 milliseconds