Searched refs:SIZETYPE (Results 1 – 20 of 20) sorted by relevance
/netbsd/external/gpl3/gcc.old/dist/gcc/config/vms/ |
H A D | vms.h | 72 #define SIZETYPE (flag_vms_pointer_size == VMS_POINTER_SIZE_NONE ? \ macro
|
/netbsd/external/gpl3/gcc/dist/gcc/config/vms/ |
H A D | vms.h | 72 #define SIZETYPE (flag_vms_pointer_size == VMS_POINTER_SIZE_NONE ? \ macro
|
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | defaults.h | 572 #ifndef SIZETYPE 573 #define SIZETYPE SIZE_TYPE macro
|
H A D | stor-layout.c | 2739 if (strcmp (SIZETYPE, "unsigned int") == 0) in initialize_sizetypes() 2741 else if (strcmp (SIZETYPE, "long unsigned int") == 0) in initialize_sizetypes() 2743 else if (strcmp (SIZETYPE, "long long unsigned int") == 0) in initialize_sizetypes() 2745 else if (strcmp (SIZETYPE, "short unsigned int") == 0) in initialize_sizetypes() 2759 if (strcmp (name, SIZETYPE) == 0 in initialize_sizetypes() 2760 || strcmp (altname, SIZETYPE) == 0) in initialize_sizetypes()
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | defaults.h | 582 #ifndef SIZETYPE 583 #define SIZETYPE SIZE_TYPE macro
|
H A D | stor-layout.c | 2739 if (strcmp (SIZETYPE, "unsigned int") == 0) in initialize_sizetypes() 2741 else if (strcmp (SIZETYPE, "long unsigned int") == 0) in initialize_sizetypes() 2743 else if (strcmp (SIZETYPE, "long long unsigned int") == 0) in initialize_sizetypes() 2745 else if (strcmp (SIZETYPE, "short unsigned int") == 0) in initialize_sizetypes() 2759 if (strcmp (name, SIZETYPE) == 0 in initialize_sizetypes() 2760 || strcmp (altname, SIZETYPE) == 0) in initialize_sizetypes()
|
H A D | stor-layout.cc | 2764 if (strcmp (SIZETYPE, "unsigned int") == 0) in initialize_sizetypes() 2766 else if (strcmp (SIZETYPE, "long unsigned int") == 0) in initialize_sizetypes() 2768 else if (strcmp (SIZETYPE, "long long unsigned int") == 0) in initialize_sizetypes() 2770 else if (strcmp (SIZETYPE, "short unsigned int") == 0) in initialize_sizetypes() 2784 if (strcmp (name, SIZETYPE) == 0 in initialize_sizetypes() 2785 || strcmp (altname, SIZETYPE) == 0) in initialize_sizetypes()
|
H A D | ChangeLog-2012 | 30259 (initialize_sizetypes): Use SIZETYPE instead of SIZE_TYPE. 30264 * doc/tm.texi.in (Type Layout): Document SIZETYPE. 30266 * defaults.h (SIZETYPE): Provide a default value. 30268 (SIZETYPE): Define.
|
H A D | ChangeLog-2019 | 24788 format of "__intN" types for SIZETYPE.
|
H A D | ChangeLog-2004 | 17860 * stor-layout.c (initialize_sizetypes): Set SIZETYPE earlier,
|
/netbsd/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.c | 5164 builtin_define_with_value ("__SIZETYPE__", SIZETYPE, 0); in c_stddef_cpp_builtins()
|
H A D | c-common.cc | 5428 builtin_define_with_value ("__SIZETYPE__", SIZETYPE, 0); in c_stddef_cpp_builtins()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.c | 5164 builtin_define_with_value ("__SIZETYPE__", SIZETYPE, 0); in c_stddef_cpp_builtins()
|
/netbsd/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2000 | 5202 SIZETYPE to a non-SIZETYPE.
|
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | tm.texi.in | 1441 @defmac SIZETYPE
|
H A D | tm.texi | 1626 @defmac SIZETYPE
|
H A D | gccint.info | 32429 -- Macro: SIZETYPE 55114 * SIZETYPE: Type Layout. (line 147)
|
/netbsd/external/gpl3/gcc/dist/gcc/doc/ |
H A D | tm.texi.in | 1446 @defmac SIZETYPE
|
H A D | tm.texi | 1678 @defmac SIZETYPE
|
H A D | gccint.info | 32429 -- Macro: SIZETYPE 55114 * SIZETYPE: Type Layout. (line 147)
|