|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/SetOperations.h 54 if (!S2.count(*SI)) // if the element is not in set2
55 Result.insert(*SI);
include/llvm/ADT/iterator.h 169 PointerT operator->() { return &static_cast<DerivedT *>(this)->operator*(); }
171 return &static_cast<const DerivedT *>(this)->operator*();
include/llvm/ExecutionEngine/Orc/IndirectionUtils.h 311 for (auto &Entry : StubInits)
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h 355 for (auto &Entry : StubInits)
include/llvm/ProfileData/SampleProf.h 261 for (const auto &I : Targets) {
271 for (const auto &I : Other.getCallTargets()) {
474 for (const auto &TS : BS.second.getCallTargets())
lib/AsmParser/LLParser.cpp 111 for (const auto &I : Slots->NamedTypes)
lib/Bitcode/Writer/BitcodeWriter.cpp 474 Callback(*MPI);
477 for (const auto &MPSE : Index.modulePaths())
3100 for (const ValueName &Name : VST) {
lib/CodeGen/AsmPrinter/AccelTable.cpp 665 for (const auto &Entry : Entries) {
677 for (auto &E : Entries)
lib/CodeGen/AsmPrinter/DwarfDebug.cpp 2096 for (const auto &GI : Globals) {
lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp 65 for (const auto &Item : Mappings) {
74 using T = decltype(&*Mappings.begin());
78 for (const auto &M : Mappings)
lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp 72 for (auto &Pair : StringToId) {
lib/DebugInfo/DWARF/DWARFContext.cpp 1489 for (const auto &SecIt : Sections) {
lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp 178 for (const auto &F : SourceFileNames) {
lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp 180 for (auto &Pair : Strings) {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h 535 for (auto &KV : GlobalSymbolTable) {
lib/IR/AsmWriter.cpp 1027 for (auto &ModPath : TheIndex->modulePaths())
2681 for (auto &ModPath : TheIndex->modulePaths())
lib/IR/LLVMContextImpl.cpp 206 for (const auto &T : BundleTagCache)
226 for (const auto &SSE : SSC)
lib/IR/ValueSymbolTable.cpp 120 for (const auto &I : *this) {
lib/IR/Verifier.cpp 383 for (const StringMapEntry<Comdat> &SMEC : M.getComdatSymbolTable())
lib/LTO/LTO.cpp 156 for (auto &Entry : ImportList) {
230 for (auto &ImpM : ImportList)
lib/LTO/ThinLTOCodeGenerator.cpp 272 for (auto &Entry : PreservedSymbols) {
lib/MC/MCParser/AsmParser.cpp 966 for (const auto &TableEntry : getContext().getSymbols()) {
lib/Object/ModuleSymbolTable.cpp 131 for (auto &KV : Streamer) {
lib/ProfileData/SampleProfWriter.cpp 48 for (const auto &I : ProfileMap)
180 for (const auto &I : ProfileMap) {
291 for (const auto &J : Sample.getCallTargets())
382 for (const auto &I : ProfileMap) {
616 for (const auto &I : ProfileMap) {
lib/Remarks/RemarkStringTable.cpp 67 for (const auto &KV : StrTab)
lib/Support/FileCheck.cpp 680 for (const auto &NumericVariableDef : NumericVariableDefs) {
lib/Support/Timer.cpp 248 for (const auto &P : Records)
lib/Support/VirtualFileSystem.cpp 656 for (const auto &Entry : Entries)
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp 89 for (auto &It : OutContext.getSymbols()) {
lib/Target/X86/X86InsertPrefetch.cpp 125 for (const auto &S_V : *T) {
lib/Transforms/IPO/FunctionImport.cpp 624 for (auto &DefinedGVSummaries : ModuleToDefinedGVSummaries) {
880 for (auto &ILI : ImportList) {
1085 for (auto &FunctionsToImportPerModule : ImportList) {
tools/clang/include/clang/Basic/OpenCLOptions.h 107 for (auto &I:Opts.OptMap)
tools/clang/lib/ASTMatchers/Dynamic/Parser.cpp 522 for (const auto &Entry : *NamedValues) {
tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp 591 for (const auto &M : RegistryData->constructors()) {
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp 3952 for (const auto &P : F.second)
tools/clang/lib/CrossTU/CrossTranslationUnit.cpp 164 for (const auto &E : Index)
tools/clang/lib/Frontend/PrecompiledPreamble.cpp 472 for (const auto &F : FilesInPreamble) {
tools/clang/lib/Sema/SemaLookup.cpp 3784 for (const auto &Ident : Idents) {
4901 for (const auto &I : Context.Idents)
tools/clang/lib/Serialization/ASTWriter.cpp 2542 for (auto &Id : PP.getIdentifierTable())
3787 for (const auto &ID : PP.getIdentifierTable())
4320 for (const auto &I:Opts.OptMap) {
4968 for (const auto &ID : PP.getIdentifierTable()) {
tools/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp 276 Keys.push_back(&*I);
tools/clang/lib/Tooling/JSONCompilationDatabase.cpp 247 for (const auto &CommandRef : IndexByFile)
tools/clang/tools/extra/clang-apply-replacements/lib/Tooling/ApplyReplacements.cpp 174 for (const auto &Fix : *ChoosenFix)
tools/clang/tools/extra/clang-tidy/ClangTidy.cpp 134 for (const auto &FileAndReplacements : *ChosenFix) {
251 for (const auto &FileAndReplacements : Fix) {
tools/clang/tools/extra/clangd/ClangdLSPServer.cpp 112 for (const auto &It : E.ApplyEdits) {
tools/clang/tools/extra/clangd/CodeComplete.cpp 1038 for (const auto &MacroName : Preamble.Macros.Names)
tools/clang/tools/extra/clangd/TUScheduler.cpp 875 for (auto &File : Files)
1012 for (auto &&PathAndFile : Files)
1020 for (auto &&PathAndFile : Files) {
tools/clang/tools/extra/clangd/index/Serialization.cpp 540 for (const auto &Source : *Data.Sources) {
tools/clang/tools/extra/clangd/unittests/ClangdTests.cpp 99 for (const auto &It : LastDiagsHadError)
tools/clang/tools/extra/clangd/unittests/IndexActionTests.cpp 61 for (auto &I : IG)
tools/clang/tools/extra/clangd/unittests/TestFS.cpp 27 for (auto &FileAndContents : Files) {
tools/clang/tools/extra/unittests/clang-tidy/ClangTidyTest.h 144 for (const auto &FileAndFixes : *ChosenFix) {
tools/clang/unittests/Frontend/PCHPreambleTest.cpp 117 for (const auto &RemappedFile : RemappedFiles) {
tools/clang/unittests/Tooling/CompilationDatabaseTest.cpp 656 for (const auto &Entry : Entries)
tools/clang/unittests/Tooling/DiagnosticsYamlTest.cpp 126 for (auto &Replacements : Fix) {
tools/dsymutil/DebugMap.cpp 63 for (const auto &Sym : make_range(Symbols.begin(), Symbols.end()))
97 return &*Sym;
tools/dsymutil/DwarfLinker.cpp 391 for (const auto &Entry : Context.DMO.symbols()) {
tools/dsymutil/NonRelocatableStringpool.cpp 45 for (const auto &E : Strings)
tools/lldb/include/lldb/Utility/Environment.h 89 for (const auto &KV : Env)
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp 818 for (const auto &KV : env) {
tools/lldb/source/Utility/ConstString.cpp 141 for (const auto &entry : pool.m_string_map)
tools/lldb/source/Utility/Environment.cpp 32 for (const auto &KV : Env)
tools/lldb/unittests/tools/lldb-server/tests/MessageObjects.cpp 244 for (const auto &E : Elements) {
tools/llvm-config/llvm-config.cpp 88 for (const auto &Component : ComponentMap) {
tools/llvm-jitlink/llvm-jitlink.cpp 132 for (auto &SKV : SIM)
139 for (auto &SIKV : FI.SectionInfos)
141 for (auto &GOTKV : FI.GOTEntryInfos)
143 for (auto &StubKV : FI.StubInfos)
150 for (auto &FIKV : FIM)
tools/llvm-lto/llvm-lto.cpp 466 for (auto &ModPath : Index.modulePaths()) {
tools/llvm-profdata/llvm-profdata.cpp 392 for (const auto &Target : BodySample.second.getCallTargets()) {
tools/llvm-rtdyld/llvm-rtdyld.cpp 164 for (const auto &KV : FileToSecIDMap) {
166 for (auto &KV2 : KV.second)
utils/TableGen/CodeGenHwModes.cpp 103 for (const auto &P : ModeIds)
utils/unittest/googlemock/include/gmock/gmock-matchers.h 3122 *std::declval<StlContainerConstIterator &>())>::type Element;
3190 match = matchers_[exam_pos].MatchAndExplain(*it, &s);
3193 match = matchers_[exam_pos].Matches(*it);
3364 *std::declval<StlContainerConstIterator &>())>::type Element;
3427 element_printouts->push_back(PrintToString(*elem_first));
3430 did_match.push_back(Matches(matchers_[irhs])(*elem_first));
3474 *std::declval<StlContainerConstIterator &>())>::type Element;
3503 *std::declval<StlContainerConstIterator &>())>::type Element;
utils/unittest/googletest/include/gtest/gtest-printers.h 389 internal::UniversalPrint(*it, os);