Searched refs:STRING_EMPTY (Results 1 – 1 of 1) sorted by relevance
315 #define STRING_EMPTY(str) ((str) -> b == (str) -> p) macro316 #define APPEND_BLANK(str) {if (!STRING_EMPTY(str)) \318 #define LEN_STRING(str) ( (STRING_EMPTY(str))?0:((str)->p - (str)->b))3289 if (!STRING_EMPTY (result)) in demangle_qualified()3425 if (!STRING_EMPTY (&decl) in do_type()3458 if (!STRING_EMPTY (&decl) in do_type()3588 if (!STRING_EMPTY (&decl)) in do_type()3660 if (!STRING_EMPTY (&decl)) in do_type()3711 if (!STRING_EMPTY (result)) in demangle_fund_type()