Home
last modified time | relevance | path

Searched refs:DECL_UNSIGNED (Results 1 – 16 of 16) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-streamer-out.c85 bp_pack_value (bp, DECL_UNSIGNED (expr), 1); in pack_ts_base_value_fields()
H A Dprint-tree.c388 if (DECL_UNSIGNED (node)) in print_node()
H A Dtree-streamer-in.c116 DECL_UNSIGNED (expr) = (unsigned) bp_unpack_value (bp, 1); in unpack_ts_base_value_fields()
H A Dstor-layout.c568 DECL_UNSIGNED (decl) = TYPE_UNSIGNED (type); in layout_decl()
H A Dtree.c8195 int unsignedp = (DECL_UNSIGNED (TREE_OPERAND (op, 1)) in get_narrower()
8209 && (first || uns == DECL_UNSIGNED (TREE_OPERAND (op, 1))) in get_narrower()
8213 uns = DECL_UNSIGNED (TREE_OPERAND (op, 1)); in get_narrower()
H A Dtree.h1357 #define DECL_UNSIGNED(NODE) \ macro
H A Dexpr.c6552 *punsignedp = DECL_UNSIGNED (field); in get_inner_reference()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-streamer-out.c91 bp_pack_value (bp, DECL_UNSIGNED (expr), 1); in pack_ts_base_value_fields()
H A Dprint-tree.c345 if (DECL_UNSIGNED (node)) in print_node()
H A Dtree-streamer-in.c124 DECL_UNSIGNED (expr) = (unsigned) bp_unpack_value (bp, 1); in unpack_ts_base_value_fields()
H A Dstor-layout.c632 DECL_UNSIGNED (decl) = TYPE_UNSIGNED (type); in layout_decl()
H A Dlto-streamer-out.c1013 hstate.add_flag (DECL_UNSIGNED (t)); in hash_tree()
H A Dtree.c8615 int unsignedp = (DECL_UNSIGNED (TREE_OPERAND (op, 1)) in get_narrower()
8629 && (first || uns == DECL_UNSIGNED (TREE_OPERAND (op, 1))) in get_narrower()
8633 uns = DECL_UNSIGNED (TREE_OPERAND (op, 1)); in get_narrower()
H A Dtree.h823 #define DECL_UNSIGNED(NODE) \ macro
H A Dexpr.c7212 *punsignedp = DECL_UNSIGNED (field); in get_inner_reference()
/dragonfly/contrib/gcc-8.0/gcc/lto/
H A Dlto.c1036 compare_values (DECL_UNSIGNED); in compare_tree_sccs_1()