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

  /external/chromium_org/v8/include/
v8config.h 60 // #if V8_GNUC_PREREQ(4, 3, 1)
64 # define V8_GNUC_PREREQ(major, minor, patchlevel) \
68 # define V8_GNUC_PREREQ(major, minor, patchlevel) \
72 # define V8_GNUC_PREREQ(major, minor, patchlevel) 0
242 # define V8_HAS___ALIGNOF__ (V8_GNUC_PREREQ(4, 3, 0))
244 # define V8_HAS_ATTRIBUTE_ALIGNED (V8_GNUC_PREREQ(2, 95, 0))
248 # define V8_HAS_ATTRIBUTE_ALWAYS_INLINE (V8_GNUC_PREREQ(4, 4, 0))
249 # define V8_HAS_ATTRIBUTE_DEPRECATED (V8_GNUC_PREREQ(3, 4, 0))
250 # define V8_HAS_ATTRIBUTE_DEPRECATED_MESSAGE (V8_GNUC_PREREQ(4, 5, 0))
251 # define V8_HAS_ATTRIBUTE_NOINLINE (V8_GNUC_PREREQ(3, 4, 0)
    [all...]
  /external/chromium_org/v8/src/
globals.h 38 #if V8_CC_GNU && V8_GNUC_PREREQ(2, 96, 0) && !V8_GNUC_PREREQ(4, 1, 0)

Completed in 405 milliseconds