Searched refs:render (Results 1 - 13 of 13) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/llvm-cov/
H A DCoverageReport.h27 void render(const FileCoverageSummary &File, raw_ostream &OS);
28 void render(const FunctionCoverageSummary &Function, raw_ostream &OS);
H A DCoverageReport.cpp45 void render(raw_ostream &OS) const;
49 Value.render(OS);
54 void Column::render(raw_ostream &OS) const { function in class:Column
125 void CoverageReport::render(const FileCoverageSummary &File, raw_ostream &OS) { function in class:CoverageReport
146 void CoverageReport::render(const FunctionCoverageSummary &Function, function in class:CoverageReport
200 render(Function, OS);
205 render(Totals, OS);
230 render(Summary, OS);
234 render(Totals, OS);
H A DSourceCoverageView.cpp74 assert(Level != 0 && "Cannot render divider at top level");
145 void SourceCoverageView::render(raw_ostream &OS, bool WholeFile, function in class:SourceCoverageView
230 // Re-render the current line and highlight the expansion range for
245 NextESV->View->render(OS, false, NestedIndent);
256 NextISV->View->render(OS, false, NestedIndent);
H A DSourceCoverageView.h156 void render(raw_ostream &OS, bool WholeFile, unsigned IndentLevel = 0);
H A DCodeCoverage.cpp441 mainView->render(outs(), /*WholeFile=*/false);
468 mainView->render(outs(), /*Wholefile=*/true);
/freebsd-11.0-release/include/
H A Dprintf.h122 int register_printf_function(int spec, printf_function *render, printf_arginfo_function *arginfo);
125 int register_printf_render(int spec, printf_render *render, printf_arginfo_function *arginfo);
/freebsd-11.0-release/contrib/llvm/lib/Option/
H A DArg.cpp71 render(Args, ASL);
84 render(Args, Output);
91 void Arg::render(const ArgList &Args, ArgStringList &Output) const { function in class:Arg
H A DArgList.cpp250 A->render(*this, Output);
258 A->render(*this, Output);
268 Arg->render(*this, Output);
281 Arg->render(*this, Output);
/freebsd-11.0-release/lib/libc/stdio/
H A Dxprintf.c237 printf_render *render; member in struct:__anon6742
553 } else if (printf_tbl[pi->spec].render != NULL) {
555 n = printf_tbl[pi->spec].render(
562 errx(1, "render[%c] = NULL", *fmt);
630 register_printf_function(int spec, printf_function *render, printf_arginfo_function *arginfo) argument
635 printf_tbl[spec].gnurender = render;
642 register_printf_render(int spec, printf_render *render, printf_arginfo_function *arginfo) argument
647 printf_tbl[spec].render = render;
/freebsd-11.0-release/contrib/llvm/include/llvm/Option/
H A DArg.h107 void render(const ArgList &Args, ArgStringList &Output) const;
109 /// \brief Append the argument, render as an input, onto the given
112 /// The distinction is that some options only render their values
/freebsd-11.0-release/contrib/libxo/xohtml/external/
H A Djquery.qtip.js128 PROTOTYPE.render = function(show) {
207 // Initialize 'render' plugins
210 if(this.initialize === 'render' && (instance = this(self))) {
221 self._trigger('render');
411 v && !this.rendered && this.render(this.options.show.ready);
448 v && (!this.rendered && this.render(TRUE) || this.toggle(TRUE));
466 '^events.(render|show|move|hide|focus|blur)$': function(obj, o, v) {
961 if(!this.rendered) { return state ? this.render(1) : this; }
1539 // Tooltip isn't yet rendered, remove render event
1582 // No valid content was found, abort render
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DTools.cpp257 A.render(Args, CmdArgs);
380 A->render(Args, CmdArgs);
441 // Not translated, render as usual.
443 A->render(Args, CmdArgs);
3170 ProfileGenerateArg->render(Args, CmdArgs);
3183 ProfileUseArg->render(Args, CmdArgs);
4330 A->render(Args, CmdArgs);
4363 Std->render(Args, CmdArgs);
4370 A->render(Args, CmdArgs);
4759 A->render(Arg
[all...]
H A DDriver.cpp527 A->render(Args, ASL);

Completed in 251 milliseconds