Home
last modified time | relevance | path

Searched defs:Struct2 (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dunsafe-buffer-usage-diag-type.cpp55 struct Struct2 { struct
56 int array[10]; // FIXME: per-declaration warning aggregated at the struct definition?
75 struct Struct2 { struct
76 int array[10]; // FIXME: per-declaration warning aggregated at the struct definition
78 void testRefersArrayStructFieldDecl(int i) { in testRefersArrayStructFieldDecl()
95 struct Struct2 { struct
96 … int array[10]; // expected-warning{{'array' is an unsafe buffer that does not perform bounds}}
H A Dattr-musttail.cpp45 struct Struct2 { struct
46 TestMemberToNonMemberStruct2 TestMemberToNonMember() argument
/llvm-project/clang/test/Refactor/LocalRename/
H A DBuiltinOffsetof.cpp7 struct Struct2 { struct
13 (void)__builtin_offsetof(Struct2, /*range array=*/array[1][0]./*range f=*/field); in foo() argument
/llvm-project/clang/test/Layout/
H A Dms-aligned-array.c9 struct Struct2 { struct
12 typedef struct Struct2 __declspec(align(16)) AlignedStruct2; argument
/llvm-project/lldb/test/API/lang/rust/enum-structs/
H A Dmain.rs66 pub struct Struct2 { struct
67 field: u32,
68 inner: Struct1,
/llvm-project/clang/test/Index/Core/
H A Dindex-source.cpp539 struct Struct2 { struct
540 Struct array[4][2];