Searched refs:STRING_EMPTY (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_demangle/
H A Dcplus-dem.c333 #define STRING_EMPTY(str) ((str) -> b == (str) -> p) macro
334 #define APPEND_BLANK(str) {if (!STRING_EMPTY(str)) \
336 #define LEN_STRING(str) ( (STRING_EMPTY(str))?0:((str)->p - (str)->b))
3305 if (!STRING_EMPTY (result))
3441 if (!STRING_EMPTY (&decl)
3474 if (!STRING_EMPTY (&decl)
3604 if (!STRING_EMPTY (&decl))
3676 if (!STRING_EMPTY (&decl))
3727 if (!STRING_EMPTY (result))

Completed in 52 milliseconds