Home
last modified time | relevance | path

Searched refs:ClusteringError (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DError.cpp14 char ClusteringError::ID;
16 void ClusteringError::log(raw_ostream &OS) const { OS << Msg; } in log()
18 std::error_code ClusteringError::convertToErrorCode() const { in convertToErrorCode()
H A DError.h26 class ClusteringError : public ErrorInfo<ClusteringError> {
29 ClusteringError(const Twine &S) : Msg(S.str()) {} in ClusteringError() function
H A DClustering.cpp111 return make_error<ClusteringError>( in validateAndSetup()
116 return make_error<ClusteringError>( in validateAndSetup()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp457 if (Err.isA<exegesis::ClusteringError>()) in main()