OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:printError
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
DIPrinter.cpp
266
bool PlainPrinterBase::
printError
(const Request &Request,
369
printError
(Request,
375
bool JSONPrinter::
printError
(const Request &Request,
/src/external/apache2/llvm/dist/llvm/lib/Support/
YAMLParser.cpp
262
void
printError
(SMLoc Loc, SourceMgr::DiagKind Kind, const Twine &Message,
278
printError
(SMLoc::getFromPointer(Position), SourceMgr::DK_Error, Message);
1854
void Stream::
printError
(Node *N, const Twine &Msg, SourceMgr::DiagKind Kind) {
1855
printError
(N ? N->getSourceRange() : SMRange(), Msg, Kind);
1858
void Stream::
printError
(const SMRange &Range, const Twine &Msg,
1860
scanner->
printError
(Range.Start, Kind, Msg, Range);
/src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmParser.cpp
240
bool
printError
(SMLoc L, const Twine &Msg, SMRange Range = None) override;
835
bool AsmParser::
printError
(SMLoc L, const Twine &Msg, SMRange Range) {
1006
printError
(getTok().getLoc(), "unmatched .ifs or .elses");
1013
printError
(getTok().getLoc(), "unassigned file number: " +
1035
printError
(getTok().getLoc(), "assembler local symbol '" +
1047
printError
(std::get<0>(LocSym), "directional label undefined");
5565
printError
(DirectiveLoc, "no matching '.endr' in definition");
5583
printError
(getTok().getLoc(),
MasmParser.cpp
490
bool
printError
(SMLoc L, const Twine &Msg, SMRange Range = None) override;
1083
bool MasmParser::
printError
(SMLoc L, const Twine &Msg, SMRange Range) {
1275
printError
(getTok().getLoc(), "unmatched .ifs or .elses");
1282
printError
(getTok().getLoc(), "unassigned file number: " +
1304
printError
(getTok().getLoc(), "assembler local symbol '" +
1316
printError
(std::get<0>(LocSym), "directional label undefined");
6530
printError
(DirectiveLoc, "no matching 'endm' in definition");
6544
printError
(getTok().getLoc(), "unexpected token in 'endm' directive");
Completed in 59 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026