Home
last modified time | relevance | path

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

/dpdk/lib/eal/include/
H A Drte_compat.h26 #ifndef __has_attribute
28 #define __has_attribute(x) 0 macro
31 #if !defined ALLOW_INTERNAL_API && __has_attribute(error) /* For GCC */
37 #elif !defined ALLOW_INTERNAL_API && __has_attribute(diagnose_if) /* For clang */