Home
last modified time | relevance | path

Searched refs:UNITY_NORETURN (Results 1 - 1 of 1) sorted by relevance

/third_party/unity/src/
H A Dunity_internals.h49 #ifndef UNITY_NORETURN
52 #define UNITY_NORETURN [[ noreturn ]] macro
72 #define UNITY_NORETURN _Noreturn macro
75 #define UNITY_NORETURN noreturn macro
79 #ifndef UNITY_NORETURN
80 #define UNITY_NORETURN UNITY_FUNCTION_ATTR(__noreturn__) macro
666 UNITY_NORETURN void UnityFail(const char* message, const UNITY_LINE_TYPE line);
667 UNITY_NORETURN void UnityIgnore(const char* message, const UNITY_LINE_TYPE line);

Completed in 4 milliseconds