Searched refs:FirstError (Results 1 – 2 of 2) sorted by relevance
344 instrprof_error FirstError = instrprof_error::success; variable362 assert(FirstError == instrprof_error::success && in ~SoftInstrProfErrors()386 if (FirstError == instrprof_error::success) in takeError()388 auto E = make_error<InstrProfError>(FirstError); in takeError()389 FirstError = instrprof_error::success; in takeError()
188 if (FirstError == instrprof_error::success) in addError()189 FirstError = IE; in addError()