Searched refs:FirstError (Results 1 – 4 of 4) sorted by relevance
341 instrprof_error FirstError; variable357 : FirstError(instrprof_error::success), NumHashMismatches(0), in SoftInstrProfErrors()362 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()
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()
99 if (FirstError == instrprof_error::success) in addError()100 FirstError = IE; in addError()
188 if (FirstError == instrprof_error::success) in addError()189 FirstError = IE; in addError()