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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp112 class FlagHandlerKeepGoing : public FlagHandlerBase { class in namespace:__msan
116 explicit FlagHandlerKeepGoing(bool *halt_on_error) function in class:__msan::FlagHandlerKeepGoing
137 FlagHandlerKeepGoing *fh_keep_going =
138 new (FlagParser::Alloc) FlagHandlerKeepGoing(&f->halt_on_error);

Completed in 99 milliseconds