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

References

include/llvm/Analysis/DominanceFrontierImpl.h
  122   if (!tmpFrontiers.empty())
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
  300     while (!LogicalDylibs.empty())
include/llvm/ExecutionEngine/Orc/RPCSerialization.h
  673     assert(M.empty() && "Expected default-constructed map to deserialize into");
include/llvm/IR/Attributes.h
  863   bool td_empty() const { return TargetDepAttrs.empty(); }
include/llvm/ProfileData/SampleProf.h
  418     if (!BodySamples.empty() &&
  419         (CallsiteSamples.empty() ||
  422     if (!CallsiteSamples.empty()) {
lib/AsmParser/LLParser.cpp
  185   if (!ForwardRefBlockAddresses.empty())
  200   if (!ForwardRefComdats.empty())
  205   if (!ForwardRefVals.empty())
  210   if (!ForwardRefValIDs.empty())
  215   if (!ForwardRefMDNodes.empty())
  275   if (!ForwardRefValueInfos.empty())
  280   if (!ForwardRefAliasees.empty())
  285   if (!ForwardRefTypeIds.empty())
 2860   if (!ForwardRefVals.empty())
 2864   if (!ForwardRefValIDs.empty())
lib/Bitcode/Reader/BitcodeReader.cpp
 1567   if (!MAttributeGroups.empty())
lib/Bitcode/Writer/BitcodeWriter.cpp
 1226     if (SectionMap.empty())                                    // Section.
lib/CodeGen/FaultMaps.cpp
   50   if (FunctionInfos.empty())
lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp
  102   if (AbbrDeclSets.empty()) {
lib/DebugInfo/DWARF/DWARFUnit.cpp
  635   if (AddrDieMap.empty())
lib/ExecutionEngine/ExecutionEngine.cpp
  222   if (!EEState.getGlobalAddressReverseMap().empty()) {
  263   if (CurVal && !EEState.getGlobalAddressReverseMap().empty())
  268   if (!EEState.getGlobalAddressReverseMap().empty()) {
  304   if (EEState.getGlobalAddressReverseMap().empty()) {
 1230       if (!LinkedGlobalsMap.empty()) {
 1273         if (!LinkedGlobalsMap.empty()) {
lib/IR/AsmWriter.cpp
 2801   if (!TIS.WPDRes.empty()) {
 2845   if (!WPDRes.ResByArg.empty()) {
lib/IR/Attributes.cpp
 1656   return !Attrs.none() || !TargetDepAttrs.empty();
lib/MC/MCAsmStreamer.cpp
 2016   if (!Tables.empty()) {
lib/MC/MCDwarf.cpp
  240   if (LineTables.empty())
lib/MC/MCParser/AsmParser.cpp
  949   if (!LineTables.empty()) {
lib/ProfileData/SampleProf.cpp
  133   if (!BodySamples.empty()) {
  147   if (!CallsiteSamples.empty()) {
lib/Support/FileCheckImpl.h
  509     return !(Substitutions.empty() && VariableDefs.empty());
lib/Target/AArch64/AArch64AsmPrinter.cpp
  264   if (HwasanMemaccessSymbols.empty())
lib/Target/ARM/ARMParallelDSP.cpp
  425   LLVM_DEBUG(if (!LoadPairs.empty()) {
lib/Target/Hexagon/HexagonConstExtenders.cpp
 1385     if (Counts.empty())
lib/Target/Hexagon/HexagonExpandCondsets.cpp
  515     if (ImpUses.empty())
lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp
  478   if (M.empty())
  545   if (M.empty())
lib/Target/Hexagon/HexagonOptAddrMode.cpp
  266         if (!phiUse.empty()) {
lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp
  608   assert(!DepChains.empty() && "No DepChains");
lib/Target/Hexagon/RDFLiveness.cpp
  542     if (!RealUses.empty())
  746       if (RUs.empty())
lib/Target/NVPTX/NVPTXUtilities.cpp
   93   if (tmp.empty()) // no annotations for this gv
lib/Target/WebAssembly/WebAssemblyLowerGlobalDtors.cpp
  101   if (DtorFuncs.empty())
lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp
  712     if (BlockingStoresDispSizeMap.empty())
lib/Transforms/IPO/SampleProfile.cpp
  816     if (M->empty())
lib/Transforms/IPO/WholeProgramDevirt.cpp
 1931   if (ExportSummary.typeIdCompatibleVtableMap().empty())
lib/Transforms/Scalar/DeadStoreElimination.cpp
  962   if (IntervalMap.empty() || !isShortenableAtTheEnd(EarlierWrite))
  983   if (IntervalMap.empty() || !isShortenableAtTheBeginning(EarlierWrite))
 1018     if (IntervalMap.empty())
lib/Transforms/Scalar/LoopRerollPass.cpp
  819   if (Roots.empty() || (Roots.size() == 1 && BaseUsers.empty()))
lib/Transforms/Scalar/Scalarizer.cpp
  315   assert(Gathered.empty() && Scattered.empty());
  827   if (Gathered.empty() && Scattered.empty())
projects/openmp/libomptarget/src/omptarget.cpp
  157   if (!Device.PendingCtorsDtors.empty()) {
tools/clang/include/clang/Basic/Diagnostic.h
  321     bool empty() const { return Files.empty(); }
tools/clang/include/clang/Sema/SemaInternal.h
  120     return CorrectionResults.empty() && ValidatedCorrections.size() == 1;
  132     if (CorrectionResults.empty())
  181     return CorrectionResults.empty() &&
  256         assert(!Set.DistanceMap.empty());
tools/clang/lib/AST/ASTContext.cpp
  203   if (CommentsInTheFile.empty())
  289   if (!CommentsInThisFile || CommentsInThisFile->empty())
  472   if (!CommentsInThisFile || CommentsInThisFile->empty() ||
tools/clang/lib/AST/ExprConstant.cpp
 2261   if (!Info.HeapAllocs.empty()) {
tools/clang/lib/AST/RawCommentList.cpp
  290   if (OrderedComments[CommentFile].empty()) {
tools/clang/lib/AST/VTableBuilder.cpp
 2179   if (!IndicesMap.empty()) {
 3628   if (!IndicesMap.empty()) {
tools/clang/lib/Basic/Diagnostic.cpp
  164   assert(Files.empty() && "not first");
  198   if (Files.empty())
tools/clang/lib/Basic/SourceManager.cpp
 1857   assert(!MacroArgsCache->empty());
tools/clang/lib/Edit/EditedSource.cpp
  415   if (FileEdits.empty())
tools/clang/lib/Frontend/CompilerInstance.cpp
 1681     if (Source == ModuleNotFound && (!HSOpts.PrebuiltModuleFiles.empty() ||
tools/clang/lib/Sema/SemaLookup.cpp
 4322   while (!CorrectionResults.empty()) {
tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp
  168   if (UninitFields.empty()) {
tools/clang/tools/arcmt-test/arcmt-test.cpp
  293   if (!resultMap.empty()) {
tools/clang/tools/clang-refactor/TestSupport.cpp
  378   if (GroupedRanges.empty()) {
tools/clang/tools/driver/cc1as_main.cpp
  412   if (!Opts.DebugPrefixMap.empty())
tools/clang/tools/extra/clang-query/Query.cpp
  136       if (MI->getMap().empty())
tools/clang/tools/extra/clang-tidy/ClangTidyModule.h
   72   bool empty() const { return Factories.empty(); }
tools/clang/tools/extra/clang-tidy/llvm/IncludeOrderCheck.cpp
   96   if (IncludeDirectives.empty())
tools/clang/unittests/Tooling/RefactoringTest.cpp
 1090   EXPECT_TRUE(FileToReplaces.empty());
tools/clang/utils/TableGen/ClangAttrEmitter.cpp
 2460       assert(!SemanticToSyntacticMap.empty() && "Empty semantic mapping list");
tools/dsymutil/DwarfLinker.cpp
 2849   if (Options.ResourceDir && !ParseableSwiftInterfaces.empty()) {
tools/lld/lib/ReaderWriter/MachO/CompactUnwindPass.cpp
  299     if (unwindLocs.empty() && dwarfFrames.empty())
  299     if (unwindLocs.empty() && dwarfFrames.empty())
tools/lld/wasm/SyntheticSections.cpp
  474   if (!comdats.empty()) {
tools/lldb/include/lldb/Breakpoint/BreakpointSiteList.h
  157     return m_bp_site_list.empty();
tools/lldb/source/Commands/CommandObjectMultiword.cpp
   35   if (!m_subcommand_dict.empty()) {
  107   if (m_subcommand_dict.empty()) {
tools/lldb/source/Expression/IRMemoryMap.cpp
   85   if (m_allocations.empty()) {
  140   if (m_allocations.empty()) {
tools/lldb/source/Host/common/TCPSocket.cpp
   77   } else if (!m_listen_sockets.empty()) {
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 1192   if (!m_alias_dict.empty() &&
 1209   if (!m_user_dict.empty() &&
 1858 bool CommandInterpreter::HasCommands() const { return (!m_command_dict.empty()); }
 1860 bool CommandInterpreter::HasAliases() const { return (!m_alias_dict.empty()); }
 1862 bool CommandInterpreter::HasUserCommands() const { return (!m_user_dict.empty()); }
tools/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
  216   if (m_watchpoint_index_map.empty()) {
  228   if (m_hw_break_index_map.empty()) {
tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
 1148   if (!m_registers.empty()) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  466   if (m_port_map.empty())
  499   if (!m_port_map.empty()) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp
  122   lldbassert(cci.m_symbols_by_va.empty() &&
  149   if (cci.m_symbols_by_va.empty())
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
 2009   if (m_sec_contribs.empty()) {
tools/lldb/source/Symbol/UnwindTable.cpp
  123   if (!m_unwinds.empty()) {
tools/lldb/source/Target/Memory.cpp
   59   if (!m_L1_cache.empty()) {
   73   if (!m_L2_cache.empty()) {
  137   if (!m_L1_cache.empty()) {
tools/lldb/source/Target/SectionLoadHistory.cpp
   19   return m_stop_id_to_section_load_list.empty();
   29   if (m_stop_id_to_section_load_list.empty())
   38   if (!m_stop_id_to_section_load_list.empty()) {
tools/lldb/source/Target/SectionLoadList.cpp
   39   return m_addr_to_sect.empty();
  212   if (!m_addr_to_sect.empty()) {
tools/lldb/source/Target/Target.cpp
 2561   if (m_stop_hooks.empty())
tools/lldb/source/Target/UnixSignals.cpp
  175   if (m_signals.empty())
tools/lldb/source/Utility/Broadcaster.cpp
   90   if (event_mask && !m_event_names.empty()) {
tools/lldb/tools/lldb-server/lldb-platform.cpp
  311     if (!gdbserver_portmap.empty()) {
tools/llvm-lto2/llvm-lto2.cpp
  321   if (!CommandLineResolutions.empty()) {
tools/llvm-objdump/llvm-objdump.cpp
 1157   if (AllSymbols.empty() && Obj->isELF())
utils/TableGen/AsmMatcherEmitter.cpp
 2678   if (!Info.SubtargetFeatures.empty()) {
 2734   if (AliasesFromMnemonic.empty())
utils/TableGen/CodeGenDAGPatterns.cpp
 3195   assert(!SDNodes.empty() && "No SDNodes parsed?");
 3744   if (!InstInputs.empty())
utils/TableGen/CodeGenRegisters.cpp
 1354     if (Map1.empty() || Map2.empty())
 1354     if (Map1.empty() || Map2.empty())
 1430     if (Idx.getComposites().empty()) {
 1454     if (Composites.empty()) {
 1471         if (!Idx2.getComposites().empty())
 1486         assert(Composite->getComposites().empty());
 2055       if (!SubReg->getSubRegs().empty())
utils/TableGen/InfoByHwMode.h
   79   bool empty() const { return Map.empty(); }
  130     return !Map.empty();
utils/TableGen/InstrInfoEmitter.cpp
  291   if (!Operands.empty()) {
utils/TableGen/SequenceToOffsetTable.h
   83   bool empty() const { return Seqs.empty(); }
utils/TableGen/WebAssemblyDisassemblerEmitter.cpp
   97     if (PrefixPair.second.empty())
  163     if (PrefixPair.second.empty() || !PrefixPair.first)
utils/benchmark/src/console_reporter.cc
   58   if(!run.counters.empty()) {