Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDprint-tree.c561 if (TYPE_STRING_FLAG (node)) in print_node()
HDtree.c6506 TYPE_STRING_FLAG (signed_char_type_node) = 1; in build_common_tree_nodes()
6508 TYPE_STRING_FLAG (unsigned_char_type_node) = 1; in build_common_tree_nodes()
6516 TYPE_STRING_FLAG (char_type_node) = 1; in build_common_tree_nodes()
HDdbxout.c1985 if (TYPE_STRING_FLAG (type) && use_gnu_debug_info_extensions) in dbxout_type()
HDtree.def209 TYPE_STRING_FLAG indicates a string (in contrast to an array of chars)
HDtree.h2068 #define TYPE_STRING_FLAG(NODE) (TYPE_CHECK (NODE)->type.string_flag) macro
HDdwarf2out.c8234 if (TYPE_STRING_FLAG (type)) in base_type_die()
HDbuiltins.c1599 case ARRAY_TYPE: return (TYPE_STRING_FLAG (type) in type_to_class()
HDChangeLog-200612983 * tree.h (TYPE_STRING_FLAG): Document that this field may be used
12985 * tree.c (build_common_tree_nodes): Set TYPE_STRING_FLAG on
12988 INTEGER_TYPE. Use TYPE_STRING_FLAG to decide whether to emit