Searched refs:FirstError (Results 1 – 2 of 2) sorted by relevance
374 instrprof_error FirstError = instrprof_error::success; variable392 assert(FirstError == instrprof_error::success && in ~SoftInstrProfErrors()416 if (FirstError == instrprof_error::success) in takeError()418 auto E = make_error<InstrProfError>(FirstError); in takeError()419 FirstError = instrprof_error::success; in takeError()
235 if (FirstError == instrprof_error::success) in addError()236 FirstError = IE; in addError()