Home
last modified time | relevance | path

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

/optee_os/lib/libutils/ext/include/
H A Dcompiler.h19 #ifndef __has_attribute
20 #define __has_attribute(x) 0 macro
34 #if __has_attribute(no_stack_protector)
291 #ifndef __has_attribute
292 #define __has_attribute(x) 0
295 #if __has_attribute(__fallthrough__)
284 #define __has_attribute( global() macro
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dcommon.h423 #if !defined(MBEDTLS_MAYBE_UNUSED) && defined(__has_attribute)
424 # if __has_attribute(unused)
454 #if defined(__has_attribute)
455 #if __has_attribute(nonstring)
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Ddebug.h83 #if defined(__has_attribute)
84 #if __has_attribute(format)