Searched refs:CHAR16_TYPE (Results 1 – 7 of 7) sorted by relevance
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | defaults.h | 591 #define CHAR16_TYPE UINT_LEAST16_TYPE macro 593 #define CHAR16_TYPE "short unsigned int" macro
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | defaults.h | 601 #define CHAR16_TYPE UINT_LEAST16_TYPE macro 603 #define CHAR16_TYPE "short unsigned int" macro
|
H A D | ChangeLog-2009 | 22418 (SIZE_TYPE, PID_TYPE, CHAR16_TYPE, CHAR32_TYPE): Move defaults here... 30178 * c-common.c (CHAR16_TYPE): Define in terms of UINT_LEAST16_TYPE
|
H A D | ChangeLog-2008 | 22086 * c-common.c (CHAR16_TYPE, CHAR32_TYPE): New macros.
|
/netbsd/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.c | 4316 char16_type_node = get_identifier (CHAR16_TYPE); in c_common_nodes_and_builtins() 5105 builtin_define_with_value ("__CHAR16_TYPE__", CHAR16_TYPE, 0); in c_stddef_cpp_builtins()
|
H A D | c-common.cc | 4563 char16_type_node = get_identifier (CHAR16_TYPE); in c_common_nodes_and_builtins() 5369 builtin_define_with_value ("__CHAR16_TYPE__", CHAR16_TYPE, 0); in c_stddef_cpp_builtins()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.c | 4316 char16_type_node = get_identifier (CHAR16_TYPE); in c_common_nodes_and_builtins() 5105 builtin_define_with_value ("__CHAR16_TYPE__", CHAR16_TYPE, 0); in c_stddef_cpp_builtins()
|