Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/
Dtoolchain.h26 #define HAS_BUILTIN(x) __has_builtin(x) macro
33 #define HAS_BUILTIN(x) HAS_BUILTIN_##x macro
/Zephyr-Core-3.7.0/include/zephyr/sys/
Dmath_extras_impl.h28 #define use_builtin(x) HAS_BUILTIN(x)