Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dcplus-dem.c321 #define STRING_EMPTY(str) ((str) -> b == (str) -> p) macro
322 #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()