Home
last modified time | relevance | path

Searched defs:TestMap (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_flat_map_test.cpp69 using TestMap = TestMapASVT<TypeParam, LocalAddressSpaceView>; typedef
/llvm-project-15.0.7/polly/unittests/Isl/
H A DIslTest.cpp383 isl::map TestMap{Ctx.get(), "{ [2] -> [7]; [5] -> [7] }"}; in TEST() local