/third_party/libxml2/ |
D | elfgcchack.h | 69 extern __typeof (__xmlGenericError) __xmlGenericError __attribute((alias("__xmlGenericError__intern… 72 extern __typeof (__xmlGenericError) __xmlGenericError__internal_alias __attribute((visibility("hidd… 79 extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext __attribute((alias("__xmlGeneri… 82 extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext__internal_alias __attribute((vi… 91 extern __typeof (docbCreatePushParserCtxt) docbCreatePushParserCtxt __attribute((alias("docbCreateP… 94 extern __typeof (docbCreatePushParserCtxt) docbCreatePushParserCtxt__internal_alias __attribute((vi… 103 extern __typeof (htmlAttrAllowed) htmlAttrAllowed __attribute((alias("htmlAttrAllowed__internal_ali… 106 extern __typeof (htmlAttrAllowed) htmlAttrAllowed__internal_alias __attribute((visibility("hidden")… 115 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag __attribute((alias("htmlAutoCloseTag__internal_… 118 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag__internal_alias __attribute((visibility("hidden… [all …]
|
/third_party/protobuf/objectivec/ |
D | GPBCodedInputStream_PackagePrivate.h | 97 __attribute((ns_returns_retained)); 99 __attribute((ns_returns_retained)); 101 GPBCodedInputStreamState *state) __attribute((ns_returns_retained));
|
/third_party/gn/src/base/mac/ |
D | scoped_typeref.h | 113 operator T() const __attribute((ns_returns_not_retained)) { return object_; } in T() 115 T get() const __attribute((ns_returns_not_retained)) { return object_; } in get() 126 [[nodiscard]] T release() __attribute((ns_returns_not_retained)) { in release()
|
/third_party/mesa3d/src/util/ |
D | macros.h | 431 #define acquire_cap(l) __attribute((acquire_capability(l), no_thread_safety_analysis)) 432 #define release_cap(l) __attribute((release_capability(l), no_thread_safety_analysis)) 433 #define assert_cap(l) __attribute((assert_capability(l), no_thread_safety_analysis)) 434 #define requires_cap(l) __attribute((requires_capability(l))) 435 #define disable_thread_safety_analysis __attribute((no_thread_safety_analysis))
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 78869 - * doc/apibuild.py: fixed __attribute() parsing problem 101054 -extern __typeof (__xmlGenericError) __xmlGenericError __attribute((alias("__xmlGenericError__inter… 101057 -extern __typeof (__xmlGenericError) __xmlGenericError__internal_alias __attribute((visibility("hid… 101064 -extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext __attribute((alias("__xmlGener… 101067 -extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext__internal_alias __attribute((v… 101076 -extern __typeof (docbCreatePushParserCtxt) docbCreatePushParserCtxt __attribute((alias("docbCreate… 101079 -extern __typeof (docbCreatePushParserCtxt) docbCreatePushParserCtxt__internal_alias __attribute((v… 101088 -extern __typeof (htmlAttrAllowed) htmlAttrAllowed __attribute((alias("htmlAttrAllowed__internal_al… 101091 -extern __typeof (htmlAttrAllowed) htmlAttrAllowed__internal_alias __attribute((visibility("hidden"… 101100 -extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag __attribute((alias("htmlAutoCloseTag__internal… [all …]
|
/third_party/libabigail/tests/data/test-read-ctf/ |
D | test-ambiguous-struct-A.c | 8 static struct A a __attribute ((__used__));
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
D | dynamic_annotations.h | 274 __attribute((exclusive_lock_function("*"))) 276 __attribute((unlock_function("*")))
|
/third_party/openssl/crypto/modes/ |
D | ofb128.c | 15 typedef size_t size_t_aX __attribute((__aligned__(1))); typedef
|
D | ctr128.c | 16 typedef size_t size_t_aX __attribute((__aligned__(1))); typedef
|
D | cbc128.c | 19 typedef size_t size_t_aX __attribute((__aligned__(1))); typedef
|
D | cfb128.c | 15 typedef size_t size_t_aX __attribute((__aligned__(1))); typedef
|
D | xts128.c | 17 typedef u64 u64_a1 __attribute((__aligned__(1))); typedef
|
D | ccm128.c | 16 typedef u64 u64_a1 __attribute((__aligned__(1))); typedef
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | ident-list.h | 24 IDENT(__attribute); IDENT(__attribute__);
|
/third_party/ltp/utils/sctp/lib/ |
D | connectx.c | 79 __attribute ((alias ("__sctp_connectx")));
|
/third_party/elfutils/libdw/ |
D | libdw_alloc.c | 151 __attribute ((noreturn)) attribute_hidden
|
D | libdwP.h | 633 extern void __libdw_oom (void) __attribute ((noreturn)) attribute_hidden;
|
/third_party/selinux/libselinux/src/ |
D | sestatus.c | 30 } __attribute((packed));
|
/third_party/elfutils/tests/ |
D | elfshphehdr.c | 151 main (int argc __attribute__ ((unused)), char **argv __attribute ((unused))) in main()
|
/third_party/openssl/crypto/aes/ |
D | aes_ige.c | 32 } aes_block_t __attribute((__aligned__(1))); typedef
|
/third_party/openssl/crypto/whrlpool/ |
D | wp_block.c | 75 typedef u64 u64_a1 __attribute((__aligned__(1))); typedef 82 typedef u64 u64_aX __attribute((__aligned__(1))); typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringRef.h | 871 __attribute((enable_if(__builtin_strlen(Str) == N - 1, in StringLiteral()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringRef.h | 853 __attribute((enable_if(__builtin_strlen(Str) == N - 1, in StringLiteral()
|
/third_party/node/ |
D | common.gypi | 456 # This is gcc complaining about __attribute((visibility("default"))
|
/third_party/json/include/nlohmann/thirdparty/hedley/ |
D | hedley.hpp | 1188 #define JSON_HEDLEY_NO_RETURN __attribute((noreturn)) 1636 #define JSON_HEDLEY_NEVER_INLINE __attribute((noinline))
|