Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dprint-tree.c493 if (TYPE_STRING_FLAG (node))
H A Ddbxout.c1469 if (TYPE_STRING_FLAG (type))
1500 if (TYPE_STRING_FLAG (type) && use_gnu_debug_info_extensions)
H A Dtree.def204 TYPE_STRING_FLAG indicates a string (in contrast to an array of chars)
212 TYPE_STRING_FLAG indicates a bitstring. */
H A Dtree.h1151 #define TYPE_STRING_FLAG(NODE) (TYPE_CHECK (NODE)->type.string_flag) macro
H A Ddwarfout.c4788 if (TYPE_STRING_FLAG (type) && TREE_CODE(TREE_TYPE(type)) == CHAR_TYPE)
H A Dbuiltins.c1432 case ARRAY_TYPE: return (TYPE_STRING_FLAG (type)
H A Ddwarf2out.c11724 if (TYPE_STRING_FLAG (type) && TREE_CODE (TREE_TYPE (type)) == CHAR_TYPE)
/openbsd/gnu/gcc/gcc/
H A Dprint-tree.c559 if (TYPE_STRING_FLAG (node)) in print_node()
H A Dtree.c6482 TYPE_STRING_FLAG (signed_char_type_node) = 1; in build_common_tree_nodes()
6484 TYPE_STRING_FLAG (unsigned_char_type_node) = 1; in build_common_tree_nodes()
6492 TYPE_STRING_FLAG (char_type_node) = 1; in build_common_tree_nodes()
H A Ddbxout.c1983 if (TYPE_STRING_FLAG (type) && use_gnu_debug_info_extensions) in dbxout_type()
H A Dtree.def204 TYPE_STRING_FLAG indicates a string (in contrast to an array of chars)
H A Dtree.h2038 #define TYPE_STRING_FLAG(NODE) (TYPE_CHECK (NODE)->type.string_flag) macro
H A Dbuiltins.c1601 case ARRAY_TYPE: return (TYPE_STRING_FLAG (type) in type_to_class()
H A Ddwarf2out.c8188 if (TYPE_STRING_FLAG (type)) in base_type_die()