HomeSort by relevance Sort by last modified time
    Searched full:__has_attribute (Results 1 - 19 of 19) 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)
  /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 89 #if !__has_attribute(no_thread_safety_analysis)
128 #if !__has_attribute(guarded_var)
166 #if !__has_attribute(pt_guarded_var)
210 #if !__has_attribute(lockable)
250 #if !__has_attribute(scoped_lockable)
292 #if !__has_attribute(guarded_by)
360 #if !__has_attribute(pt_guarded_by)
430 #if !__has_attribute(acquired_after)
490 #if !__has_attribute(acquired_before)
554 #if !__has_attribute(exclusive_lock_function
    [all...]
  /external/clang/test/SemaObjC/
default-synthesize-3.m 4 #if __has_attribute(objc_requires_property_definitions)
super-dealloc-attribute.m 7 #if __has_attribute(objc_requires_super)
  /external/skia/include/core/
SkPreConfig.h 239 #if defined(__has_attribute)
240 # define SK_HAS_ATTRIBUTE(x) __has_attribute(x)
  /external/clang/test/CodeGenCXX/
type_visibility.cpp 17 #if !__has_attribute(type_visibility)
  /external/clang/docs/
LanguageExtensions.rst 112 ``__has_attribute``
121 #ifndef __has_attribute // Optional of course.
122 #define __has_attribute(x) 0 // Compatibility with non-clang compilers.
126 #if __has_attribute(always_inline)
    [all...]
AutomaticReferenceCounting.rst     [all...]
  /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/clang/include/clang/Lex/
Preprocessor.h 121 IdentifierInfo *Ident__has_attribute; // __has_attribute
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 200 Ident__has_attribute = RegisterBuiltinMacro(*this, "__has_attribute");
    [all...]
  /external/clang/test/Analysis/
retain-release.m 28 #if __has_attribute(ns_returns_autoreleased)
    [all...]
  /prebuilts/clang/linux-x86/3.1/
clang 
clang++ 
  /prebuilts/sdk/tools/linux/
libclang.so 

Completed in 1626 milliseconds