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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Error.cpp 14 char ClusteringError::ID;
16 void ClusteringError::log(raw_ostream &OS) const { OS << Msg; }
18 std::error_code ClusteringError::convertToErrorCode() const {
Error.h 26 class ClusteringError : public ErrorInfo<ClusteringError> {
29 ClusteringError(const Twine &S) : Msg(S.str()) {}
Clustering.cpp 111 return make_error<ClusteringError>(
116 return make_error<ClusteringError>(
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/
llvm-exegesis.cpp 457 if (Err.isA<exegesis::ClusteringError>())

Completed in 26 milliseconds