Searched refs:STRING_EMPTY (Results 1 – 1 of 1) sorted by relevance
321 #define STRING_EMPTY(str) ((str) -> b == (str) -> p) macro322 #define APPEND_BLANK(str) {if (!STRING_EMPTY(str)) \324 #define LEN_STRING(str) ( (STRING_EMPTY(str))?0:((str)->p - (str)->b))3296 if (!STRING_EMPTY (result)) in demangle_qualified()3432 if (!STRING_EMPTY (&decl) in do_type()3465 if (!STRING_EMPTY (&decl) in do_type()3595 if (!STRING_EMPTY (&decl)) in do_type()3667 if (!STRING_EMPTY (&decl)) in do_type()3718 if (!STRING_EMPTY (result)) in demangle_fund_type()