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

/freebsd-11.0-release/contrib/gcclibs/include/
H A Dansidecl.h136 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
[all...]
/freebsd-11.0-release/contrib/gdb/include/
H A Dansidecl.h136 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
[all...]
/freebsd-11.0-release/contrib/binutils/include/
H A Dansidecl.h136 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
[all...]
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Dxxhash.c149 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
/freebsd-11.0-release/sys/cddl/boot/zfs/
H A Dlz4.c108 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
/freebsd-11.0-release/contrib/sqlite3/
H A Dsqlite3.c174 # define GCC_VERSION (__GNUC__*1000000+__GNUC_MINOR__*1000+__GNUC_PATCHLEVEL__) macro
176 # define GCC_VERSION 0 macro
[all...]

Completed in 376 milliseconds