Searched refs:__glibc_has_attribute (Results 1 – 2 of 2) sorted by relevance
47 # define __glibc_has_attribute(attr) __has_attribute (attr) macro49 # define __glibc_has_attribute(attr) 0 macro80 && (__GNUC_PREREQ (3, 4) || __glibc_has_attribute (__nothrow__))282 #if __GNUC_PREREQ (2,96) || __glibc_has_attribute (__malloc__)299 #if __GNUC_PREREQ (4, 9) || __glibc_has_attribute (__alloc_align__)309 #if __GNUC_PREREQ (2,96) || __glibc_has_attribute (__pure__)316 #if __GNUC_PREREQ (2,5) || __glibc_has_attribute (__const__)322 #if __GNUC_PREREQ (2,7) || __glibc_has_attribute (__unused__)331 #if __GNUC_PREREQ (3,1) || __glibc_has_attribute (__used__)340 #if __GNUC_PREREQ (3,2) || __glibc_has_attribute (__deprecated__)[all …]
147 # undef __glibc_has_attribute