Searched refs:const_range (Results 1 – 5 of 5) sorted by relevance
914 const_range = const_map_.equal_range(key); in TEST_F() local915 EXPECT_TRUE(const_map_.find(key) == const_range.first); in TEST_F()916 EXPECT_TRUE(++const_map_.find(key) == const_range.second); in TEST_F()918 const_range = const_map_.equal_range(key_missing); in TEST_F()919 EXPECT_TRUE(const_map_.end() == const_range.first); in TEST_F()920 EXPECT_TRUE(const_map_.end() == const_range.second); in TEST_F()
215 typedef iterator_range<const_iterator> const_range; typedef in llvm::sroa::AllocaSlices
252 using const_range = iterator_range<const_iterator>; typedef in llvm::sroa::AllocaSlices
241 using const_range = iterator_range<const_iterator>; typedef in llvm::sroa::AllocaSlices
676 - st/nine: Propagate const_range to context