Home
last modified time | relevance | path

Searched refs:FlagHandlerKeepGoing (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan.cc113 class FlagHandlerKeepGoing : public FlagHandlerBase { class
117 explicit FlagHandlerKeepGoing(bool *halt_on_error) in FlagHandlerKeepGoing() function in __msan::FlagHandlerKeepGoing
134 FlagHandlerKeepGoing *fh_keep_going = new (FlagParser::Alloc) // NOLINT in RegisterMsanFlags()
135 FlagHandlerKeepGoing(&f->halt_on_error); in RegisterMsanFlags()