Home
last modified time | relevance | path

Searched refs:__glibc_has_attribute (Results 1 – 1 of 1) sorted by relevance

/misc/sys/
A Dcdefs.h45 # define __glibc_has_attribute(attr) __has_attribute (attr) macro
47 # define __glibc_has_attribute(attr) 0 macro
279 #if __GNUC_PREREQ (2,96) || __glibc_has_attribute (__malloc__)
306 #if __GNUC_PREREQ (2,96) || __glibc_has_attribute (__pure__)
313 #if __GNUC_PREREQ (2,5) || __glibc_has_attribute (__const__)
319 #if __GNUC_PREREQ (2,7) || __glibc_has_attribute (__unused__)
328 #if __GNUC_PREREQ (3,1) || __glibc_has_attribute (__used__)
337 #if __GNUC_PREREQ (3,2) || __glibc_has_attribute (__deprecated__)
360 #if __GNUC_PREREQ (2,8) || __glibc_has_attribute (__format_arg__)
370 #if __GNUC_PREREQ (2,97) || __glibc_has_attribute (__format__)
[all …]

Completed in 5 milliseconds