HomeSort by relevance Sort by last modified time
    Searched refs:__has_attribute (Results 1 - 21 of 21) 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)
43 #if __has_attribute(interrupt)
48 #if !__has_attribute(dllexport
    [all...]
  /external/clang/test/Sema/
attr-tls_model.c 3 #if !__has_attribute(tls_model)
  /external/dng_sdk/source/
dng_fingerprint.h 229 #if defined(__clang__) && defined(__has_attribute)
230 #if __has_attribute(no_sanitize)
247 #if defined(__clang__) && defined(__has_attribute)
248 #if __has_attribute(no_sanitize)
265 #if defined(__clang__) && defined(__has_attribute)
266 #if __has_attribute(no_sanitize)
283 #if defined(__clang__) && defined(__has_attribute)
284 #if __has_attribute(no_sanitize)
dng_bad_pixels.h 81 #if defined(__clang__) && defined(__has_attribute)
82 #if __has_attribute(no_sanitize)
dng_utils.h 34 #if defined(__clang__) && defined(__has_attribute)
35 #if __has_attribute(no_sanitize)
1173 #if defined(__clang__) && defined(__has_attribute)
1174 #if __has_attribute(no_sanitize)
dng_fingerprint.cpp 451 #if defined(__clang__) && defined(__has_attribute)
452 #if __has_attribute(no_sanitize)
dng_mosaic_info.cpp 289 #if defined(__clang__) && defined(__has_attribute)
290 #if __has_attribute(no_sanitize)
301 #if defined(__clang__) && defined(__has_attribute)
302 #if __has_attribute(no_sanitize)
    [all...]
  /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)
372 #if !__has_attribute(pt_guarded_by)
442 #if !__has_attribute(acquired_after)
502 #if !__has_attribute(acquired_before)
566 #if !__has_attribute(exclusive_lock_function
    [all...]
  /external/llvm/include/llvm/Support/
Compiler.h 28 #ifndef __has_attribute
29 # define __has_attribute(x) 0 macro
106 #if (__has_attribute(visibility) || LLVM_GNUC_PREREQ(4, 0, 0)) && \
113 #if __has_attribute(sentinel) || LLVM_GNUC_PREREQ(3, 0, 0)
119 #if __has_attribute(used) || LLVM_GNUC_PREREQ(3, 1, 0)
125 #if __has_attribute(warn_unused_result) || LLVM_GNUC_PREREQ(3, 4, 0)
139 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0)
146 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) && \
154 // __has_attribute(const), so assume it is supported.
162 #if __has_attribute(pure) || defined(__GNUC__
    [all...]
  /external/v8/include/
v8config.h 212 # define V8_HAS_ATTRIBUTE_ALIGNED (__has_attribute(aligned))
213 # define V8_HAS_ATTRIBUTE_ALWAYS_INLINE (__has_attribute(always_inline))
214 # define V8_HAS_ATTRIBUTE_DEPRECATED (__has_attribute(deprecated))
215 # define V8_HAS_ATTRIBUTE_NOINLINE (__has_attribute(noinline))
216 # define V8_HAS_ATTRIBUTE_NORETURN (__has_attribute(noreturn))
217 # define V8_HAS_ATTRIBUTE_UNUSED (__has_attribute(unused))
218 # define V8_HAS_ATTRIBUTE_VISIBILITY (__has_attribute(visibility))
220 (__has_attribute(warn_unused_result))
  /external/libpng/
pngconf.h 342 # if defined(__clang__) && defined(__has_attribute)
344 # if !defined(PNG_USE_RESULT) && __has_attribute(__warn_unused_result__)
347 # if !defined(PNG_NORETURN) && __has_attribute(__noreturn__)
350 # if !defined(PNG_ALLOCATED) && __has_attribute(__malloc__)
353 # if !defined(PNG_DEPRECATED) && __has_attribute(__deprecated__)
  /external/libmicrohttpd/src/include/
autoinit_funcs.h 72 #ifdef __has_attribute
73 #if !__has_attribute(constructor) || !__has_attribute(destructor)
75 #endif /* !__has_attribute(constructor) || !__has_attribute(destructor) */
76 #endif /* __has_attribute */
  /external/deqp/framework/delibs/decpp/
deDefs.hpp 121 #if (DE_COMPILER == DE_COMPILER_CLANG) && defined(__has_attribute)
122 # if __has_attribute(warn_unused)
  /external/skia/include/core/
SkPreConfig.h 243 #if defined(__has_attribute)
244 # define SK_HAS_ATTRIBUTE(x) __has_attribute(x)
  /external/clang/test/CodeGenCXX/
type_visibility.cpp 17 #if !__has_attribute(type_visibility)
  /external/icu/icu4c/source/common/unicode/
platform.h 432 #ifndef __has_attribute
433 # define __has_attribute(x) 0 macro
461 #if (defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3))) || __has_attribute(alloc_size)
  /bionic/libc/include/sys/
cdefs.h 56 #ifndef __has_attribute
57 #define __has_attribute(x) 0 macro
  /external/google-breakpad/src/common/mac/
GTMDefines.h 351 #if defined(__has_attribute)
352 #if __has_attribute(nonnull)

Completed in 687 milliseconds