Searched defs:GCC_VERSION (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/include/
H A Dansidecl.h136 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
[all...]
/freebsd-11-stable/contrib/gdb/include/
H A Dansidecl.h136 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
[all...]
/freebsd-11-stable/contrib/binutils/include/
H A Dansidecl.h136 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
[all...]
/freebsd-11-stable/sys/cddl/boot/zfs/
H A Dlz4.c108 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Dxxhash.c148 #define GCC_VERSION ((__GNUC__-0) * 100 + (__GNUC_MINOR__ - 0)) macro
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c986 # define GCC_VERSION (__GNUC__*1000000+__GNUC_MINOR__*1000+__GNUC_PATCHLEVEL__) macro
988 # define GCC_VERSION 0 macro
191606 # define GCC_VERSION macro
191608 # define GCC_VERSION macro
195642 # define GCC_VERSION macro
195644 # define GCC_VERSION macro
[all...]

Completed in 555 milliseconds