Home
last modified time | relevance | path

Searched refs:Sources (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp24 Sources.push_back(&s1); in MultiplexExternalSemaSource()
25 Sources.push_back(&s2); in MultiplexExternalSemaSource()
36 Sources.push_back(&source); in addSource()
89 for (auto *S : Sources) in GetExternalCXXCtorInitializers()
97 for (const auto &S : Sources) in hasExternalDefinitions()
134 Sources[i]->CompleteType(Tag); in CompleteType()
144 Sources[i]->ReadComments(); in ReadComments()
164 Sources[i]->PrintStats(); in PrintStats()
175 for (auto *S : Sources) in DeclIsFromPCHWithObjectFile()
213 Sources[i]->ForgetSema(); in ForgetSema()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/tools/clang-format/
H A DClangFormat.cpp142 SourceManager Sources(Diagnostics, Files); in fillRanges() local
143 FileID ID = createInMemoryFile("<irrelevant>", Code, Sources, Files, in fillRanges()
161 SourceLocation Start = Sources.translateLineCol(ID, FromLine, 1); in fillRanges()
165 unsigned Offset = Sources.getFileOffset(Start); in fillRanges()
166 unsigned Length = Sources.getFileOffset(End) - Offset; in fillRanges()
185 Sources.getLocForStartOfFile(ID).getLocWithOffset(Offsets[i]); in fillRanges()
196 End = Sources.getLocForEndOfFile(ID); in fillRanges()
198 unsigned Offset = Sources.getFileOffset(Start); in fillRanges()
199 unsigned Length = Sources.getFileOffset(End) - Offset; in fillRanges()
310 SourceManager Sources(Diagnostics, Files); in format() local
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Core/
H A DReplacement.cpp53 Replacement::Replacement(const SourceManager &Sources, SourceLocation Start, in Replacement() argument
55 setFromSourceLocation(Sources, Start, Length, ReplacementText); in Replacement()
58 Replacement::Replacement(const SourceManager &Sources, in Replacement() argument
62 setFromSourceRange(Sources, Range, ReplacementText, LangOpts); in Replacement()
121 void Replacement::setFromSourceLocation(const SourceManager &Sources, in setFromSourceLocation() argument
125 Sources.getDecomposedLoc(Start); in setFromSourceLocation()
135 static int getRangeSize(const SourceManager &Sources, in getRangeSize() argument
139 SourceLocation SpellingEnd = Sources.getSpellingLoc(Range.getEnd()); in getRangeSize()
148 void Replacement::setFromSourceRange(const SourceManager &Sources, in setFromSourceRange() argument
152 setFromSourceLocation(Sources, Sources.getSpellingLoc(Range.getBegin()), in setFromSourceRange()
[all …]
H A DDiagnostic.cpp24 const SourceManager &Sources, in DiagnosticMessage() argument
28 FilePath = Sources.getFilename(Loc); in DiagnosticMessage()
34 FileOffset = Sources.getFileOffset(Loc); in DiagnosticMessage()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DSimpleFormatContext.h42 Sources(*Diagnostics, Files), Rewrite(Sources, Options) { in SimpleFormatContext()
51 return Sources.createFileID(Entry, SourceLocation(), SrcMgr::C_User); in createInMemoryFile()
66 SourceManager Sources; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Core/
H A DReplacement.h100 Replacement(const SourceManager &Sources, SourceLocation Start,
104 Replacement(const SourceManager &Sources, const CharSourceRange &Range,
110 Replacement(const SourceManager &Sources, const Node &NodeToReplace,
134 void setFromSourceLocation(const SourceManager &Sources, SourceLocation Start,
136 void setFromSourceRange(const SourceManager &Sources,
360 Replacement::Replacement(const SourceManager &Sources, in Replacement() argument
365 setFromSourceRange(Sources, Range, ReplacementText, LangOpts); in Replacement()
H A DDiagnostic.h41 DiagnosticMessage(llvm::StringRef Message, const SourceManager &Sources,
/freebsd-12.1/contrib/googletest/googletest/xcode/gtest.xcodeproj/
H A Dproject.pbxproj500 40899F400FFA7184000B29AE /* Sources */,
517 4089A0100FFACEFC000B29AE /* Sources */,
534 40C848F7101A209C0083642A /* Sources */,
549 40C84908101A217E0083642A /* Sources */,
564 40C8497F101A36850083642A /* Sources */,
582 40C8498E101A36A60083642A /* Sources */,
600 8D07F2C10486CC7A007CD1D0 /* Sources */,
705 40899F400FFA7184000B29AE /* Sources */ = {
713 4089A0100FFACEFC000B29AE /* Sources */ = {
722 40C848F7101A209C0083642A /* Sources */ = {
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTMerger.cpp313 … llvm::ArrayRef<ImporterSource> Sources) : LogStream(&llvm::nulls()), Target(Target) { in ExternalASTMerger() argument
314 AddSources(Sources); in ExternalASTMerger()
317 void ExternalASTMerger::AddSources(llvm::ArrayRef<ImporterSource> Sources) { in AddSources() argument
318 for (const ImporterSource &S : Sources) { in AddSources()
325 void ExternalASTMerger::RemoveSources(llvm::ArrayRef<ImporterSource> Sources) { in RemoveSources() argument
327 for (const ImporterSource &S : Sources) in RemoveSources()
333 [&Sources](std::unique_ptr<ASTImporter> &Importer) -> bool { in RemoveSources()
334 for (const ImporterSource &S : Sources) { in RemoveSources()
344 for (const ImporterSource &S : Sources) { in RemoveSources()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMCodeGenPrepare.cpp120 SmallPtrSetImpl<Value*> *Sources; member in __anon96a67c9e0111::IRPromoter
139 SmallPtrSetImpl<Value*> &Sources,
549 for (auto V : *Sources) { in ExtendSources()
571 if (Sources->count(V)) in PromoteTree()
603 if (Sources->count(I) || Sinks->count(I)) in PromoteTree()
730 if (!isa<TruncInst>(V) || Sources->count(V)) in ConvertTruncs()
751 SmallPtrSetImpl<Value*> &Sources, in Mutate() argument
763 this->Sources = &Sources; in Mutate()
922 SmallPtrSet<Value*, 8> Sources; in TryToPromote() local
974 Sources.insert(V); in TryToPromote()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTMerger.h95 llvm::ArrayRef<ImporterSource> Sources);
104 void AddSources(llvm::ArrayRef<ImporterSource> Sources);
113 void RemoveSources(llvm::ArrayRef<ImporterSource> Sources);
/freebsd-12.1/contrib/googletest/googletest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
H A Dproject.pbxproj37 …3B7EB1250E5AEE3500C7F239 /* widget.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3B7EB1230E5AE…
39 …3B7EB1280E5AEE4600C7F239 /* widget_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3B7EB127…
191 3B07BDE70E3F3F9E00647869 /* Sources */,
208 8D07F2C10486CC7A007CD1D0 /* Sources */,
282 3B07BDE70E3F3F9E00647869 /* Sources */ = {
286 3B7EB1280E5AEE4600C7F239 /* widget_test.cc in Sources */,
290 8D07F2C10486CC7A007CD1D0 /* Sources */ = {
294 3B7EB1250E5AEE3500C7F239 /* widget.cc in Sources */,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp73 static Replacement replaceStmtWithText(SourceManager &Sources, const Stmt &From, in replaceStmtWithText() argument
76 Sources, CharSourceRange::getTokenRange(From.getSourceRange()), Text); in replaceStmtWithText()
78 static Replacement replaceStmtWithStmt(SourceManager &Sources, const Stmt &From, in replaceStmtWithStmt() argument
81 Sources, From, in replaceStmtWithStmt()
83 Sources, LangOptions())); in replaceStmtWithStmt()
H A DRefactoring.cpp48 SourceManager Sources(Diagnostics, getFiles()); in runAndSave() local
49 Rewriter Rewrite(Sources, DefaultLangOptions); in runAndSave()
/freebsd-12.1/usr.sbin/cron/doc/
H A DREADME.1ST1 Sources substantially rearranged 26 Aug 94, Jordan Hubbard. Content
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A DREADME.txt9 asan_*.{cc,h} : Sources of the asan runtime library.
/freebsd-12.1/tools/tools/locale/etc/charmaps/
H A Dcharmaps.txt3 Sources:
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp64 PHISourcesT Sources;
141 return Info->Sources; in phiInfoElementGetSources()
163 auto &Sources = phiInfoElementGetSources(Info); in phiInfoElementRemoveSource() local
165 for (auto SI : Sources) { in phiInfoElementRemoveSource()
173 Sources.erase(Source); in phiInfoElementRemoveSource()
208 Sources.push_back(SI.first); in findSourcesFromMBB()
221 NewElement->Sources = EmptySet; in addDest()
273 for (auto &SI : Element.Sources) { in dump()
2077 SmallVector<unsigned, 4> Sources; in rewriteLiveOutRegs() local
2078 if (PHIInfo.findSourcesFromMBB(CodeBB, Sources)) { in rewriteLiveOutRegs()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h42 SmallVector<ExternalSemaSource *, 2> Sources; // doesn't own them.
/freebsd-12.1/contrib/googletest/googletest/docs/
H A DXcodeGuide.md13 1. Add your unit test source code to the "Compile Sources" build phase of "UnitTests".
49 …er BSD, Cocoa, or Carbon. Add your unit test source code to the "Compile Sources" build phase of t…
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Dpower5.md21 ;; Sources: IBM Red Book and White Paper on POWER5
H A Dpower4.md21 ;; Sources: IBM Red Book and White Paper on POWER4
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp929 auto Sources = Session.getInjectedSources(); in dumpInjectedSources() local
930 if (0 == Sources->getChildCount()) { in dumpInjectedSources()
935 while (auto IS = Sources->getNext()) { in dumpInjectedSources()
/freebsd-12.1/contrib/dtc/Documentation/
H A Dmanual.txt5 1) Obtaining Sources
31 1) Sources
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5951 SmallVector<ShuffleSourceInfo, 2> Sources; in ReconstructShuffle() local
5968 auto Source = find(Sources, SourceVec); in ReconstructShuffle()
5969 if (Source == Sources.end()) in ReconstructShuffle()
5970 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
5978 if (Sources.size() > 2) { in ReconstructShuffle()
5988 for (auto &Source : Sources) { in ReconstructShuffle()
6002 for (auto &Src : Sources) { in ReconstructShuffle()
6063 for (auto &Src : Sources) { in ReconstructShuffle()
6075 : Sources) in ReconstructShuffle()
6114 for (unsigned i = 0; i < Sources.size(); ++i) in ReconstructShuffle()
[all …]

12