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

  /external/v8/include/
v8config.h 37 // #if V8_GNUC_PREREQ(4, 3, 1)
41 # define V8_GNUC_PREREQ(major, minor, patchlevel) \
45 # define V8_GNUC_PREREQ(major, minor, patchlevel) \
49 # define V8_GNUC_PREREQ(major, minor, patchlevel) 0
236 # define V8_HAS___ALIGNOF__ (V8_GNUC_PREREQ(4, 3, 0))
238 # define V8_HAS_ATTRIBUTE_ALIGNED (V8_GNUC_PREREQ(2, 95, 0))
242 # define V8_HAS_ATTRIBUTE_ALWAYS_INLINE (V8_GNUC_PREREQ(4, 4, 0))
243 # define V8_HAS_ATTRIBUTE_DEPRECATED (V8_GNUC_PREREQ(3, 4, 0))
244 # define V8_HAS_ATTRIBUTE_DEPRECATED_MESSAGE (V8_GNUC_PREREQ(4, 5, 0))
245 # define V8_HAS_ATTRIBUTE_NOINLINE (V8_GNUC_PREREQ(3, 4, 0)
    [all...]
  /external/v8/src/
globals.h 19 #if V8_CC_GNU && V8_GNUC_PREREQ(2, 96, 0) && !V8_GNUC_PREREQ(4, 1, 0)

Completed in 302 milliseconds