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

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcplus-dem.c315 #define STRING_EMPTY(str) ((str) -> b == (str) -> p) macro
316 #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))
3425 if (!STRING_EMPTY (&decl)
3458 if (!STRING_EMPTY (&decl)
3588 if (!STRING_EMPTY (&decl))
3660 if (!STRING_EMPTY (&decl))
3711 if (!STRING_EMPTY (result))
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcplus-dem.c315 #define STRING_EMPTY(str) ((str) -> b == (str) -> p) macro
316 #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))
3425 if (!STRING_EMPTY (&decl)
3458 if (!STRING_EMPTY (&decl)
3588 if (!STRING_EMPTY (&decl))
3660 if (!STRING_EMPTY (&decl))
3711 if (!STRING_EMPTY (result))

Completed in 151 milliseconds