Home | History | Annotate | Download | only in include

Lines Matching full:supported

160 //  V8_HAS_CXX11_ALIGNAS        - alignas specifier supported
161 // V8_HAS_CXX11_ALIGNOF - alignof(type) operator supported
165 // V8_HAS___ALIGNOF - __alignof(type) operator supported
166 // V8_HAS___ALIGNOF__ - __alignof__(type) operator supported
167 // V8_HAS_ATTRIBUTE_ALIGNED - __attribute__((aligned(n))) supported
169 // supported
170 // V8_HAS_ATTRIBUTE_DEPRECATED - __attribute__((deprecated)) supported
171 // V8_HAS_ATTRIBUTE_NOINLINE - __attribute__((noinline)) supported
172 // V8_HAS_ATTRIBUTE_NORETURN - __attribute__((noreturn)) supported
173 // V8_HAS_ATTRIBUTE_UNUSED - __attribute__((unused)) supported
174 // V8_HAS_ATTRIBUTE_VISIBILITY - __attribute__((visibility)) supported
176 // supported
177 // V8_HAS_BUILTIN_CLZ - __builtin_clz() supported
178 // V8_HAS_BUILTIN_CTZ - __builtin_ctz() supported
179 // V8_HAS_BUILTIN_EXPECT - __builtin_expect() supported
180 // V8_HAS_BUILTIN_FRAME_ADDRESS - __builtin_frame_address() supported
181 // V8_HAS_BUILTIN_POPCOUNT - __builtin_popcount() supported
182 // V8_HAS_BUILTIN_SADD_OVERFLOW - __builtin_sadd_overflow() supported
183 // V8_HAS_BUILTIN_SSUB_OVERFLOW - __builtin_ssub_overflow() supported
184 // V8_HAS_BUILTIN_UADD_OVERFLOW - __builtin_uadd_overflow() supported
185 // V8_HAS_DECLSPEC_ALIGN - __declspec(align(n)) supported
186 // V8_HAS_DECLSPEC_DEPRECATED - __declspec(deprecated) supported
187 // V8_HAS_DECLSPEC_NOINLINE - __declspec(noinline) supported
188 // V8_HAS_DECLSPEC_SELECTANY - __declspec(selectany) supported
189 // V8_HAS_DECLSPEC_NORETURN - __declspec(noreturn) supported
190 // V8_HAS___FORCEINLINE - __forceinline supported
310 # define V8_NOINLINE /* NOT SUPPORTED */
322 # define V8_NORETURN /* NOT SUPPORTED */
376 # define V8_ALIGNED(n) /* NOT SUPPORTED */
423 #define V8_WARN_UNUSED_RESULT /* NOT SUPPORTED */