Home
last modified time | relevance | path

Searched defs:GCC_VERSION (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/lgpl3/mpc/dist/m4/
H A Dax_gcc_version.m464 AC_SUBST([GCC_VERSION]) subst
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dattrs.h28 #define GCC_VERSION(major, minor) \ macro
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dtestlib.h40 # define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
H A Dinternal.h40 # define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Dtestlib.h40 # define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
H A Dinternal.h40 # define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dansidecl.h51 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dansidecl.h51 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dansidecl.h62 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dansidecl.h62 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/
H A Dcore.c49 #define GCC_VERSION \ macro
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Dxxhash.c148 #define GCC_VERSION ((__GNUC__-0) * 100 + (__GNUC_MINOR__ - 0)) macro
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c225 # define GCC_VERSION (__GNUC__*1000000+__GNUC_MINOR__*1000+__GNUC_PATCHLEVEL__) macro
227 # define GCC_VERSION 0 macro