Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A DLANGUAGES45 deals with intDI_type_node to also handle intTI_type_node.
H A Dc-common.c2030 if (mode == TYPE_MODE (intTI_type_node))
2031 return unsignedp ? unsigned_intTI_type_node : intTI_type_node;
2103 if (type1 == intTI_type_node)
2139 return intTI_type_node;
2181 if (TYPE_PRECISION (type) == TYPE_PRECISION (intTI_type_node))
2182 return unsignedp ? unsigned_intTI_type_node : intTI_type_node;
3283 intTI_type_node)); in c_common_nodes_and_builtins()
H A Dtree.h2034 #define intTI_type_node global_trees[TI_INTTI_TYPE] macro
H A Dtree.c4745 intTI_type_node = make_signed_type (GET_MODE_BITSIZE (TImode));
H A DChangeLog.04845 * c-decl.c (intTI_type_node, unsigned_int_TI_type_node): Define.
4847 * c-tree.h (intTI_type_node, unsigned_int_TI_type_node): Declare.
H A DChangeLog.112021 * c-decl.c (intTI_type_node, unsigned_intTI_type_node): Only declare
12025 * c-tree.h (intTI_type_node, unsigned_intTI_type_node): Only declare
/openbsd/gnu/gcc/gcc/
H A Dc-common.c1693 if (mode == TYPE_MODE (intTI_type_node)) in c_common_type_for_mode()
1694 return unsignedp ? unsigned_intTI_type_node : intTI_type_node; in c_common_type_for_mode()
1779 if (type1 == intTI_type_node) in c_common_unsigned_type()
1814 return intTI_type_node; in c_common_signed_type()
1866 if (TYPE_OK (intTI_type_node)) in c_common_signed_or_unsigned_type()
1867 return unsignedp ? unsigned_intTI_type_node : intTI_type_node; in c_common_signed_or_unsigned_type()
3167 intTI_type_node)); in c_common_nodes_and_builtins()
H A Dtree.h3305 #define intTI_type_node global_trees[TI_INTTI_TYPE] macro
H A Dtree.c6518 intTI_type_node = make_or_reuse_type (GET_MODE_BITSIZE (TImode), 0); in build_common_tree_nodes()
/openbsd/gnu/gcc/gcc/treelang/
H A Dtreetree.c1153 tree_push_type_decl (NULL_TREE, intTI_type_node); in treelang_init_decl_processing()
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c12750 = build_function_type (intTI_type_node, void_list_node); in ix86_init_mmx_sse_builtins()
12754 = build_function_type_list (intTI_type_node, in ix86_init_mmx_sse_builtins()
12755 intTI_type_node, intTI_type_node, NULL_TREE); in ix86_init_mmx_sse_builtins()
/openbsd/gnu/gcc/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.
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c14955 if (mode == TYPE_MODE (intTI_type_node))
14956 return unsignedp ? unsigned_intTI_type_node : intTI_type_node;
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A DChangeLog.28281 * decl.c (intTI_type_node, unsigned_intTI_type_node): Only declare
8285 * cp-tree.h (intTI_type_node, unsigned_intTI_type_node): Only declare
11840 * cp-tree.h (intTI_type_node, unsigned_intTI_type_node): Declare.
11841 * decl.c (intTI_type_node, unsigned_intTI_type_node): Define.