Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dtls_mbedtls_alt.c232 #ifndef __has_attribute
233 #define __has_attribute(x) 0 macro
241 #if __has_attribute(cold) || __GNUC_PREREQ(4, 3)
249 #if __has_attribute(noinline) || __GNUC_PREREQ(3, 1)
Dcrypto_mbedtls_alt.c47 #ifndef __has_attribute
48 #define __has_attribute(x) 0 macro
56 #if __has_attribute(cold) || __GNUC_PREREQ(4, 3)
64 #if __has_attribute(noinline) || __GNUC_PREREQ(3, 1)