llvm-project/llvm/unittests/ProfileData
Kazu Hirata 589725f6e8 [llvm] Use std::size (NFC)
std::size, introduced in C++17, allows us to directly obtain the
number of elements of an array.
2022-11-26 13:47:32 -08:00
..
CMakeLists.txt ProfileDataTests: fix BUILD_SHARED_LIBS build 2022-02-09 12:27:13 +03:00
CoverageMappingTest.cpp [llvm] Use std::size instead of llvm::array_lengthof 2022-09-08 09:01:53 -06:00
InstrProfDataTest.cpp
InstrProfTest.cpp [llvm] Use std::size (NFC) 2022-11-26 13:47:32 -08:00
MemProfTest.cpp [llvm] Use value instead of getValue (NFC) 2022-07-13 23:11:56 -07:00
SampleProfTest.cpp