Home
last modified time | relevance | path

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

12

/minix/external/bsd/llvm/dist/llvm/tools/llvm-cov/
H A DSourceCoverageView.h29 std::unique_ptr<SourceCoverageView> View; member
32 std::unique_ptr<SourceCoverageView> View) in ExpansionView()
33 : Region(Region), View(std::move(View)) {} in ExpansionView()
35 : Region(std::move(RHS.Region)), View(std::move(RHS.View)) {} in ExpansionView()
38 View = std::move(RHS.View);
55 std::unique_ptr<SourceCoverageView> View; member
58 std::unique_ptr<SourceCoverageView> View) in InstantiationView()
59 : FunctionName(FunctionName), Line(Line), View(std::move(View)) {} in InstantiationView()
62 View(std::move(RHS.View)) {} in InstantiationView()
66 View = std::move(RHS.View);
[all …]
H A DCodeCoverage.cpp58 void attachExpansionSubViews(SourceCoverageView &View,
124 CodeCoverageTool::attachExpansionSubViews(SourceCoverageView &View, in attachExpansionSubViews() argument
141 View.addExpansion(Expansion.Region, std::move(SubView)); in attachExpansionSubViews()
156 auto View = llvm::make_unique<SourceCoverageView>( in createFunctionView() local
158 attachExpansionSubViews(*View, Expansions, Coverage); in createFunctionView()
160 return View; in createFunctionView()
174 auto View = llvm::make_unique<SourceCoverageView>( in createSourceFileView() local
176 attachExpansionSubViews(*View, Expansions, Coverage); in createSourceFileView()
191 View->addInstantiation(Function->Name, Line, std::move(SubView)); in createSourceFileView()
194 return View; in createSourceFileView()
H A DSourceCoverageView.cpp241 NextESV->View->render(OS, false, NestedIndent); in render()
252 NextISV->View->render(OS, false, NestedIndent); in render()
/minix/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Ddebug-info-lifetime-crash.m12 - (void)View:(View1 *)View foo:(W *)W
/minix/external/bsd/pkg_install/dist/add/
H A Dmain.c47 char *View = NULL; variable
158 View = optarg; in main()
H A Dadd.h31 extern char *View;
H A Dperform.c1197 View ? "-w " : "", View ? View : "", in pkg_register_views()
1203 View ? "-w " : "", View ? View : "", in pkg_register_views()
/minix/usr.bin/mail/
H A Dextern.h62 int View(void *);
/minix/external/bsd/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp569 const void *View; in getModuleForFile() local
570 if (get_view(F.handle, &View) != LDPS_OK) in getModuleForFile()
573 MemoryBufferRef BufferRef(StringRef((const char *)View, Filesize), ""); in getModuleForFile()
/minix/external/bsd/file/dist/magic/magdir/
H A Dsniffer269 # Files from Accellent Group's 5View products.
271 0 string \xaa\xaa\xaa\xaa 5View capture file
/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckers.td510 HelpText<"View Control-Flow Graphs using GraphViz">,
518 HelpText<"View Call Graph using GraphViz">,
550 HelpText<"View Exploded Graphs using GraphViz">,
/minix/external/bsd/llvm/dist/llvm/docs/
H A DPasses.rst1168 ``-view-cfg``: View CFG of function
1173 ``-view-cfg-only``: View CFG of function (with no function bodies)
1179 ``-view-dom``: View dominance tree of function
1184 ``-view-dom-only``: View dominance tree of function (with no function bodies)
1190 ``-view-postdom``: View postdominance tree of function
1195 ``-view-postdom-only``: View postdominance tree of function (with no function bodies)
H A Ddoxygen.cfg.in495 # Folder Tree View (if specified). The default is YES.
502 # and from the Folder Tree View (if specified). The default is YES.
/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/
H A DREADME.txt126 -cfg-view View Control-Flow Graphs using GraphViz
/minix/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/
H A DREADME.txt502 |Log Operation: | View | | Delete | |
522 You can view the current log file contents by pressing "View" button,
H A DREADME_j.txt539 ��Log Operation:�� View �� ��Delete�� ��
/minix/lib/libc/rpc/
H A DREADME30 Mountain View, CA 94043
/minix/share/misc/
H A Dna.phone.add175 650:California (USA):Mountain View, San Mateo:CA
H A Dna.phone218 650:California (USA):Mountain View, San Mateo:CA
H A Dzipcodes2969 08230:Ocean View, NJ
4928 13107:Maple View, NY
5399 14085:Lake View, NY
8137 19970:Ocean View, DE
9473 23137:Plain View, VA
9503 23180:Water View, VA
10307 24880:Rock View, WV
11252 26808:High View, WV
12633 29563:Lake View, SC
22679 51450:Lake View, IA
[all …]
/minix/crypto/external/bsd/heimdal/dist/doc/
H A Dwin2k.texi183 View menu, that is in the left corner just below the real menu (or press
/minix/external/bsd/bind/dist/contrib/zkt-1.1.3/
H A DCHANGELOG468 View support added to parse_namedconf().
/minix/crypto/external/bsd/libsaslc/dist/ref/
H A Drfc2222.txt755 Mountain View, CA 94043-4042
/minix/crypto/external/bsd/libsaslc/dist/doc/
H A DDoxyfile494 # Folder Tree View (if specified). The default is YES.
500 # and from the Folder Tree View (if specified). The default is YES.
/minix/external/bsd/dhcp/dist/doc/devel/
H A Ddoxyfile.in558 # Folder Tree View (if specified). The default is YES.
565 # and from the Folder Tree View (if specified). The default is YES.

12