Searched refs:should_notify (Results 1 – 5 of 5) sorted by relevance
190 bool &should_notify) const { in GetSignalInfo()198 should_notify = signal.m_notify; in GetSignalInfo()290 llvm::Optional<bool> should_notify) { in GetFilteredSignals() argument309 if (should_notify && signal_notify != should_notify.value()) in GetFilteredSignals()
64 bool should_notify = stop_info_sp->ShouldNotify(event_ptr); in ShouldReportStop() local65 if (should_notify) in ShouldReportStop()
985 bool should_notify = in DoShouldNotify() local987 if (should_notify) { in DoShouldNotify()996 return should_notify; in DoShouldNotify()
82 bool should_suppress = false, should_stop = false, should_notify = false; in TEST() local85 signals.GetSignalInfo(signo, should_suppress, should_stop, should_notify); in TEST()89 EXPECT_EQ(true, should_notify); in TEST()
40 bool &should_stop, bool &should_notify) const;109 llvm::Optional<bool> should_notify);