Home
last modified time | relevance | path

Searched refs:ATTRIBUTE_NONNULL (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_demangle/
Dansidecl.h299 #ifndef ATTRIBUTE_NONNULL
301 # define ATTRIBUTE_NONNULL(m) __attribute__ ((__nonnull__ (m))) macro
303 # define ATTRIBUTE_NONNULL(m)
321 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(m)