OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NESTED1
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
ms-anonymous-struct.c
4
// CHECK: %struct.nested2 = type { i32, %struct.
nested1
, i32 }
5
// CHECK: %struct.
nested1
= type { i32, i32 }
6
typedef struct
nested1
{
struct
9
}
NESTED1
;
13
NESTED1
;
41
// CHECK-NEXT: getelementptr inbounds %struct.
nested1
* %{{.*}}, i32 0, i32 0
47
// CHECK-NEXT: getelementptr inbounds %struct.
nested1
* %{{.*}}, i32 0, i32 1
79
// CHECK-NEXT: getelementptr inbounds %struct.
nested1
* %{{.*}}, i32 0, i32 0
86
// CHECK-NEXT: getelementptr inbounds %struct.
nested1
* %{{.*}}, i32 0, i32 1
/external/clang/test/Sema/
MicrosoftExtensions.c
44
typedef struct
nested1
{
struct
48
}
NESTED1
;
52
NESTED1
; // expected-warning {{anonymous structs are a Microsoft extension}}
Completed in 722 milliseconds