Searched refs:ShortArray (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | TrailingObjectsTest.cpp | 26 Class1(int *ShortArray, unsigned NumShorts) : NumShorts(NumShorts) { in Class1() argument 27 std::uninitialized_copy(ShortArray, ShortArray + NumShorts, in Class1() 32 static Class1 *create(int *ShortArray, unsigned NumShorts) { in create() argument 34 return new (Mem) Class1(ShortArray, NumShorts); in create()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | 2007-05-03-BadPostIndexedLd.ll | 7 %struct.ShortArray = type { %struct.cppobjtype, i32, i16* } 8 …ction], %struct.Point*, %struct.XyPoint*, i32, i8*, i8*, i16*, %struct.ShortArray, %struct.IntChun…
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | padding_c.c | 222 } ShortArray[20]; variable
|
| H A D | padding_message.cpp | 203 } ShortArray[20]; variable
|