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

/freebsd-11-stable/contrib/ntp/sntp/unity/
H A Dunity_internals.h308 #if !defined(UNITY_NORETURN_ATTRIBUTE)
311 # define UNITY_NORETURN_ATTRIBUTE __attribute__((noreturn)) macro
316 #ifndef UNITY_NORETURN_ATTRIBUTE
317 # define UNITY_NORETURN_ATTRIBUTE macro
480 void UnityFail(const char* message, const UNITY_LINE_TYPE line) UNITY_NORETURN_ATTRIBUTE;

Completed in 53 milliseconds