Home
last modified time | relevance | path

Searched defs:__format_arg (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libcxx/include/__format/
HDparser_std_format_spec.h85 …CPP_HIDE_FROM_ABI constexpr uint32_t __substitute_arg_id(basic_format_arg<_Context> __format_arg) { in __substitute_arg_id()
/freebsd-13-stable/tools/build/cross-build/include/common/sys/
HDcdefs.h151 #define __format_arg(fmtarg) __attribute__((__format_arg__(fmtarg))) macro
/freebsd-13-stable/sys/sys/
HDcdefs.h500 #define __format_arg(fmtarg) macro
508 #define __format_arg(fmtarg) __attribute__((__format_arg__ (fmtarg))) macro
/freebsd-13-stable/tests/sys/opencrypto/
HDcryptodevh.py82 def __format_arg(fmtarg): return __attribute__((__format_arg__ (fmtarg))) function