OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__has_attribute
(Results
1 - 13
of
13
) sorted by null
/external/clang/test/Preprocessor/
has_attribute.c
4
#if
__has_attribute
(always_inline)
9
#if
__has_attribute
(__always_inline__)
14
#if !
__has_attribute
(dummy_attribute)
19
#ifdef
__has_attribute
24
#if !
__has_attribute
(something_we_dont_have)
29
#if
__has_attribute
(__const)
33
#if
__has_attribute
(const)
38
#if !
__has_attribute
(volatile)
/external/clang/test/Sema/
attr-tls_model.c
3
#if !
__has_attribute
(tls_model)
/external/clang/test/SemaCXX/
attr-no-sanitize-address.cpp
5
#if !
__has_attribute
(no_sanitize_address)
attr-no-sanitize-memory.cpp
5
#if !
__has_attribute
(no_sanitize_memory)
attr-no-sanitize-thread.cpp
5
#if !
__has_attribute
(no_sanitize_thread)
warn-thread-safety-parsing.cpp
99
#if !
__has_attribute
(no_thread_safety_analysis)
138
#if !
__has_attribute
(guarded_var)
176
#if !
__has_attribute
(pt_guarded_var)
220
#if !
__has_attribute
(lockable)
260
#if !
__has_attribute
(scoped_lockable)
302
#if !
__has_attribute
(guarded_by)
370
#if !
__has_attribute
(pt_guarded_by)
440
#if !
__has_attribute
(acquired_after)
500
#if !
__has_attribute
(acquired_before)
564
#if !
__has_attribute
(exclusive_lock_function
[
all
...]
/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
...]
/external/chromium_org/v8/include/
v8config.h
216
# define V8_HAS_ATTRIBUTE_ALIGNED (
__has_attribute
(aligned))
217
# define V8_HAS_ATTRIBUTE_ALWAYS_INLINE (
__has_attribute
(always_inline))
218
# define V8_HAS_ATTRIBUTE_DEPRECATED (
__has_attribute
(deprecated))
219
# define V8_HAS_ATTRIBUTE_NOINLINE (
__has_attribute
(noinline))
220
# define V8_HAS_ATTRIBUTE_UNUSED (
__has_attribute
(unused))
221
# define V8_HAS_ATTRIBUTE_VISIBILITY (
__has_attribute
(visibility))
223
(
__has_attribute
(warn_unused_result))
/external/chromium_org/third_party/skia/include/core/
SkPreConfig.h
228
#if defined(
__has_attribute
)
229
# define SK_HAS_ATTRIBUTE(x)
__has_attribute
(x)
/external/skia/include/core/
SkPreConfig.h
228
#if defined(
__has_attribute
)
229
# define SK_HAS_ATTRIBUTE(x)
__has_attribute
(x)
/external/clang/test/CodeGenCXX/
type_visibility.cpp
17
#if !
__has_attribute
(type_visibility)
/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/chromium_org/third_party/qcms/src/
transform.c
[
all
...]
Completed in 424 milliseconds