Searched refs:TYPE_STRING_FLAG (Results 1 – 8 of 8) sorted by relevance
561 if (TYPE_STRING_FLAG (node)) in print_node()
6506 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()
1985 if (TYPE_STRING_FLAG (type) && use_gnu_debug_info_extensions) in dbxout_type()
209 TYPE_STRING_FLAG indicates a string (in contrast to an array of chars)
2068 #define TYPE_STRING_FLAG(NODE) (TYPE_CHECK (NODE)->type.string_flag) macro
8234 if (TYPE_STRING_FLAG (type)) in base_type_die()
1599 case ARRAY_TYPE: return (TYPE_STRING_FLAG (type) in type_to_class()
12983 * tree.h (TYPE_STRING_FLAG): Document that this field may be used12985 * tree.c (build_common_tree_nodes): Set TYPE_STRING_FLAG on12988 INTEGER_TYPE. Use TYPE_STRING_FLAG to decide whether to emit