Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c5933 tree cbtype; in ffecom_finish_global_() local
5956 cbtype = TREE_TYPE (cbt); in ffecom_finish_global_()
5957 TYPE_DOMAIN (cbtype) = build_range_type (integer_type_node, in ffecom_finish_global_()
5961 TREE_TYPE (size) = TYPE_DOMAIN (cbtype); in ffecom_finish_global_()
5962 layout_type (cbtype); in ffecom_finish_global_()
8422 tree cbtype; in ffecom_transform_common_() local
8505 cbtype = build_array_type (char_type_node, in ffecom_transform_common_()
8510 cbtype = build_array_type (char_type_node, NULL_TREE); in ffecom_transform_common_()
8517 cbtype); in ffecom_transform_common_()
8524 TREE_TYPE (cbt) = cbtype; in ffecom_transform_common_()