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 39 // #if V8_GNUC_PREREQ(4, 3, 1)
43 # define V8_GNUC_PREREQ(major, minor, patchlevel) \
47 # define V8_GNUC_PREREQ(major, minor, patchlevel) \
51 # define V8_GNUC_PREREQ(major, minor, patchlevel) 0
243 # define V8_HAS___ALIGNOF__ (V8_GNUC_PREREQ(4, 3, 0))
245 # define V8_HAS_ATTRIBUTE_ALIGNED (V8_GNUC_PREREQ(2, 95, 0))
249 # define V8_HAS_ATTRIBUTE_ALWAYS_INLINE (V8_GNUC_PREREQ(4, 4, 0))
250 # define V8_HAS_ATTRIBUTE_DEPRECATED (V8_GNUC_PREREQ(3, 4, 0))
251 # define V8_HAS_ATTRIBUTE_DEPRECATED_MESSAGE (V8_GNUC_PREREQ(4, 5, 0))
252 # define V8_HAS_ATTRIBUTE_NOINLINE (V8_GNUC_PREREQ(3, 4, 0)
    [all...]
  /external/v8/src/
globals.h 49 #if V8_CC_GNU && V8_GNUC_PREREQ(2, 96, 0) && !V8_GNUC_PREREQ(4, 1, 0)
    [all...]

Completed in 83 milliseconds