Searched refs:Exited (Results 1 – 6 of 6) sorted by relevance
221 bool Exited; variable248 Exited(false), CombineWithOuterScope(CombineWithOuterScope), in SemaRef()262 if (Exited) in Exit()269 Exited = true; in Exit()
345 Exited(local_exit_code); in WaitForExitWithTimeout()352 void Process::Exited(int exit_code) const {} in Exited() function in base::Process
142 void Exited(int exit_code) const;
298 func (w WaitStatus) Exited() bool { return w&mask == exited } func309 if !w.Exited() {
92 func (w WaitStatus) Exited() bool { return w&mask == exited } func
215 func (w WaitStatus) Exited() bool { return w&mask == exited } func