reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1060 assert(!empty() && "Empty IntervalMap has no start"); 1066 assert(!empty() && "Empty IntervalMap has no stop"); 1073 if (empty() || Traits::startLess(x, start()) || Traits::stopLess(stop(), x)) 1925 if (IM.empty()) { 2101 : posA(b.empty() ? a.end() : a.find(b.start())),include/llvm/CodeGen/LiveIntervalUnion.h
76 bool empty() const { return Segments.empty(); }
lib/CodeGen/SplitKit.cpp 396 if (RegAssign.empty()) {
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp 1685 if (ObjectType == ObjectFile::Type::eTypeObjectFile && Segments.empty() && (H.sh_flags & SHF_ALLOC)) {
unittests/ADT/IntervalMapTest.cpp24 EXPECT_TRUE(map.empty()); 59 EXPECT_FALSE(map.empty()); 151 EXPECT_TRUE(map.empty()); 160 EXPECT_FALSE(map.empty()); 366 EXPECT_TRUE(map.empty()); 384 EXPECT_FALSE(map.empty()); 502 EXPECT_FALSE(map.empty()); 509 EXPECT_TRUE(map.empty()); 523 EXPECT_FALSE(map.empty()); 585 EXPECT_TRUE(map.empty()); 606 EXPECT_FALSE(map.empty());