Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dgdbtypes.c2427 if (TYPE_NOSIGN (parm)) in rank_one_type()
2430 if (TYPE_NOSIGN (arg)) /* plain char -> plain char */ in rank_one_type()
2457 else if (!TYPE_NOSIGN (arg) && !TYPE_UNSIGNED (arg)) in rank_one_type()
2520 if (TYPE_NOSIGN (parm)) in rank_one_type()
2522 if (TYPE_NOSIGN (arg)) in rank_one_type()
2534 else if (!TYPE_NOSIGN (arg) && !TYPE_UNSIGNED (arg)) in rank_one_type()
3034 if (TYPE_NOSIGN (type)) in recursive_dump_type()
H A Dgdbtypes.h163 #define TYPE_NOSIGN(t) (TYPE_FLAGS (t) & TYPE_FLAG_NOSIGN) macro