Lines Matching full:toolchain
9 * @brief Macros to abstract toolchain specific capabilities
12 * utilize toolchain specific attributes and/or pragmas.
30 * on the toolchain-specific headers to define HAS_BUILTIN_x for the builtins
40 #include <toolchain/other.h>
42 #include <zephyr/toolchain/xcc.h>
44 #include <zephyr/toolchain/mwdt.h>
46 #include <zephyr/toolchain/armclang.h>
48 #include <zephyr/toolchain/llvm.h>
50 #include <zephyr/toolchain/gcc.h>
52 #error "Invalid/unknown toolchain configuration"
88 * @brief Indicate if toolchain supports \#pragma diagnostics.
96 * @brief Indicate if toolchain supports C Generic.
112 * @brief Indicate if toolchain supports C __auto_type.
120 * @brief Indicate if toolchain supports Zero Length Arrays.
131 * Only for toolchain supporting _Pragma("GCC diagnostic ...").
142 * Only for toolchain supporting _Pragma("GCC diagnostic ...").
169 # error "Kconfig/toolchain endianness mismatch:"