Home
last modified time | relevance | path

Searched refs:DETECT_CC_GCC_VERSION (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Ddetect_cc.h48 #define DETECT_CC_GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
76 #ifndef DETECT_CC_GCC_VERSION
77 #define DETECT_CC_GCC_VERSION 0 macro
Du_debug_stack.c253 #if DETECT_CC_GCC && (DETECT_CC_GCC_VERSION > 404) || defined(__clang__) in debug_backtrace_capture()