Searched refs:intTI_type_node (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | LANGUAGES | 45 deals with intDI_type_node to also handle intTI_type_node.
|
H A D | c-common.c | 2030 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 D | tree.h | 2034 #define intTI_type_node global_trees[TI_INTTI_TYPE] macro
|
H A D | tree.c | 4745 intTI_type_node = make_signed_type (GET_MODE_BITSIZE (TImode));
|
H A D | ChangeLog.0 | 4845 * 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 D | ChangeLog.1 | 12021 * 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 D | c-common.c | 1693 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 D | tree.h | 3305 #define intTI_type_node global_trees[TI_INTTI_TYPE] macro
|
H A D | tree.c | 6518 intTI_type_node = make_or_reuse_type (GET_MODE_BITSIZE (TImode), 0); in build_common_tree_nodes()
|
/openbsd/gnu/gcc/gcc/treelang/ |
H A D | treetree.c | 1153 tree_push_type_decl (NULL_TREE, intTI_type_node); in treelang_init_decl_processing()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | i386.c | 12750 = 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 D | ChangeLog-1998 | 1493 * 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 D | com.c | 14955 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 D | ChangeLog.2 | 8281 * 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.
|