reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
48 if (llvm::empty(TheU->getUnitDie().values())) 72 if (llvm::empty(TheU->getUnitDie().values()))lib/CodeGen/GlobalISel/LegalizerInfo.cpp
436 assert(!llvm::empty(Opcodes) && Opcodes.begin() + 1 != Opcodes.end() &&
tools/clang/lib/Sema/SemaCodeComplete.cpp1200 if (!llvm::empty(Candidate.specific_attrs<EnableIfAttr>()) || 1201 !llvm::empty(Incumbent.specific_attrs<EnableIfAttr>()))unittests/ADT/STLExtrasTest.cpp
368 EXPECT_TRUE(llvm::empty(V)); 370 EXPECT_FALSE(llvm::empty(V)); 374 EXPECT_TRUE(llvm::empty(E)); 375 EXPECT_FALSE(llvm::empty(NotE)); 378 EXPECT_TRUE(llvm::empty(R0)); 380 EXPECT_FALSE(llvm::empty(R1));