Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Ddragonfly.h51 #undef SIZE_TYPE
52 #define SIZE_TYPE (TARGET_64BIT ? "long unsigned int" : "unsigned int") macro
H A Dx86-64.h39 #undef SIZE_TYPE
40 #define SIZE_TYPE (TARGET_LP64 ? "long unsigned int" : "unsigned int") macro
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Ddragonfly.h50 #undef SIZE_TYPE
51 #define SIZE_TYPE (TARGET_64BIT ? "long unsigned int" : "unsigned int") macro
H A Dx86-64.h40 #undef SIZE_TYPE
41 #define SIZE_TYPE (TARGET_LP64 ? "long unsigned int" : "unsigned int") macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddefaults.h568 #ifndef SIZE_TYPE
569 #define SIZE_TYPE "long unsigned int" macro
573 #define SIZETYPE SIZE_TYPE
H A Dtree.c9809 if (strcmp (SIZE_TYPE, "unsigned int") == 0) in build_common_tree_nodes()
9811 else if (strcmp (SIZE_TYPE, "long unsigned int") == 0) in build_common_tree_nodes()
9813 else if (strcmp (SIZE_TYPE, "long long unsigned int") == 0) in build_common_tree_nodes()
9815 else if (strcmp (SIZE_TYPE, "short unsigned int") == 0) in build_common_tree_nodes()
9828 if (strcmp (name, SIZE_TYPE) == 0) in build_common_tree_nodes()
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddefaults.h588 #ifndef SIZE_TYPE
589 #define SIZE_TYPE "long unsigned int" macro
H A Dstor-layout.c2427 if (strcmp (SIZE_TYPE, "unsigned int") == 0) in initialize_sizetypes()
2429 else if (strcmp (SIZE_TYPE, "long unsigned int") == 0) in initialize_sizetypes()
2431 else if (strcmp (SIZE_TYPE, "long long unsigned int") == 0) in initialize_sizetypes()
2433 else if (strcmp (SIZE_TYPE, "short unsigned int") == 0) in initialize_sizetypes()
H A Dtree.c9280 if (strcmp (SIZE_TYPE, "unsigned int") == 0) in build_common_tree_nodes()
9282 else if (strcmp (SIZE_TYPE, "long unsigned int") == 0) in build_common_tree_nodes()
9284 else if (strcmp (SIZE_TYPE, "long long unsigned int") == 0) in build_common_tree_nodes()
9286 else if (strcmp (SIZE_TYPE, "short unsigned int") == 0) in build_common_tree_nodes()
/dragonfly/contrib/gcc-8.0/gcc/lto/
H A Dlto-lang.c1217 if (strcmp (SIZE_TYPE, "unsigned int") == 0) in lto_build_c_type_nodes()
1223 else if (strcmp (SIZE_TYPE, "long unsigned int") == 0) in lto_build_c_type_nodes()
1229 else if (strcmp (SIZE_TYPE, "long long unsigned int") == 0) in lto_build_c_type_nodes()
1246 if (strcmp (name, SIZE_TYPE) == 0) in lto_build_c_type_nodes()
/dragonfly/contrib/gcc-4.7/gcc/lto/
H A Dlto-lang.c1079 if (strcmp (SIZE_TYPE, "unsigned int") == 0) in lto_build_c_type_nodes()
1085 else if (strcmp (SIZE_TYPE, "long unsigned int") == 0) in lto_build_c_type_nodes()
1091 else if (strcmp (SIZE_TYPE, "long long unsigned int") == 0) in lto_build_c_type_nodes()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.c5033 builtin_define_with_value ("__SIZE_TYPE__", SIZE_TYPE, 0); in c_stddef_cpp_builtins()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dtm.texi1650 @defmac SIZE_TYPE
1671 @code{SIZE_TYPE} above for more information.
1679 the contents of the string. See @code{SIZE_TYPE} above for more
1695 contents of the string. See @code{SIZE_TYPE} above for more
1705 string. See @code{SIZE_TYPE} above for more information.
1716 of the string. See @code{SIZE_TYPE} above for more information.
1760 @code{SIZE_TYPE} above for more information.
H A Dtm.texi.in1628 @defmac SIZE_TYPE
1649 @code{SIZE_TYPE} above for more information.
1657 the contents of the string. See @code{SIZE_TYPE} above for more
1673 contents of the string. See @code{SIZE_TYPE} above for more
1683 string. See @code{SIZE_TYPE} above for more information.
1694 of the string. See @code{SIZE_TYPE} above for more information.
1738 @code{SIZE_TYPE} above for more information.
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c5728 builtin_define_with_value ("__SIZE_TYPE__", SIZE_TYPE, 0); in c_stddef_cpp_builtins()