reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/SparseBitVector.h
  283     if (Elements.empty()) {
  340       if (BitVector->Elements.empty()) {
  472     if (Elements.empty())
  487     if (Elements.empty())
  510     if (Elements.empty()) {
  566     if (RHS.Elements.empty())
  596     if (Elements.empty() && RHS.Elements.empty())
  596     if (Elements.empty() && RHS.Elements.empty())
  650     if (Elements.empty() || RHS.Elements.empty())
  650     if (Elements.empty() || RHS.Elements.empty())
  706     if (RHS1.Elements.empty())
  748     if (Elements.empty() && RHS.Elements.empty())
  748     if (Elements.empty() && RHS.Elements.empty())
  780     if (Elements.empty())
  788     if (Elements.empty())
  796     return Elements.empty();
include/llvm/IR/PassManager.h
  917     if (ResultsList.empty())
include/llvm/XRay/Profile.h
  143   bool empty() const { return Blocks.empty(); }
lib/CodeGen/ScheduleDAGInstrs.cpp
  715       return (mapEntry.second.empty()); });
lib/Support/FileCheck.cpp
 1656         if (MatchRanges.empty())
lib/Target/AMDGPU/GCNRegBankReassign.cpp
  767   while (!Candidates.empty()) {
lib/Target/AMDGPU/SIMemoryLegalizer.cpp
 1125   if (AtomicPseudoMIs.empty())
lib/Target/PowerPC/PPCISelLowering.cpp
12233   while (!PromOpHandles.empty()) {
12486   while (!PromOpHandles.empty()) {
lib/Transforms/Scalar/LoopDistribute.cpp
  292     if (PartitionContainer.empty() || !PartitionContainer.back().hasDepCycle())
  451     assert(!PartitionContainer.empty() && "at least two partitions expected");
lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
  721   while (!Candidates.empty()) {
lib/Transforms/Vectorize/VPlanPredicator.cpp
   86   if (Worklist.empty())
projects/openmp/libomptarget/src/omptarget.cpp
  160       if (!lib.second.PendingCtors.empty()) {
projects/openmp/libomptarget/src/rtl.cpp
  353         if (Device.PendingCtorsDtors[desc].PendingCtors.empty()) {
tools/clang/lib/AST/VTableBuilder.cpp
 3455   if (FullPaths.empty())
tools/clang/lib/Analysis/PathDiagnostic.cpp
  142   if (!D || D->path.empty())
tools/clang/lib/Format/TokenAnnotator.h
   48     assert(!Line.Tokens.empty());
tools/clang/lib/Format/UnwrappedLineParser.cpp
  145     else if (!Parser.Line->Tokens.empty())
  154     if (!Parser.Line->Tokens.empty()) {
  157     assert(Parser.Line->Tokens.empty());
 2421     if (Line->Tokens.empty()) {
 2472   if (Line->Tokens.empty())
 2504   if (Line.Tokens.empty())
 2607   bool JustComments = Line->Tokens.empty();
 2710       bool SwitchToPreprocessorLines = !Line->Tokens.empty();
tools/clang/lib/Frontend/CompilerInstance.cpp
   68   assert(OutputFiles.empty() && "Still output files in flight?");
tools/clang/lib/Sema/SemaCodeComplete.cpp
 1056   assert(!ShadowMaps.empty() && "Must enter into a results scope");
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 2053   if (!Construct.PD->path.empty()) {
 3004     if (PD->path.empty()) {
 3146   if (Path.empty())
 3159   if (PD.path.empty())
tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
  182   assert(!path.empty());
tools/gold/gold-plugin.cpp
 1078   if (Modules.empty())
tools/lld/COFF/Driver.cpp
  860   bool didWork = !taskQueue.empty();
  861   while (!taskQueue.empty()) {
tools/lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h
   35   bool HasRegexEntries() const { return !m_entries.empty(); }
tools/lldb/source/Breakpoint/WatchpointList.cpp
   56   if (!m_watchpoints.empty()) {
   74   if (!m_watchpoints.empty()) {
tools/lldb/source/Core/ModuleList.cpp
  992   return errors.empty();
tools/lldb/source/DataFormatters/TypeCategoryMap.cpp
  120   for (Position p = First; !m_active_categories.empty(); p++) {
tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.h
  117   bool ModulesDidLoad() const { return !m_added_soentries.empty(); }
  121   bool ModulesDidUnload() const { return !m_removed_soentries.empty(); }
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h
  110   bool ModulesDidLoad() const { return !m_added_soentries.empty(); }
  114   bool ModulesDidUnload() const { return !m_removed_soentries.empty(); }
tools/lldb/source/Utility/Listener.cpp
  275   if (m_events.empty())
tools/llvm-lto2/llvm-lto2.cpp
  309         if (I->second.empty())
tools/llvm-pdbutil/LinePrinter.cpp
   41   if (!IncludeFilters.empty() && !any_of(IncludeFilters, match_pred))
tools/llvm-rtdyld/llvm-rtdyld.cpp
  689   while (!Worklist.empty()) {
tools/polly/include/polly/ScopInfo.h
 2146   bool isEmpty() const { return Stmts.empty(); }
usr/include/c++/7.4.0/bits/list.tcc
  137 	if (!__tmp.empty())
  484 		    __counter != __fill && !__counter->empty();
  494 	    while ( !empty() );
  570 			__counter != __fill && !__counter->empty();
  580 		while ( !empty() );
usr/include/c++/7.4.0/bits/stl_list.h
 1429 	if (!__x.empty())
 1841 	if (__x.empty())
utils/TableGen/CodeGenRegisters.cpp
 2129   assert(!RegClasses.empty());
 2247     assert(!RegClasses.empty());
 2285   assert(!RegClasses.empty());
utils/TableGen/RegisterInfoEmitter.cpp
  136   if (!RegisterClasses.empty()) {
 1180   if (!RegisterClasses.empty()) {
 1267   if (!RegisterClasses.empty()) {