Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDdefaults.h586 #ifdef UINT_LEAST16_TYPE
587 #define CHAR16_TYPE UINT_LEAST16_TYPE
689 #ifndef UINT_LEAST16_TYPE
690 #define UINT_LEAST16_TYPE ((const char *) NULL) macro
/dragonfly/contrib/gcc-4.7/gcc/
HDdefaults.h602 #ifdef UINT_LEAST16_TYPE
603 #define CHAR16_TYPE UINT_LEAST16_TYPE
705 #ifndef UINT_LEAST16_TYPE
706 #define UINT_LEAST16_TYPE ((const char *) NULL) macro
/dragonfly/contrib/gcc-4.7/gcc/config/
HDdragonfly-stdint.h42 #define UINT_LEAST16_TYPE UINT16_TYPE macro
/dragonfly/contrib/gcc-8.0/gcc/config/
HDdragonfly-stdint.h42 #define UINT_LEAST16_TYPE UINT16_TYPE macro
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-common.c4324 if (UINT_LEAST16_TYPE) in c_common_nodes_and_builtins()
4326 TREE_TYPE (identifier_global_value (c_get_ident (UINT_LEAST16_TYPE))); in c_common_nodes_and_builtins()
5069 if (UINT_LEAST16_TYPE) in c_stddef_cpp_builtins()
5070 builtin_define_with_value ("__UINT_LEAST16_TYPE__", UINT_LEAST16_TYPE, 0); in c_stddef_cpp_builtins()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-common.c5018 if (UINT_LEAST16_TYPE) in c_common_nodes_and_builtins()
5020 TREE_TYPE (identifier_global_value (c_get_ident (UINT_LEAST16_TYPE))); in c_common_nodes_and_builtins()
5764 if (UINT_LEAST16_TYPE) in c_stddef_cpp_builtins()
5765 builtin_define_with_value ("__UINT_LEAST16_TYPE__", UINT_LEAST16_TYPE, 0); in c_stddef_cpp_builtins()
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDtm.texi1738 @defmacx UINT_LEAST16_TYPE
HDtm.texi.in1716 @defmacx UINT_LEAST16_TYPE