OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__has_attribute
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/unicode/
platform.h
425
#ifndef
__has_attribute
426
# define
__has_attribute
(x) 0
macro
445
#if (defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3))) ||
__has_attribute
(alloc_size)
/external/llvm/include/llvm/Support/
Compiler.h
24
#ifndef
__has_attribute
25
# define
__has_attribute
(x) 0
macro
169
#if (
__has_attribute
(visibility) || __GNUC_PREREQ(4, 0)) && \
176
#if
__has_attribute
(used) || __GNUC_PREREQ(3, 1)
190
#if
__has_attribute
(unused) || __GNUC_PREREQ(3, 1)
197
#if (
__has_attribute
(weak) || __GNUC_PREREQ(4, 0)) && \
205
//
__has_attribute
(const), so assume it is supported.
213
#if
__has_attribute
(pure) || defined(__GNUC__)
243
#if
__has_attribute
(noinline) || __GNUC_PREREQ(3, 4)
255
#if
__has_attribute
(always_inline) || __GNUC_PREREQ(4, 0
[
all
...]
Completed in 411 milliseconds