Home
last modified time | relevance | path

Searched refs:SourceName (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/ncurses/ncurses/tinfo/
H A Dcomp_error.c51 #define SourceName _nc_globals.comp_sourcename macro
57 return SourceName; in _nc_get_source()
63 FreeIfNeeded(SourceName); in _nc_set_source()
64 SourceName = strdup(name); in _nc_set_source()
97 fprintf(stderr, "\"%s\"", SourceName ? SourceName : "?"); in where_is_problem()
165 FreeAndNull(SourceName); in _nc_comp_error_leaks()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.h146 StringRef SourceName; variable
256 SourceCoverageView(StringRef SourceName, const MemoryBuffer &File, in SourceCoverageView() argument
259 : SourceName(SourceName), File(File), Options(Options), in SourceCoverageView()
264 create(StringRef SourceName, const MemoryBuffer &File,
H A DSourceCoverageView.cpp140 SourceCoverageView::create(StringRef SourceName, const MemoryBuffer &File, in create() argument
146 SourceName, File, Options, std::move(CoverageInfo)); in create()
149 SourceName, File, Options, std::move(CoverageInfo)); in create()
159 SmallString<128> SourceText(SourceName); in getSourceName()
H A DSourceCoverageViewText.h82 SourceCoverageViewText(StringRef SourceName, const MemoryBuffer &File, in SourceCoverageViewText() argument
85 : SourceCoverageView(SourceName, File, Options, std::move(CoverageInfo)) { in SourceCoverageViewText()
H A DSourceCoverageViewHTML.h91 SourceCoverageViewHTML(StringRef SourceName, const MemoryBuffer &File, in SourceCoverageViewHTML() argument
94 : SourceCoverageView(SourceName, File, Options, std::move(CoverageInfo)) { in SourceCoverageViewHTML()
H A DCodeCoverage.cpp98 void attachBranchSubViews(SourceCoverageView &View, StringRef SourceName,
320 StringRef SourceName, in attachBranchSubViews() argument
339 auto SubView = SourceCoverageView::create(SourceName, File, ViewOpts, in attachBranchSubViews()
/freebsd-13.1/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp233 std::ostringstream SourceName; in Parse() local
234 SourceName << "input_line_" << InputCount++; in Parse()
241 SourceName.str())); in Parse()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp64 Source<DeclarationName> SourceName = *SourceNameOrErr; in LookupSameContext() local
66 SourceParentDC.get()->lookup(SourceName.get()); in LookupSameContext()
/freebsd-13.1/sys/contrib/dev/acpica/
H A Dchanges.txt9981 BIOSs erroneously reverse the _PRT SourceName and the SourceIndex. This