Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__format/
Dparser_std_format_spec.h85 …CPP_HIDE_FROM_ABI constexpr uint32_t __substitute_arg_id(basic_format_arg<_Context> __format_arg) { in __substitute_arg_id()
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__format/
Dparser_std_format_spec.h85 …CPP_HIDE_FROM_ABI constexpr uint32_t __substitute_arg_id(basic_format_arg<_Context> __format_arg) { in __substitute_arg_id()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__format/
Dparser_std_format_spec.h85 …CPP_HIDE_FROM_ABI constexpr uint32_t __substitute_arg_id(basic_format_arg<_Context> __format_arg) { in __substitute_arg_id()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__format/
Dparser_std_format_spec.h85 …CPP_HIDE_FROM_ABI constexpr uint32_t __substitute_arg_id(basic_format_arg<_Context> __format_arg) { in __substitute_arg_id()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__format/
Dparser_std_format_spec.h85 …CPP_HIDE_FROM_ABI constexpr uint32_t __substitute_arg_id(basic_format_arg<_Context> __format_arg) { in __substitute_arg_id()
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__format/
H A Dparser_std_format_spec.h85 …CPP_HIDE_FROM_ABI constexpr uint32_t __substitute_arg_id(basic_format_arg<_Context> __format_arg) { in __substitute_arg_id()
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/libc/sys/
Dcdefs.h507 #define __format_arg(fmtarg) macro
515 #define __format_arg(fmtarg) __attribute__((__format_arg__ (fmtarg))) macro
/aosp_15_r20/external/python/cpython2/Lib/plat-freebsd8/
DIN.py54 def __format_arg(fmtarg): return __attribute__((__format_arg__ (fmtarg))) function
/aosp_15_r20/external/python/cpython2/Lib/plat-freebsd6/
DIN.py54 def __format_arg(fmtarg): return __attribute__((__format_arg__ (fmtarg))) function
/aosp_15_r20/external/python/cpython2/Lib/plat-freebsd7/
DIN.py54 def __format_arg(fmtarg): return __attribute__((__format_arg__ (fmtarg))) function