Home
last modified time | relevance | path

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

/lvgl-3.7.0/tests/unity/
Dunity_internals.h45 #define UNITY_FUNCTION_ATTR(a) __attribute__((a)) macro
47 #define UNITY_FUNCTION_ATTR(a) /* ignore */ macro
622 void UnityFail(const char* message, const UNITY_LINE_TYPE line) UNITY_FUNCTION_ATTR(noreturn);
623 void UnityIgnore(const char* message, const UNITY_LINE_TYPE line) UNITY_FUNCTION_ATTR(noreturn);