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

  /src/external/apache2/llvm/dist/llvm/lib/Support/
raw_ostream.cpp 665 error_detected(EC);
780 error_detected(std::error_code(errno, std::generic_category()));
797 error_detected(EC);
812 error_detected(std::error_code(errno, std::generic_category()));
927 error_detected(std::error_code(errno, std::generic_category()));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
raw_ostream.h 464 void error_detected(std::error_code EC) { this->EC = EC; } function in class:llvm::raw_fd_ostream

Completed in 20 milliseconds