Home
last modified time | relevance | path

Searched refs:render (Results 1 – 25 of 46) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DCoverageReport.cpp51 void render(raw_ostream &OS) const { in render() function
78 Value.render(OS); in operator <<()
173 void CoverageReport::render(const FileCoverageSummary &File, in render() function in llvm::CoverageReport
246 void CoverageReport::render(const FunctionCoverageSummary &Function, in render() function in llvm::CoverageReport
314 render(Function, DC, OS); in renderFunctionReports()
319 render(Totals, DC, OS); in renderFunctionReports()
431 render(FCS, OS); in renderFileReports()
442 render(FCS, OS); in renderFileReports()
447 render(Totals, OS); in renderFileReports()
H A DCoverageReport.h28 void render(const FileCoverageSummary &File, raw_ostream &OS) const;
29 void render(const FunctionCoverageSummary &Function, const DemangleCache &DC,
/freebsd-12.1/lib/libc/stdio/
H A Dxprintf.c239 printf_render *render; member
555 } else if (printf_tbl[pi->spec].render != NULL) { in __v2printf()
557 n = printf_tbl[pi->spec].render( in __v2printf()
632 register_printf_function(int spec, printf_function *render, printf_arginfo_function *arginfo) in register_printf_function() argument
637 printf_tbl[spec].gnurender = render; in register_printf_function()
644 register_printf_render(int spec, printf_render *render, printf_arginfo_function *arginfo) in register_printf_render() argument
649 printf_tbl[spec].render = render; in register_printf_render()
/freebsd-12.1/contrib/llvm/lib/Option/
H A DArg.cpp74 render(Args, ASL); in getAsString()
87 render(Args, Output); in renderAsInput()
94 void Arg::render(const ArgList &Args, ArgStringList &Output) const { in render() function in Arg
H A DArgList.cpp102 A->render(*this, Output); in AddLastArg()
110 A->render(*this, Output); in AddLastArg()
129 Arg->render(*this, Output); in AddAllArgsExcept()
150 Arg->render(*this, Output); in AddAllArgs()
/freebsd-12.1/include/
H A Dprintf.h124 int register_printf_function(int spec, printf_function *render, printf_arginfo_function *arginfo);
127 int register_printf_render(int spec, printf_render *render, printf_arginfo_function *arginfo);
/freebsd-12.1/contrib/llvm/include/llvm/Option/
H A DArg.h111 void render(const ArgList &Args, ArgStringList &Output) const;
H A DOptParser.td62 // RenderAsInput - The option should not render the name when rendered as an
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DClang.cpp1114 A->render(Args, CmdArgs); in AddPreprocessingOptions()
1204 A->render(Args, CmdArgs); in AddPreprocessingOptions()
1986 A->render(Args, ASL); in DumpCompilationDatabase()
2856 A->render(Args, CmdArgs); in RenderCharacterOptions()
4121 A->render(Args, CmdArgs); in ConstructJob()
4177 A->render(Args, CmdArgs); in ConstructJob()
4760 A->render(Args, CmdArgs); in ConstructJob()
4962 A->render(Args, CmdArgs); in ConstructJob()
4966 A->render(Args, CmdArgs); in ConstructJob()
5635 A->render(Args, CmdArgs); in AddClangCLArgs()
[all …]
H A DHexagon.cpp183 II.getInputArg().render(Args, CmdArgs); in ConstructJob()
H A DGnu.cpp95 A->render(Args, CmdArgs); in ConstructJob()
176 A.render(Args, CmdArgs); in ConstructJob()
750 A->render(Args, CmdArgs); in ConstructJob()
762 A->render(Args, CmdArgs); in ConstructJob()
H A DCommonArgs.cpp181 A.render(Args, CmdArgs); in AddLinkerInputs()
/freebsd-12.1/contrib/libxo/doc/
H A Dformatting.rst27 output, with attributes that detail how to render the data.
145 stylesheet can render the HTML into rich text that mirrors the
H A Dintro.rst18 and the role tells libxo how and when to render that field (see
H A Dfield-modifiers.rst18 g gettext Call gettext on field's render content
159 The humanize modifier is used to render large numbers as in a
H A Dfaq.rst45 how to render that XML into text. ODL might had a set of tags
/freebsd-12.1/contrib/llvm/include/llvm/Target/GlobalISel/
H A DTarget.td59 // void render(MachineInstrBuilder &MIB, const MachineInstr &MI)
/freebsd-12.1/contrib/libxo/xohtml/external/
H A Djquery.qtip.js128 PROTOTYPE.render = function(show) { function
411 v && !this.rendered && this.render(this.options.show.ready);
448 v && (!this.rendered && this.render(TRUE) || this.toggle(TRUE));
961 if(!this.rendered) { return state ? this.render(1) : this; }
1739 function render() { function
1741 api.render(typeof event === 'object' || options.show.ready);
1757 api.timers.show = setTimeout(render, options.show.delay);
1762 else { render(); }
1915 render: NULL, property
/freebsd-12.1/release/picobsd/mfs_tree/etc/
H A Ddisktab15 # (the default -i value will render you with a floppy wasting way
/freebsd-12.1/crypto/openssl/doc/man7/
H A Dscrypt.pod12 computation. The intention of this is to render brute forcing of passwords on
/freebsd-12.1/usr.bin/compress/doc/
H A Drevision.log17 * speedups render the megamemory version defunct, for now. Make decoder
/freebsd-12.1/sbin/bsdlabel/
H A Ddisktab21 # (the default -i value will render you with a floppy wasting way
/freebsd-12.1/crypto/openssl/doc/man1/
H A Dpkcs12.pod156 always assumes these are the same so this option will render such
226 Encrypt the certificate using triple DES, this may render the PKCS#12
/freebsd-12.1/contrib/mandoc/
H A DTODO312 ought to render "Key Length" with emphasis, too,
385 and render them with <a class="Xr" href=...>
389 - The tables used to render the three-part page headers actually force
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc177 "Format string used to render stack frames. "

12