MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / format_func_rets

Function format_func_rets

lib/asmjit/asmjit/core/formatter.cpp:411–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409}
410
411static Error format_func_rets(
412 String& sb,
413 FormatFlags format_flags,
414 const BaseCompiler* cc,
415 const FuncDetail& fd) noexcept {
416
417 return format_func_value_pack(sb, format_flags, cc, fd.ret_pack(), nullptr);
418}
419
420static Error format_func_args(
421 String& sb,

Callers 1

format_nodeFunction · 0.85

Calls 1

format_func_value_packFunction · 0.85

Tested by

no test coverage detected