Searched defs:abort_if (Results 1 – 2 of 2) sorted by relevance
46 inline constexpr void throw_or_abort_if_any(const char* reason, AbortIf... abort_if) { in throw_or_abort_if_any()
67 #define abort_if(expr, msg) \ macro