Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-common.c1772 if (mode == TYPE_MODE (intTI_type_node)) in c_common_type_for_mode()
1773 return unsignedp ? unsigned_intTI_type_node : intTI_type_node; in c_common_type_for_mode()
1858 if (type1 == intTI_type_node) in c_common_unsigned_type()
1893 return intTI_type_node; in c_common_signed_type()
1945 if (TYPE_OK (intTI_type_node)) in c_common_signed_or_unsigned_type()
1946 return unsignedp ? unsigned_intTI_type_node : intTI_type_node; in c_common_signed_or_unsigned_type()
3330 intTI_type_node)); in c_common_nodes_and_builtins()
H A Dtree.h3382 #define intTI_type_node global_trees[TI_INTTI_TYPE] macro
H A Dtree.c6542 intTI_type_node = make_or_reuse_type (GET_MODE_BITSIZE (TImode), 0); in build_common_tree_nodes()
H A DChangeLog-19984702 * c-decl.c (intTI_type_node, unsigned_intTI_type_node): Only declare
4706 * c-tree.h (intTI_type_node, unsigned_intTI_type_node): Only declare
13424 * c-decl.c (intTI_type_node, unsigned_int_TI_type_node): Define.
13426 * c-tree.h (intTI_type_node, unsigned_int_TI_type_node): Declare.
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-19981493 * decl.c (intTI_type_node, unsigned_intTI_type_node): Only declare
1497 * cp-tree.h (intTI_type_node, unsigned_intTI_type_node): Only declare
5052 * cp-tree.h (intTI_type_node, unsigned_intTI_type_node): Declare.
5053 * decl.c (intTI_type_node, unsigned_intTI_type_node): Define.