Home
last modified time | relevance | path

Searched defs:arg_idx (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-private.hh94 #define HB_PRINTF_FUNC(format_idx, arg_idx) __attribute__((__format__ (__printf__, format_idx, arg_… argument
98 #define HB_PRINTF_FUNC(format_idx, arg_idx) argument
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c381 unsigned arg_idx = 0; in create_function() local