Searched refs:PRINTF_CHECK (Results 1 – 12 of 12) sorted by relevance
/external/valgrind/include/ |
D | pub_tool_libcprint.h | 53 PRINTF_CHECK(2, 3); 56 PRINTF_CHECK(2, 0); 60 PRINTF_CHECK(3, 4); 64 PRINTF_CHECK(3, 0); 94 PRINTF_CHECK(1, 2); 96 PRINTF_CHECK(1, 0); 99 PRINTF_CHECK(1, 2); 102 PRINTF_CHECK(1, 0); 109 PRINTF_CHECK(2, 3); 111 PRINTF_CHECK(2, 0); [all …]
|
D | pub_tool_basics.h | 356 #define PRINTF_CHECK(x, y) __attribute__((format(__printf__, x, y))) macro 358 #define PRINTF_CHECK(x, y) macro
|
D | pub_tool_gdbserver.h | 145 extern UInt VG_(gdb_printf) ( const HChar *format, ... ) PRINTF_CHECK(1, 2);
|
D | pub_tool_xarray.h | 167 PRINTF_CHECK(2, 3);
|
/external/valgrind/drd/ |
D | drd_error.h | 182 void DRD_(trace_msg)(const HChar* format, ...) PRINTF_CHECK(1, 2); 183 void DRD_(trace_msg_w_bt)(const HChar* format, ...) PRINTF_CHECK(1, 2);
|
D | drd_error.c | 95 static void print_err_detail(const HChar* format, ...) PRINTF_CHECK(1, 2);
|
/external/vixl/src/vixl/ |
D | utils.h | 39 #define PRINTF_CHECK(format_index, varargs_index) \ macro 42 #define PRINTF_CHECK(format_index, varargs_index)
|
/external/vixl/src/vixl/a64/ |
D | disasm-a64.h | 150 void AppendToOutput(const char* string, ...) PRINTF_CHECK(2, 3);
|
/external/valgrind/exp-sgcheck/ |
D | pc_common.c | 279 static void emit ( const HChar* format, ... ) PRINTF_CHECK(1, 2);
|
/external/valgrind/helgrind/ |
D | hg_errors.c | 720 static void emit ( const HChar* format, ... ) PRINTF_CHECK(1, 2);
|
/external/valgrind/memcheck/ |
D | mc_errors.c | 218 static void emit ( const HChar* format, ... ) PRINTF_CHECK(1, 2);
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-darwin.c | 342 static void log_decaying ( const HChar* format, ... ) PRINTF_CHECK(1, 2);
|