Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/orc/unittests/
H A Dc_api_test.cpp36 for (size_t I = 0; I != SmallAllocSize; ++I) in TEST()
41 EXPECT_EQ(R.Size, SmallAllocSize); in TEST()
42 for (size_t I = 0; I != SmallAllocSize; ++I) in TEST()
94 char Source[SmallAllocSize]; in TEST()
95 for (size_t I = 0; I != SmallAllocSize; ++I) in TEST()
103 EXPECT_EQ(R.Size, SmallAllocSize); in TEST()
104 for (size_t I = 0; I != SmallAllocSize; ++I) in TEST()
136 char Source[SmallAllocSize]; in TEST()
137 for (size_t I = 0; I != SmallAllocSize - 1; ++I) in TEST()
139 Source[SmallAllocSize - 1] = '\0'; in TEST()
[all …]