HomeSort by relevance Sort by last modified time
    Searched refs:__GNUC_VERSION__ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
top.h 397 #if __GNUC_VERSION__ >= 40100 && __GNUC_VERSION__ < 40300
423 #if __GNUC_VERSION__ >= 40100 && __GNUC_VERSION__ < 40300
platform.h 98 #define __GNUC_VERSION__ (__GNUC__ * 10000 + __GNUC_MINOR__ * 100)
106 #if __GNUC_VERSION__ >= 29600 && __GNUC_VERSION__ < 40100

Completed in 112 milliseconds