Home
last modified time | relevance | path

Searched refs:FirstError (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h379 instrprof_error FirstError = instrprof_error::success; variable
397 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()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp235 if (FirstError == instrprof_error::success) in addError()
236 FirstError = IE; in addError()