Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtree.h368 unsigned unsigned_flag : 1; member
1178 #define DECL_UNSIGNED(NODE) (DECL_COMMON_CHECK (NODE)->common.unsigned_flag)
1182 (BIT_FIELD_REF_CHECK (NODE)->common.unsigned_flag)
1185 #define TYPE_UNSIGNED(NODE) (TYPE_CHECK (NODE)->common.unsigned_flag)
H A Dtree-into-ssa.c251 #define REGISTER_DEFS_IN_THIS_STMT(T) (T)->common.unsigned_flag
H A DChangeLog.tree-ssa3348 * tree.h (FUNCTION_RECEIVES_NONLOCAL_GOTO): Use unsigned_flag.
H A DChangeLog-200436870 * print-tree.c (print_node): Handle various used of unsigned_flag.
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-20045470 * class.c (VTT_TOP_LEVEL_P): Use unsigned_flag directly.