Home
last modified time | relevance | path

Searched refs:LargeAllocSize (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/orc/unittests/
H A Dc_api_test.cpp66 for (size_t I = 0; I != LargeAllocSize; ++I) in TEST()
71 EXPECT_EQ(R.Size, LargeAllocSize); in TEST()
73 for (size_t I = 0; I != LargeAllocSize; ++I) in TEST()
115 char Source[LargeAllocSize]; in TEST()
116 for (size_t I = 0; I != LargeAllocSize; ++I) in TEST()
124 EXPECT_EQ(R.Size, LargeAllocSize); in TEST()
125 for (size_t I = 0; I != LargeAllocSize; ++I) in TEST()
160 char Source[LargeAllocSize]; in TEST()
161 for (size_t I = 0; I != LargeAllocSize - 1; ++I) in TEST()
163 Source[LargeAllocSize - 1] = '\0'; in TEST()
[all …]