Searched defs:Struct2 (Results 1 – 6 of 6) sorted by relevance
55 struct Struct2 { struct56 int array[10]; // FIXME: per-declaration warning aggregated at the struct definition?75 struct Struct2 { struct76 int array[10]; // FIXME: per-declaration warning aggregated at the struct definition78 void testRefersArrayStructFieldDecl(int i) { in testRefersArrayStructFieldDecl()95 struct Struct2 { struct96 … int array[10]; // expected-warning{{'array' is an unsafe buffer that does not perform bounds}}
45 struct Struct2 { struct 46 TestMemberToNonMemberStruct2 TestMemberToNonMember() argument
7 struct Struct2 { struct13 (void)__builtin_offsetof(Struct2, /*range array=*/array[1][0]./*range f=*/field); in foo() argument
9 struct Struct2 { struct12 typedef struct Struct2 __declspec(align(16)) AlignedStruct2; argument
66 pub struct Struct2 { struct67 field: u32,68 inner: Struct1,
539 struct Struct2 { struct540 Struct array[4][2];