Home | History | Annotate | Download | only in m_demangle

Lines Matching defs:STRING_EMPTY

355 #define STRING_EMPTY(str)	((str) -> b == (str) -> p)
356 #define APPEND_BLANK(str) {if (!STRING_EMPTY(str)) \
358 #define LEN_STRING(str) ( (STRING_EMPTY(str))?0:((str)->p - (str)->b))
427 static int string_empty (string *);
3544 if (!STRING_EMPTY (result))
3691 if (!STRING_EMPTY (&decl)
3731 if (!STRING_EMPTY (&decl)
3864 if (!STRING_EMPTY (&decl))
3936 if (!STRING_EMPTY (&decl))
3990 if (!STRING_EMPTY (result))
4991 string_empty (string *s)