Home
last modified time | relevance | path

Searched refs:TYPE_STRING_FLAG (Results 1 – 24 of 24) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDgimple.c3450 || TYPE_STRING_FLAG (t1) != TYPE_STRING_FLAG (t2))) in gtc_visit()
3566 || TYPE_STRING_FLAG (t1) != TYPE_STRING_FLAG (t2) in gimple_types_compatible_p_1()
3873 || TYPE_STRING_FLAG (t1) != TYPE_STRING_FLAG (t2))) in gimple_types_compatible_p()
4088 v = iterative_hash_hashval_t (TYPE_STRING_FLAG (type), v); in iterative_hash_gimple_type()
4094 v = iterative_hash_hashval_t (TYPE_STRING_FLAG (type), v); in iterative_hash_gimple_type()
4322 v = iterative_hash_hashval_t (TYPE_STRING_FLAG (type), v); in iterative_hash_canonical_type()
4329 v = iterative_hash_hashval_t (TYPE_STRING_FLAG (type), v); in iterative_hash_canonical_type()
4545 || TYPE_STRING_FLAG (t1) != TYPE_STRING_FLAG (t2))) in gimple_canonical_types_compatible_p()
4590 || TYPE_STRING_FLAG (t1) != TYPE_STRING_FLAG (t2) in gimple_canonical_types_compatible_p()
HDtree-ssa.c1289 if (TYPE_STRING_FLAG (inner_type) != TYPE_STRING_FLAG (outer_type)) in useless_type_conversion_p()
HDtree-streamer-out.c277 bp_pack_value (bp, TYPE_STRING_FLAG (expr), 1); in pack_ts_type_common_value_fields()
HDprint-tree.c618 if (TYPE_STRING_FLAG (node)) in print_node()
HDtree-streamer-in.c332 TYPE_STRING_FLAG (expr) = (unsigned) bp_unpack_value (bp, 1); in unpack_ts_type_common_value_fields()
HDdbxout.c2102 if (TYPE_STRING_FLAG (type) && use_gnu_debug_info_extensions) in dbxout_type()
HDtree.c9238 TYPE_STRING_FLAG (signed_char_type_node) = 1; in build_common_tree_nodes()
9240 TYPE_STRING_FLAG (unsigned_char_type_node) = 1; in build_common_tree_nodes()
9248 TYPE_STRING_FLAG (char_type_node) = 1; in build_common_tree_nodes()
HDdwarf2out.c9618 if (TYPE_STRING_FLAG (type)) in base_type_die()
15718 if (TYPE_STRING_FLAG (type) && is_fortran () && dimension_number > 0) in add_subscript_info()
16387 if (TYPE_STRING_FLAG (type) in gen_array_type_die()
16440 && !TYPE_STRING_FLAG (TREE_TYPE (type))) in gen_array_type_die()
16479 if (TYPE_STRING_FLAG (element_type) && is_fortran ()) in gen_array_type_die()
HDtree.def202 TYPE_STRING_FLAG indicates a string (in contrast to an array of chars)
HDtree.h2332 #define TYPE_STRING_FLAG(NODE) (TYPE_CHECK (NODE)->type_common.string_flag) macro
HDbuiltins.c1809 case ARRAY_TYPE: return (TYPE_STRING_FLAG (type) in type_to_class()
/dragonfly/contrib/gcc-8.0/gcc/
HDgimple-expr.c162 if (TYPE_STRING_FLAG (inner_type) != TYPE_STRING_FLAG (outer_type)) in useless_type_conversion_p()
HDipa-devirt.c1354 && TYPE_STRING_FLAG (t1) != TYPE_STRING_FLAG (t2))
1420 gcc_assert (TYPE_STRING_FLAG (t1) == TYPE_STRING_FLAG (t2));
HDtree-streamer-out.c319 bp_pack_value (bp, TYPE_STRING_FLAG (expr), 1); in pack_ts_type_common_value_fields()
HDprint-tree.c554 if (TYPE_STRING_FLAG (node)) in print_node()
HDtree-streamer-in.c373 TYPE_STRING_FLAG (expr) = (unsigned) bp_unpack_value (bp, 1); in unpack_ts_type_common_value_fields()
HDtree.c9766 TYPE_STRING_FLAG (signed_char_type_node) = 1; in build_common_tree_nodes()
9768 TYPE_STRING_FLAG (unsigned_char_type_node) = 1; in build_common_tree_nodes()
9776 TYPE_STRING_FLAG (char_type_node) = 1; in build_common_tree_nodes()
13115 verify_variant_match (TYPE_STRING_FLAG); in verify_type_variant()
13409 || TYPE_STRING_FLAG (t1) != TYPE_STRING_FLAG (t2) in gimple_canonical_types_compatible_p()
13857 if (TYPE_STRING_FLAG (t) in verify_type()
HDdbxout.c2119 if (TYPE_STRING_FLAG (type) && use_gnu_debug_info_extensions) in dbxout_type()
HDlto-streamer-out.c1156 hstate.add_flag (TYPE_STRING_FLAG (t)); in hash_tree()
HDdwarf2out.c12790 if (TYPE_STRING_FLAG (type)) in base_type_die()
20953 if (TYPE_STRING_FLAG (type) && is_fortran () && dimension_number > 0) in add_subscript_info()
21784 if (TYPE_STRING_FLAG (type) in gen_array_type_die()
21850 && !TYPE_STRING_FLAG (TREE_TYPE (type))) in gen_array_type_die()
21881 if (TYPE_STRING_FLAG (element_type) && is_fortran ()) in gen_array_type_die()
HDtree.def205 TYPE_STRING_FLAG indicates a string (in contrast to an array of chars)
HDtree.h2055 #define TYPE_STRING_FLAG(NODE) (TYPE_CHECK (NODE)->type_common.string_flag) macro
HDbuiltins.c1810 case ARRAY_TYPE: return (TYPE_STRING_FLAG (type) in type_to_class()
/dragonfly/contrib/gcc-8.0/gcc/lto/
HDlto.c340 hstate.add_int (TYPE_STRING_FLAG (type)); in hash_canonical_type()
1184 compare_values (TYPE_STRING_FLAG); in compare_tree_sccs_1()