Home
last modified time | relevance | path

Searched defs:__attribute_nonnull (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/toolchain/iar/
Diccarm.h216 #define __attribute_nonnull(...) __attribute__((nonnull(__VA_ARGS__))) macro
/Zephyr-latest/include/zephyr/toolchain/
Dgcc.h293 #define __attribute_nonnull(...) __attribute__((nonnull(__VA_ARGS__))) macro