Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dcdefs.h47 # define __glibc_has_attribute(attr) __has_attribute (attr) macro
49 # define __glibc_has_attribute(attr) 0 macro
80 && (__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 …]
H A Dlibc-config.h147 # undef __glibc_has_attribute