Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgdbtypes.h176 #define TYPE_UNSIGNED(t) (TYPE_FLAGS (t) & TYPE_FLAG_UNSIGNED) macro
/openbsd-src/gnu/gcc/gcc/
H A Dtree.h1161 #define TYPE_UNSIGNED(NODE) (TYPE_CHECK (NODE)->common.unsigned_flag) macro