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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.h27 void render(const FileCoverageSummary &File, raw_ostream &OS) const;
28 void render(const FunctionCoverageSummary &Function, const DemangleCache &DC,
H A DCoverageReport.cpp50 void render(raw_ostream &OS) const { function in struct:__anon3292::Column
77 Value.render(OS);
172 void CoverageReport::render(const FileCoverageSummary &File, function in class:llvm::CoverageReport
245 void CoverageReport::render(const FunctionCoverageSummary &Function, function in class:llvm::CoverageReport
313 render(Function, DC, OS);
318 render(Totals, DC, OS);
430 render(FCS, OS);
441 render(FCS, OS);
446 render(Totals, OS);
/freebsd-11-stable/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-stable/contrib/llvm-project/llvm/lib/Option/
H A DArg.cpp76 render(Args, ASL);
89 render(Args, Output);
96 void Arg::render(const ArgList &Args, ArgStringList &Output) const { function in class:Arg
H A DArgList.cpp113 Arg->render(*this, Output);
134 Arg->render(*this, Output);
/freebsd-11-stable/lib/libc/stdio/
H A Dxprintf.c237 printf_render *render; member in struct:__anon6746
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-stable/contrib/llvm-project/llvm/include/llvm/Option/
H A DArg.h128 void render(const ArgList &Args, ArgStringList &Output) const;
130 /// Append the argument, render as an input, onto the given
133 /// The distinction is that some options only render their values
H A DArgList.h308 A->render(*this, Output);
331 /// \param Joined - If true, render the argument as joined with
/freebsd-11-stable/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-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp1141 A->render(Args, CmdArgs);
1298 // Not translated, render as usual.
1300 A->render(Args, CmdArgs);
2224 A->render(Args, ASL);
3432 WeakArg->render(Args, CmdArgs);
3842 // Decide how to render forward declarations of template instantiations.
4221 A->render(Args, CmdArgs);
4523 A->render(Args, CmdArgs);
4526 A->render(Args, CmdArgs);
4781 A->render(Arg
[all...]
H A DHexagon.cpp180 // Don't render as input, we need gcc to do the translations.
182 II.getInputArg().render(Args, CmdArgs);
H A DGnu.cpp97 A->render(Args, CmdArgs);
177 // Don't render as input, we need gcc to do the translations.
178 A.render(Args, CmdArgs);
820 A->render(Args, CmdArgs);
833 A->render(Args, CmdArgs);
H A DMSVC.cpp683 A->render(Args, CmdArgs);
H A DCommonArgs.cpp185 A.render(Args, CmdArgs);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1154 A->render(Args, ASL);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1069 A->render(Args, ASL);
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex1139 % except using rgb instead of cmyk; the latter is said to render as a

Completed in 488 milliseconds