Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp116 class FlagHandlerKeepGoing final : public FlagHandlerBase { class
120 explicit FlagHandlerKeepGoing(bool *halt_on_error) in FlagHandlerKeepGoing() function in __msan::FlagHandlerKeepGoing
141 FlagHandlerKeepGoing *fh_keep_going = new (GetGlobalLowLevelAllocator()) in RegisterMsanFlags()
142 FlagHandlerKeepGoing(&f->halt_on_error); in RegisterMsanFlags()