Searched refs:ShortArray (Results 1 - 3 of 3) sorted by relevance

/external/llvm/unittests/Support/
H A DTrailingObjectsTest.cpp27 Class1(int *ShortArray, unsigned NumShorts) : NumShorts(NumShorts) { argument
28 std::uninitialized_copy(ShortArray, ShortArray + NumShorts,
33 static Class1 *create(int *ShortArray, unsigned NumShorts) { argument
35 return new (Mem) Class1(ShortArray, NumShorts);
/external/clang/test/Analysis/
H A Dpadding_message.cpp120 } ShortArray[20]; variable in typeref:struct:SmallArrayShortSandwich
H A Dpadding_c.c210 } ShortArray[20]; variable in typeref:struct:SmallArrayShortSandwich

Completed in 304 milliseconds