OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SnippetCrash
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Error.cpp
22
char
SnippetCrash
::ID;
24
void
SnippetCrash
::log(raw_ostream &OS) const { OS << Msg; }
26
std::error_code
SnippetCrash
::convertToErrorCode() const {
Error.h
41
class
SnippetCrash
: public ErrorInfo<
SnippetCrash
> {
44
SnippetCrash
(const Twine &S) : Msg(S.str()) {}
BenchmarkRunner.cpp
117
return make_error<
SnippetCrash
>(std::move(Msg));
218
if (!E.isA<
SnippetCrash
>())
Completed in 15 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026