|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/iterator.h 263 bool operator==(const DerivedT &RHS) const { return I == RHS.I; }
include/llvm/Analysis/DominanceFrontier.h 88 assert(find(BB) == end() && "Block already in DominanceFrontier!");
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h 129 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
136 if (I == Allocs.end())
237 if (I == Allocators.end())
247 if (I == IndirectStubsOwners.end())
261 if (StubOwnerItr == IndirectStubsOwners.end())
379 if (I == Allocators.end())
400 if (I == Allocators.end())
include/llvm/ExecutionEngine/Orc/RPCSerialization.h 383 if (SI == Serializers.end())
include/llvm/ExecutionEngine/Orc/RPCUtils.h 1221 if (I == LocalFunctionIds.end())
include/llvm/Support/Automaton.h 227 if (I == M->end())
lib/Analysis/SyncDependenceAnalysis.cpp 169 if (It == DefMap.end()) {
193 if (ItLastDef == DefMap.end()) {
314 const auto *HeaderDefBlock = (ItHeaderDef == DefMap.end()) ? nullptr : ItHeaderDef->second;
lib/AsmParser/LLParser.cpp 5550 if (Blocks == P.ForwardRefBlockAddresses.end())
lib/BinaryFormat/AMDGPUMetadataVerifier.cpp 70 if (Entry == MapNode.end())
lib/Bitcode/Writer/BitcodeWriter.cpp 491 if (VMI == GUIDToValueIdMap.end())
lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp 226 if (I == RegVars.end())
lib/CodeGen/AsmPrinter/DwarfFile.cpp 109 if (Cached == ScopeVars.Args.end())
lib/CodeGen/MIRVRegNamerUtils.cpp 203 if (VRegRenameMap.find(Reg) == VRegRenameMap.end()) {
lib/DebugInfo/DWARF/DWARFUnit.cpp 638 if (R == AddrDieMap.begin())
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp 266 if (ExFunc Fn = (FI == ExportedFunctions->end()) ? lookupFunction(F)
lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.h 202 if (I == AddrToCanonicalSymbol.begin())
lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp 173 if (I == DylibResources.end()) {
lib/ExecutionEngine/Orc/IndirectionUtils.cpp 89 if (I == AddrToSymbol.end()) {
lib/ExecutionEngine/Orc/LazyReexports.cpp 48 if (I == Reexports.end())
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h 157 if (Stub == Stubs.end()) {
lib/MC/MCCodeView.cpp 313 if (I == MCCVLineStartStop.end())
lib/Object/WindowsResource.cpp 266 if (TypeIt == Root.IDChildren.end())
272 if (NameIt == TypeNode->IDChildren.end())
526 if (Child == IDChildren.end()) {
541 if (Child == StringChildren.end()) {
lib/Target/AArch64/AArch64StackTagging.cpp 197 if (I1 == Out.end() && I2 == Out.end())
197 if (I1 == Out.end() && I2 == Out.end())
203 Value *Store1 = I1 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty())
205 Value *Store2 = I2 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty())
lib/Target/AMDGPU/SIMachineScheduler.cpp 636 if (B == Blocks.end()) {
1229 if (RealID.find(Color) == RealID.end()) {
1734 assert(LiveRegsConsumers.find(RegP.first) == LiveRegsConsumers.end() ||
lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.cpp 163 if (It == Regs.end())
lib/Target/BPF/BPFAbstractMemberAccess.cpp 852 if (GEPGlobals.find(AccessKey) == GEPGlobals.end()) {
lib/Target/BPF/BTFDebug.cpp 1110 if (DataSecEntries.find(SecName) == DataSecEntries.end()) {
lib/Target/Hexagon/HexagonBlockRanges.cpp 437 if (F == LiveMap.end() || F->second.empty()) {
lib/Target/Hexagon/HexagonCommonGEP.cpp 350 if (F == NM.end()) {
638 if (F == PM.end())
655 if (F == PM.end())
794 if (LF == Loc.end())
lib/Target/Hexagon/HexagonConstExtenders.cpp 1420 if (F == IMap.end())
lib/Target/Hexagon/HexagonFrameLowering.cpp 1986 if (F == DeadMap.end())
2198 if (F == P.second.Map.end() || F->second.empty())
lib/Target/Hexagon/HexagonHardwareLoops.cpp 496 if (F == IndMapEnd)
1368 if (LoopFeederPhi.find(MO->getReg()) == LoopFeederPhi.end()) {
lib/Target/Hexagon/RDFCopy.cpp 140 if (FS == CopyMap.end())
147 if (FR == EM.end())
lib/Target/Hexagon/RDFGraph.cpp 1428 if (HasDF == PhiM.end() || HasDF->second.empty())
lib/Target/Hexagon/RDFLiveness.cpp 568 if (F == M.end())
lib/Target/Mips/Mips16ISelLowering.cpp 441 if (!IsPICCall && (Signature && (FuncInfo->StubsNeeded.find(Symbol) ==
lib/Target/Mips/MipsAsmPrinter.cpp 90 if (StubsNeeded.find(Symbol) == StubsNeeded.end())
lib/Target/NVPTX/NVPTXAsmPrinter.cpp 1248 if (localDecls.find(f) == localDecls.end())
lib/Target/NVPTX/NVPTXUtilities.cpp 109 if ((*annotationCache).find(m) == (*annotationCache).end())
111 else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end())
113 if ((*annotationCache)[m][gv].find(prop) == (*annotationCache)[m][gv].end())
123 if ((*annotationCache).find(m) == (*annotationCache).end())
125 else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end())
127 if ((*annotationCache)[m][gv].find(prop) == (*annotationCache)[m][gv].end())
lib/Target/SystemZ/SystemZMachineScheduler.cpp 79 assert ((SchedStates.find(NextMBB) == SchedStates.end()) &&
97 SchedStates.find(SinglePredMBB) == SchedStates.end())
lib/Transforms/Scalar/LoopRerollPass.cpp 926 if (V.find(0) == V.end())
projects/openmp/libomptarget/src/omptarget.cpp 590 if (TableMapIt == HostPtrToTableMap.end()) {
tools/clang/include/clang/Lex/Preprocessor.h 1026 if (I == Submodules.end())
tools/clang/lib/ARCMigrate/TransProperties.cpp 118 if (findAtLoc == AtProps.end())
tools/clang/lib/AST/ASTContext.cpp 7181 FieldOrBaseOffsets.find(offs) == FieldOrBaseOffsets.end())
7201 (CurLayObj == FieldOrBaseOffsets.end() || CurLayObj->first != 0)) {
tools/clang/lib/AST/ExprConstant.cpp 562 assert((LB == Temporaries.end() || LB->first.first != Key) &&
563 (LB == Temporaries.begin() || std::prev(LB)->first.first != Key) &&
tools/clang/lib/CodeGen/TargetInfo.cpp 8838 if (I == Map.end())
tools/clang/lib/Edit/EditedSource.cpp 221 if (I == FileEdits.end()) {
470 if (I == FileEdits.begin())
tools/clang/lib/Format/Format.cpp 1217 if (It == Styles->end())
tools/clang/lib/Sema/SemaDeclCXX.cpp 3110 assert(Bases.find(Base) == Bases.end());
3127 if (It == Bases.end())
tools/clang/lib/Tooling/Syntax/BuildTree.cpp 117 assert((std::next(It) == Trees.end() ||
136 assert((EndChildren == Trees.end() ||
tools/clang/tools/arcmt-test/arcmt-test.cpp 269 if (It == resultMap.end()) {
tools/clang/tools/extra/clang-tidy/utils/IncludeSorter.cpp 225 if (Edits.find(LineNumber) == Edits.end()) {
tools/clang/tools/extra/clangd/unittests/TraceTests.cpp 49 if (I == Expected.end())
tools/clang/tools/extra/modularize/PreprocessorTracker.cpp 1059 if (I == MacroExpansions.end()) {
1107 if (I == ConditionalExpansions.end()) {
tools/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp 493 if (Entry == ImageTypesMap.end()) {
tools/clang/utils/TableGen/MveEmitter.cpp 856 if (VectorTypes.find(key) == VectorTypes.end())
863 if (MultiVectorTypes.find(key) == MultiVectorTypes.end())
869 if (PredicateTypes.find(key) == PredicateTypes.end())
876 if (PointerTypes.find(key) == PointerTypes.end())
tools/clang/utils/TableGen/NeonEmitter.cpp 1860 assert_with_loc(Intr.Variables.find(N) == Intr.Variables.end(),
tools/dsymutil/DwarfLinker.cpp 2049 if (Range == Ranges.end() || Range->first > Loc ||
tools/lld/COFF/Writer.cpp 1194 if (i == config->merge.end())
tools/lldb/include/lldb/Core/ValueObject.h 803 return ((iter == m_children.end()) ? nullptr : iter->second);
tools/lldb/include/lldb/Symbol/ClangASTImporter.h 200 if (context_md_iter == m_metadata_map.end()) {
351 if (context_md_iter == m_metadata_map.end()) {
377 if (delegate_iter == delegates.end()) {
tools/lldb/include/lldb/Target/ProcessStructReader.h 84 if (iter == end)
97 if (iter == end)
tools/lldb/source/Breakpoint/BreakpointSiteList.cpp 29 if (iter == m_bp_site_list.end()) {
tools/lldb/source/Commands/CommandObjectMultiword.cpp 79 if (pos == m_subcommand_dict.end()) {
tools/lldb/source/Core/Disassembler.cpp 331 if (source_lines_seen_pos == source_lines_seen.end()) {
tools/lldb/source/Core/PluginManager.cpp 84 assert(plugin_map.find(plugin_file_spec) == plugin_map.end());
tools/lldb/source/Core/SourceManager.cpp 686 if (pos == m_file_cache.end())
tools/lldb/source/DataFormatters/TypeCategoryMap.cpp 38 if (iter == m_map.end())
137 if (iter == m_map.end())
150 if (iter == end)
tools/lldb/source/Expression/IRMemoryMap.cpp 171 if (iter == m_allocations.end() || iter->first > addr) {
172 if (iter == m_allocations.begin())
435 if (iter == m_allocations.end()) {
451 if (iter == m_allocations.end()) {
493 if (iter == m_allocations.end())
520 if (iter == m_allocations.end()) {
630 if (iter == m_allocations.end()) {
788 if (iter == m_allocations.end()) {
tools/lldb/source/Host/common/FileCache.cpp 49 if (pos == m_cache.end()) {
71 if (pos == m_cache.end()) {
97 if (pos == m_cache.end()) {
tools/lldb/source/Host/linux/Host.cpp 290 if (it == tids_to_attach.end()) {
tools/lldb/source/Interpreter/Options.cpp 219 if (option_seen.find(short_opt) == option_seen.end()) {
tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp 568 if (it == m_loaded_modules.end())
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp 660 if (it == m_loaded_modules.end())
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h 154 if (i == m_parser_vars.end())
188 if (i == m_jit_vars.end())
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp 296 if (IT == thread_id_map.end())
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp 720 if (ub == m_address_class_map.begin()) {
tools/lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp 157 if (it == m_port_forwards.end())
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp 55 if (iter == end) {
tools/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp 165 if (wp == m_watchpoint_index_map.end())
194 if (bp == m_hw_break_index_map.end())
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp 67 if (handler_it == m_packet_handlers.end())
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp 199 if (find_it == map.end()) {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp 1610 if (m_external_type_modules.find(const_name) ==
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.cpp 98 if (it == m_debug_cu_index_map.end())
tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp 448 if (m_pushed_regs.find(reg_num) == m_pushed_regs.end()) {
tools/lldb/source/Symbol/ClangASTImporter.cpp 1086 if (to_context_md->m_origins.find(to) == to_context_md->m_origins.end() ||
1110 if (to_context_md->m_origins.find(to) == to_context_md->m_origins.end() ||
1207 if (iter == to_context_md->m_origins.end())
tools/lldb/source/Symbol/UnwindPlan.cpp 344 m_register_locations.find(reg_num) == m_register_locations.end())
tools/lldb/source/Symbol/UnwindTable.cpp 126 if ((pos == m_unwinds.end()) ||
tools/lldb/source/Target/InstrumentationRuntime.cpp 36 if (pos == runtimes.end()) {
tools/lldb/source/Target/Process.cpp 1289 if (iterator == m_thread_id_to_index_id_map.end()) {
1520 if (pos == m_language_runtimes.end() || (retry_if_null && !pos->second)) {
5680 if (it == m_warnings_issued.end()) {
5741 if (pos == m_instrumentation_runtimes.end()) {
5954 if (find_it == m_structured_data_plugin_map.end()) {
tools/lldb/source/Target/Target.cpp 691 if (iter == m_breakpoint_names.end()) {
2530 if (specified_hook_iter == m_stop_hooks.end())
tools/lldb/source/Utility/Broadcaster.cpp 372 if (iter == end_iter) {
420 if (iter == end_iter)
437 if (iter == end_iter)
tools/lldb/source/Utility/ReproducerInstrumentation.cpp 69 assert(m_replayers.find(RunID) == m_replayers.end());
tools/lldb/unittests/Host/FileSystemTest.cpp 52 if (I == FilesAndDirs.end())
119 if (I == FilesAndDirs.end())
tools/llvm-cxxdump/llvm-cxxdump.cpp 413 outs() << (Entry == TIEntries.end() ? "null" : Entry->second) << '\n';
472 bool SymDone = VTableSymI == VTableSymE;
473 bool DataDone = VTableDataI == VTableDataE;
tools/llvm-ifs/llvm-ifs.cpp 471 if (SI == SymbolMap.end()) {
tools/llvm-lto2/llvm-lto2.cpp 298 if (I == CommandLineResolutions.end()) {
302 if (I == CommandLineResolutions.end()) {
tools/llvm-objdump/MachODump.cpp 7830 if (Sym == Symbols.begin()) {
tools/llvm-rc/ResourceFileWriter.cpp 486 if (Iter == BundleData.end()) {
tools/polly/include/polly/ScopInfo.h 2524 if (It == ScopArrayInfoMap.end())
tools/sancov/sancov.cpp 424 if (Points.find(PointId) == Points.end())
966 if (I == Result.end() || I->second > P) {
1095 if (Iter == ObjFiles.end()) {
1104 if (CoverageByObjFile.find(FileName) == CoverageByObjFile.end())
unittests/Support/VirtualFileSystemTest.cpp 125 if (I == FilesAndDirs.end())
usr/include/c++/7.4.0/bits/stl_algo.h 526 { return __last == _GLIBCXX_STD_A::find_if(__first, __last, __pred); }
5650 if (__first == __last) return __first;
usr/include/c++/7.4.0/bits/stl_map.h 491 if (__i == end() || key_comp()(__k, (*__i).first))
511 if (__i == end() || key_comp()(__k, (*__i).first))
532 if (__i == end() || key_comp()(__k, (*__i).first))
usr/include/c++/7.4.0/bits/stl_tree.h 2044 if (__j == begin())
2524 return (__j == end()
utils/TableGen/DFAEmitter.cpp 67 if (I == NfaTransitions.end())
utils/TableGen/GlobalISelEmitter.cpp 1202 if (VI == TypeIDValues.end())
utils/TableGen/InstrInfoEmitter.cpp 235 if (I == Operands.end()) {
utils/benchmark/src/counter.cc 48 if (it == l->end()) {
utils/benchmark/src/statistics.cc 115 if(it == counter_stats.end()) {