Searched refs:FirstError (Results 1 – 2 of 2) sorted by relevance
347 instrprof_error FirstError = instrprof_error::success; variable365 assert(FirstError == instrprof_error::success && in ~SoftInstrProfErrors()389 if (FirstError == instrprof_error::success) in takeError()391 auto E = make_error<InstrProfError>(FirstError); in takeError()392 FirstError = instrprof_error::success; in takeError()
197 if (FirstError == instrprof_error::success) in addError()198 FirstError = IE; in addError()