Searched refs:FirstError (Results 1 – 2 of 2) sorted by relevance
379 instrprof_error FirstError = instrprof_error::success; variable397 assert(FirstError == instrprof_error::success && in ~SoftInstrProfErrors()421 if (FirstError == instrprof_error::success) in takeError()423 auto E = make_error<InstrProfError>(FirstError); in takeError()424 FirstError = instrprof_error::success; in takeError()
235 if (FirstError == instrprof_error::success) in addError()236 FirstError = IE; in addError()