Home
last modified time | relevance | path

Searched refs:allSources (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Parser/
H A Dparsing.cpp25 AllSources &allSources{allCooked_.allSources()}; in Prescan() local
28 allSources.AppendSearchPathDirectory(path); in Prescan()
36 sourceFile = allSources.ReadStandardInput(fileError); in Prescan()
42 ProvenanceRange range{allSources.AddCompilerInsertion(path)}; in Prescan()
55 allSources.AppendSearchPathDirectory(path); in Prescan()
59 Preprocessor preprocessor{allSources}; in Prescan()
83 ProvenanceRange range{allSources.AddIncludedFile( in Prescan()
93 currentCooked_->CompileProvenanceRangeToOffsetMappings(allSources); in Prescan()
105 const AllSources &allSources{allCooked().allSources()}; in EmitPreprocessedSource() local
123 ? allSources.GetSourcePosition(provenance->start()) in EmitPreprocessedSource()
[all …]
H A Dpreprocessor.h69 const AllSources &allSources() const { return allSources_; } in allSources() function
70 AllSources &allSources() { return allSources_; } in allSources() function
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Parser/
H A Dparsing.cpp25 AllSources &allSources{allCooked_.allSources()}; in Prescan() local
28 allSources.PushSearchPathDirectory(path); in Prescan()
36 sourceFile = allSources.ReadStandardInput(fileError); in Prescan()
38 sourceFile = allSources.Open(path, fileError); in Prescan()
41 ProvenanceRange range{allSources.AddCompilerInsertion(path)}; in Prescan()
54 allSources.PushSearchPathDirectory(path); in Prescan()
58 Preprocessor preprocessor{allSources}; in Prescan()
79 ProvenanceRange range{allSources.AddIncludedFile( in Prescan()
87 currentCooked_->Marshal(allSources); in Prescan()
89 currentCooked_->CompileProvenanceRangeToOffsetMappings(allSources); in Prescan()
H A Dpreprocessor.h69 const AllSources &allSources() const { return allSources_; } in allSources() function
70 AllSources &allSources() { return allSources_; } in allSources() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Parser/
H A Dparsing.cpp25 AllSources &allSources{allCooked_.allSources()}; in Prescan() local
28 allSources.PushSearchPathDirectory(path); in Prescan()
36 sourceFile = allSources.ReadStandardInput(fileError); in Prescan()
38 sourceFile = allSources.Open(path, fileError); in Prescan()
41 ProvenanceRange range{allSources.AddCompilerInsertion(path)}; in Prescan()
54 allSources.PushSearchPathDirectory(path); in Prescan()
58 Preprocessor preprocessor{allSources}; in Prescan()
79 ProvenanceRange range{allSources.AddIncludedFile( in Prescan()
87 currentCooked_->Marshal(allSources); in Prescan()
89 currentCooked_->CompileProvenanceRangeToOffsetMappings(allSources); in Prescan()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Parser/
H A Dparsing.cpp25 AllSources &allSources{allCooked_.allSources()}; in Prescan() local
28 allSources.PushSearchPathDirectory(path); in Prescan()
36 sourceFile = allSources.ReadStandardInput(fileError); in Prescan()
38 sourceFile = allSources.Open(path, fileError); in Prescan()
41 ProvenanceRange range{allSources.AddCompilerInsertion(path)}; in Prescan()
54 allSources.PushSearchPathDirectory(path); in Prescan()
58 Preprocessor preprocessor{allSources}; in Prescan()
79 ProvenanceRange range{allSources.AddIncludedFile( in Prescan()
87 currentCooked_->Marshal(allSources); in Prescan()
89 currentCooked_->CompileProvenanceRangeToOffsetMappings(allSources); in Prescan()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Parser/
H A Dparsing.cpp25 AllSources &allSources{allCooked_.allSources()}; in Prescan() local
28 allSources.AppendSearchPathDirectory(path); in Prescan()
36 sourceFile = allSources.ReadStandardInput(fileError); in Prescan()
39 sourceFile = allSources.Open(path, fileError, std::move(currentDirectory)); in Prescan()
42 ProvenanceRange range{allSources.AddCompilerInsertion(path)}; in Prescan()
55 allSources.AppendSearchPathDirectory(path); in Prescan()
59 Preprocessor preprocessor{allSources}; in Prescan()
83 ProvenanceRange range{allSources.AddIncludedFile( in Prescan()
93 currentCooked_->CompileProvenanceRangeToOffsetMappings(allSources); in Prescan()
H A Dpreprocessor.h69 const AllSources &allSources() const { return allSources_; } in allSources() function
70 AllSources &allSources() { return allSources_; } in allSources() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Parser/
H A Dparsing.cpp25 AllSources &allSources{allCooked_.allSources()}; in Prescan() local
28 allSources.AppendSearchPathDirectory(path); in Prescan()
36 sourceFile = allSources.ReadStandardInput(fileError); in Prescan()
39 sourceFile = allSources.Open(path, fileError, std::move(currentDirectory)); in Prescan()
42 ProvenanceRange range{allSources.AddCompilerInsertion(path)}; in Prescan()
55 allSources.AppendSearchPathDirectory(path); in Prescan()
59 Preprocessor preprocessor{allSources}; in Prescan()
83 ProvenanceRange range{allSources.AddIncludedFile( in Prescan()
93 currentCooked_->CompileProvenanceRangeToOffsetMappings(allSources); in Prescan()
H A Dpreprocessor.h69 const AllSources &allSources() const { return allSources_; } in allSources() function
70 AllSources &allSources() { return allSources_; } in allSources() function
/dports/devel/f18/f18-1688bef/lib/parser/
H A Dparsing.cc33 AllSources &allSources{cooked_.allSources()}; in Prescan() local
36 allSources.PushSearchPathDirectory(path); in Prescan()
43 sourceFile = allSources.ReadStandardInput(&fileError); in Prescan()
45 sourceFile = allSources.Open(path, &fileError); in Prescan()
48 ProvenanceRange range{allSources.AddCompilerInsertion(path)}; in Prescan()
53 ProvenanceRange range{allSources.AddCompilerInsertion(path)}; in Prescan()
65 allSources.PushSearchPathDirectory(path); in Prescan()
69 Preprocessor preprocessor{allSources}; in Prescan()
85 ProvenanceRange range{allSources.AddIncludedFile( in Prescan()
H A Dprescan.h129 Provenance provenance{cooked_.allSources().CompilerInsertionProvenance(ch)}; in EmitInsertedChar()
224 cooked_.allSources().CompilerInsertionProvenance(' ')};
226 cooked_.allSources().CompilerInsertionProvenance('\\')};
228 cooked_.allSources().AddCompilerInsertion(" "s)};
H A Dprescan.cc35 features_{lfc}, encoding_{cooked.allSources().encoding()} {}
65 AllSources &allSources{cooked_.allSources()}; in Prescan() local
68 const SourceFile *source{allSources.GetSourceFile(startProvenance_, &offset)}; in Prescan()
90 TokenSequence tokens{dir, allSources.AddCompilerInsertion(dir).start()}; in Prescan()
745 AllSources &allSources{cooked_.allSources()}; in FortranInclude() local
746 const SourceFile *currentFile{allSources.GetSourceFile(provenance)}; in FortranInclude()
748 allSources.PushSearchPathDirectory(DirectoryName(currentFile->path())); in FortranInclude()
750 const SourceFile *included{allSources.Open(path, &error)}; in FortranInclude()
752 allSources.PopSearchPathDirectory(); in FortranInclude()
760 allSources.AddIncludedFile(*included, includeLineRange)}; in FortranInclude()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Parser/
H A Dparsing.cpp25 AllSources &allSources{allCooked_.allSources()}; in Prescan() local
28 allSources.AppendSearchPathDirectory(path); in Prescan()
36 sourceFile = allSources.ReadStandardInput(fileError); in Prescan()
39 sourceFile = allSources.Open(path, fileError, std::move(currentDirectory)); in Prescan()
42 ProvenanceRange range{allSources.AddCompilerInsertion(path)}; in Prescan()
55 allSources.AppendSearchPathDirectory(path); in Prescan()
59 Preprocessor preprocessor{allSources}; in Prescan()
83 ProvenanceRange range{allSources.AddIncludedFile( in Prescan()
93 currentCooked_->CompileProvenanceRangeToOffsetMappings(allSources); in Prescan()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Parser/
H A Dparsing.cpp25 AllSources &allSources{cooked_.allSources()}; in Prescan() local
28 allSources.PushSearchPathDirectory(path); in Prescan()
36 sourceFile = allSources.ReadStandardInput(fileError); in Prescan()
38 sourceFile = allSources.Open(path, fileError); in Prescan()
41 ProvenanceRange range{allSources.AddCompilerInsertion(path)}; in Prescan()
54 allSources.PushSearchPathDirectory(path); in Prescan()
58 Preprocessor preprocessor{allSources}; in Prescan()
77 ProvenanceRange range{allSources.AddIncludedFile( in Prescan()
H A Dprescan.h123 Provenance provenance{cooked_.allSources().CompilerInsertionProvenance(ch)}; in EmitInsertedChar()
220 cooked_.allSources().CompilerInsertionProvenance(' ')};
222 cooked_.allSources().CompilerInsertionProvenance('\\')};
224 cooked_.allSources().AddCompilerInsertion(" "s)};
H A Dprescan.cpp31 features_{lfc}, encoding_{cooked.allSources().encoding()} {}
62 AllSources &allSources{cooked_.allSources()}; in Prescan() local
65 const SourceFile *source{allSources.GetSourceFile(startProvenance_, &offset)}; in Prescan()
87 TokenSequence tokens{dir, allSources.AddCompilerInsertion(dir).start()}; in Prescan()
753 AllSources &allSources{cooked_.allSources()}; in FortranInclude() local
754 const SourceFile *currentFile{allSources.GetSourceFile(provenance)}; in FortranInclude()
756 allSources.PushSearchPathDirectory(DirectoryName(currentFile->path())); in FortranInclude()
758 const SourceFile *included{allSources.Open(path, error)}; in FortranInclude()
760 allSources.PopSearchPathDirectory(); in FortranInclude()
768 allSources.AddIncludedFile(*included, includeLineRange)}; in FortranInclude()
/dports/devel/stack/stack-2.7.3/_cabal_deps/ed25519-0.0.5.0/tests/
H A Ddoctests.hs13 main = allSources >>= \sources -> doctest ("-isrc":sources)
15 allSources :: IO [FilePath]
16 allSources = liftM2 (++) (getFiles ".hs" "src") function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Frontend/
H A DFrontendActions.cpp27 Fortran::parser::AllSources &allSources{ci.allSources()}; in ExecuteAction() local
29 sf = allSources.Open(path, error_stream); in ExecuteAction()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/api/bibliography/
H A Dbibliography.ts189 return this.allSources().length > 0;
192 public allSources(): BibliographySourceWithCollections[] {
202 return this.allSources().filter(item => item.providerKey === providerKey);
210 return this.allSources().filter(source => source.providerKey === kLocalBiliographyProviderKey);
315 return this.allSources();
321 return this.searchSources(query, limit, this.allSources());
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Frontend/
H A DFrontendActions.cpp29 Fortran::parser::AllSources &allSources{ci.allSources()}; in ExecuteAction() local
31 sf = allSources.Open(path, error_stream); in ExecuteAction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Frontend/
H A DFrontendActions.cpp29 Fortran::parser::AllSources &allSources{ci.allSources()}; in ExecuteAction() local
31 sf = allSources.Open(path, error_stream); in ExecuteAction()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/marks/cite/
H A Dcite-completion-bibliography.ts109 return bibliographyManager.allSources().map(source => referenceEntryForSource(source));
116 … onStreamReady(bibliographyManager.allSources().map(source => referenceEntryForSource(source)));
121 return bibliographyManager.allSources().map(source => referenceEntryForSource(source));
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics2/impl/
H A DMetricsSystemImpl.java84 private final Map<String, MetricsSource> allSources; field in MetricsSystemImpl
121 allSources = Maps.newHashMap(); in MetricsSystemImpl()
231 allSources.put(finalName, s); in register()
252 if (allSources.containsKey(name)) { in unregisterSource()
253 allSources.remove(name); in unregisterSource()
568 .addGauge(MsInfo.NumAllSources, allSources.size())
599 allSources.clear();
612 return allSources.get(name);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Frontend/
H A DFrontendActions.cpp59 Fortran::parser::AllSources &allSources{ci.allSources()}; in ExecuteAction() local
63 sf = allSources.ReadStandardInput(error_stream); in ExecuteAction()
65 sf = allSources.Open(path, error_stream, std::optional<std::string>{"."s}); in ExecuteAction()

1234567