Searched refs:SIZETYPE (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/vms/
H A Dvms.h72 #define SIZETYPE (flag_vms_pointer_size == VMS_POINTER_SIZE_NONE ? \ macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/vms/
H A Dvms.h72 #define SIZETYPE (flag_vms_pointer_size == VMS_POINTER_SIZE_NONE ? \ macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddefaults.h572 #ifndef SIZETYPE
573 #define SIZETYPE SIZE_TYPE macro
H A Dstor-layout.c2746 if (strcmp (SIZETYPE, "unsigned int") == 0)
2748 else if (strcmp (SIZETYPE, "long unsigned int") == 0)
2750 else if (strcmp (SIZETYPE, "long long unsigned int") == 0)
2752 else if (strcmp (SIZETYPE, "short unsigned int") == 0)
2766 if (strcmp (name, SIZETYPE) == 0
2767 || strcmp (altname, SIZETYPE) == 0)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddefaults.h582 #ifndef SIZETYPE
583 #define SIZETYPE SIZE_TYPE macro
H A Dstor-layout.cc2771 if (strcmp (SIZETYPE, "unsigned int") == 0)
2773 else if (strcmp (SIZETYPE, "long unsigned int") == 0)
2775 else if (strcmp (SIZETYPE, "long long unsigned int") == 0)
2777 else if (strcmp (SIZETYPE, "short unsigned int") == 0)
2791 if (strcmp (name, SIZETYPE) == 0
2792 || strcmp (altname, SIZETYPE) == 0)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c5179 builtin_define_with_value ("__SIZETYPE__", SIZETYPE, 0);
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc5443 builtin_define_with_value ("__SIZETYPE__", SIZETYPE, 0);

Completed in 186 milliseconds