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

/freebsd-10-stable/contrib/binutils/include/
H A Dansidecl.h136 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
[all...]
/freebsd-10-stable/contrib/gcclibs/include/
H A Dansidecl.h136 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
[all...]
/freebsd-10-stable/contrib/gdb/include/
H A Dansidecl.h136 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
[all...]
/freebsd-10-stable/contrib/libucl/src/
H A Dxxhash.c139 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
/freebsd-10-stable/sys/cddl/boot/zfs/
H A Dlz4.c108 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Dxxhash.c148 #define GCC_VERSION ((__GNUC__-0) * 100 + (__GNUC_MINOR__ - 0)) macro
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c209 # define GCC_VERSION (__GNUC__*1000000+__GNUC_MINOR__*1000+__GNUC_PATCHLEVEL__) macro
211 # define GCC_VERSION 0 macro
[all...]

Completed in 400 milliseconds