Searched defs:__attribute (Results 1 - 2 of 2) sorted by relevance
| /third_party/gn/src/base/mac/ | ||
| H A D | scoped_typeref.h | 113 operator T() const __attribute((ns_returns_not_retained)) { return object_; } in __attribute() function in base::ScopedTypeRef 115 T get() const __attribute((ns_returns_not_retained)) { return object_; } in __attribute() function in base::ScopedTypeRef 126 [[nodiscard]] T release() __attribute((ns_returns_not_retained)) { in __attribute() function in base::ScopedTypeRef |
| /third_party/ltp/tools/sparse/sparse-src/ | ||
| H A D | ident-list.h | 24 IDENT(__attribute); IDENT(__attribute__); variable |
Completed in 2 milliseconds