HomeSort by: relevance | last modified time | path
    Searched refs:FirstError (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h 347 instrprof_error FirstError = instrprof_error::success;
365 assert(FirstError == instrprof_error::success &&
386 /// Return the first encountered error and reset FirstError to a success
389 if (FirstError == instrprof_error::success)
391 auto E = make_error<InstrProfError>(FirstError);
392 FirstError = instrprof_error::success;
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp 197 if (FirstError == instrprof_error::success)
198 FirstError = IE;

Completed in 17 milliseconds