Home
last modified time | relevance | path

Searched refs:View (Results 1 – 25 of 42) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DSourceCoverageView.h33 std::unique_ptr<SourceCoverageView> View; member
36 std::unique_ptr<SourceCoverageView> View) in ExpansionView()
37 : Region(Region), View(std::move(View)) {} in ExpansionView()
39 : Region(std::move(RHS.Region)), View(std::move(RHS.View)) {} in ExpansionView()
42 View = std::move(RHS.View);
59 std::unique_ptr<SourceCoverageView> View; member
62 std::unique_ptr<SourceCoverageView> View) in InstantiationView()
63 : FunctionName(FunctionName), Line(Line), View(std::move(View)) {} in InstantiationView()
253 std::unique_ptr<SourceCoverageView> View);
257 std::unique_ptr<SourceCoverageView> View);
H A DCodeCoverage.cpp86 void attachExpansionSubViews(SourceCoverageView &View,
270 View.addExpansion(Expansion.Region, std::move(SubView)); in attachExpansionSubViews()
288 attachExpansionSubViews(*View, Expansions, Coverage); in createFunctionView()
290 return View; in createFunctionView()
306 attachExpansionSubViews(*View, Expansions, Coverage); in createSourceFileView()
308 return View; in createSourceFileView()
333 View->addInstantiation(Funcname, Line, std::move(SubView)); in createSourceFileView()
336 return View; in createSourceFileView()
520 auto View = createSourceFileView(SourceFile, *Coverage); in writeSourceFileView() local
521 if (!View) { in writeSourceFileView()
[all …]
H A DSourceCoverageView.cpp167 std::unique_ptr<SourceCoverageView> View) { in addExpansion() argument
168 ExpansionSubViews.emplace_back(Region, std::move(View)); in addExpansion()
173 std::unique_ptr<SourceCoverageView> View) { in addInstantiation() argument
174 InstantiationSubViews.emplace_back(FunctionName, Line, std::move(View)); in addInstantiation()
H A DSourceCoverageViewText.cpp222 ESV.View->print(OS, /*WholeFile=*/false, /*ShowSourceName=*/false, in renderExpansionView()
231 if (!ISV.View) in renderInstantiationView()
235 ISV.View->print(OS, /*WholeFile=*/false, /*ShowSourceName=*/true, in renderInstantiationView()
H A DSourceCoverageViewHTML.cpp650 ESV.View->print(OS, /*WholeFile=*/false, /*ShowSourceName=*/false, in renderExpansionView()
659 if (!ISV.View) in renderInstantiationView()
666 ISV.View->print(OS, /*WholeFile=*/false, /*ShowSourceName=*/true, in renderInstantiationView()
/freebsd-12.1/usr.sbin/bsdconfig/includes/
H A DUSAGE40 View a list of available includes:
44 View functions for all available includes (function names are
49 View functions with less(1) (function names are not highlighted):
53 View functions with less(1) and color:
57 View functions from `common.subr':
/freebsd-12.1/contrib/llvm/tools/llvm-mca/Views/
H A DView.h25 class View : public HWEventListener {
28 virtual ~View() = default;
H A DView.cpp20 void View::anchor() {} in anchor()
H A DRetireControlUnitStatistics.h39 class RetireControlUnitStatistics : public View {
H A DSummaryView.h41 class SummaryView : public View {
H A DRegisterFileStatistics.h46 class RegisterFileStatistics : public View {
H A DInstructionInfoView.h52 class InstructionInfoView : public View {
H A DDispatchStatistics.h45 class DispatchStatistics : public View {
H A DResourcePressureView.h73 class ResourcePressureView : public View {
H A DSchedulerStatistics.h48 class SchedulerStatistics final : public View {
H A DTimelineView.h121 class TimelineView : public View {
/freebsd-12.1/contrib/llvm/tools/llvm-mca/
H A DPipelinePrinter.h39 llvm::SmallVector<std::unique_ptr<View>, 8> Views;
44 void addView(std::unique_ptr<View> V) { in addView()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DBinaryStreamReader.h234 BinaryStreamRef View; in readArray() local
235 if (auto EC = readStreamRef(View, NumItems * sizeof(T))) in readArray()
238 Array = FixedStreamArray<T>(View); in readArray()
/freebsd-12.1/usr.sbin/bsdconfig/dot/
H A DUSAGE36 View dot(1) language output describing bsdconfig(8) layout/make-up:
46 View the above-rendered SVG file using your favorite X11-based viewer:
100 View the above-rendered PostScript poster using X11:
/freebsd-12.1/usr.sbin/bsdconfig/usermgmt/include/
H A Dmessages.subr55 msg_edit_group="Edit/View Group"
56 msg_edit_login="Edit/View Login"
57 msg_edit_view="Edit/View"
/freebsd-12.1/usr.sbin/bsdconfig/startup/include/
H A Dmessages.subr45 msg_choose_view_details="Choose View Details"
107 msg_view_details="View Details"
110 msg_view_edit_startup_configuration="View/Edit Startup Configuration"
/freebsd-12.1/usr.bin/clang/llvm-mca/
H A DMakefile17 SRCS+= Views/View.cpp
/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2836 typedef internal::StlContainerView<Container> View;
2837 typedef typename View::type StlContainer;
2843 : expected_(View::Copy(expected)) {
3129 typedef StlContainerView<RawContainer> View;
3130 typedef typename View::type StlContainer;
3481 typedef internal::StlContainerView<RawContainer> View;
3482 typedef typename View::type StlContainer;
3735 typedef internal::StlContainerView<RawContainer> View;
3736 typedef typename View::type StlContainer;
3843 typedef typename View::value_type Element;
[all …]
/freebsd-12.1/contrib/libxo/
H A DREADME.md60 View the beautiful documentation at:
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dsniffer269 # Files from Accellent Group's 5View products.
271 0 string \xaa\xaa\xaa\xaa 5View capture file

12