Searched refs:ExitAfter (Results 1 – 1 of 1) sorted by relevance
135 __attribute__((noreturn)) static void ExitAfter(Fn&& f) { in ExitAfter() function142 #define DIE_WITH(expr, cond, regex) EXPECT_EXIT(ExitAfter([&] { (expr); }), cond, regex)