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

/netbsd-current/external/gpl3/gcc/dist/libcody/
H A Dinternal.hh87 void AssertFailed [[noreturn]] (Location loc = Location ()) noexcept;
90 #define AssertFailed() AssertFailed (Cody::Location (__FILE__, __LINE__)) macro
109 ? (void)0 : AssertFailed ())
115 ? (void)0 : AssertFailed ())
H A Dfatal.cc17 void (AssertFailed) (Location loc) noexcept

Completed in 72 milliseconds