Home
last modified time | relevance | path

Searched defs:TYPE_UNSIGNED (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/gdb/gdb/
HDgdbtypes.h156 #define TYPE_UNSIGNED(t) (TYPE_FLAGS (t) & TYPE_FLAG_UNSIGNED) macro
/trueos/contrib/gcc/
HDtree.h1185 #define TYPE_UNSIGNED(NODE) (TYPE_CHECK (NODE)->common.unsigned_flag) macro