Searched refs:DK_Error (Results 1 - 20 of 20) sorted by relevance

/external/llvm/unittests/Support/
H A DSourceMgrTest.cpp52 printMessage(getLoc(4), SourceMgr::DK_Error, "message", None, None); member in class:SourceMgr
82 printMessage(getLoc(6), SourceMgr::DK_Error, "message", None, None); member in class:SourceMgr
92 printMessage(getLoc(7), SourceMgr::DK_Error, "message", None, None); member in class:SourceMgr
102 printMessage(getLoc(4), SourceMgr::DK_Error, "message", getRange(4, 3), None); member in class:SourceMgr
112 printMessage(getLoc(4), SourceMgr::DK_Error, "message", getRange(3, 3), None); member in class:SourceMgr
122 printMessage(getLoc(4), SourceMgr::DK_Error, "message", getRange(4, 7), None); member in class:SourceMgr
133 printMessage(getLoc(4), SourceMgr::DK_Error, "message", Ranges, None); member in class:SourceMgr
144 printMessage(getLoc(4), SourceMgr::DK_Error, "message", Ranges, None); member in class:SourceMgr
154 printMessage(getLoc(4), SourceMgr::DK_Error, "message", None, member in class:SourceMgr
166 printMessage(getLoc(3), SourceMgr::DK_Error, "messag member in class:SourceMgr
[all...]
/external/llvm/lib/TableGen/
H A DError.cpp30 if (Kind == SourceMgr::DK_Error)
55 PrintMessage(ErrorLoc, SourceMgr::DK_Error, Msg);
59 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg); member in class:llvm::SourceMgr
/external/llvm/lib/IRReader/
H A DIRReader.cpp40 Err = SMDiagnostic(Buffer->getBufferIdentifier(), SourceMgr::DK_Error,
57 Err = SMDiagnostic(Filename, SourceMgr::DK_Error,
75 Err = SMDiagnostic(Buffer.getBufferIdentifier(), SourceMgr::DK_Error,
90 Err = SMDiagnostic(Filename, SourceMgr::DK_Error,
/external/llvm/tools/llvm-mc/
H A DDisassembler.cpp117 SM.PrintMessage(SMLoc::getFromPointer(Value.data()), SourceMgr::DK_Error, member in class:SourceMgr
179 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, member in class:SourceMgr
188 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, member in class:SourceMgr
206 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, member in class:SourceMgr
/external/clang/utils/TableGen/
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp64 SourceMgr::DK_Error,
H A DClangDiagnosticsEmitter.cpp246 SourceMgr::DK_Error,
268 SourceMgr::DK_Error,
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp202 SM.PrintMessage(PatternLoc, SourceMgr::DK_Error,
235 SourceMgr::DK_Error, member in class:SourceMgr
267 SourceMgr::DK_Error, member in class:SourceMgr
280 SM.PrintMessage(SMLoc::getFromPointer(Name.data()), SourceMgr::DK_Error, member in class:SourceMgr
293 SourceMgr::DK_Error, member in class:SourceMgr
303 SourceMgr::DK_Error, "invalid name in named regex"); member in class:SourceMgr
310 SM.PrintMessage(SMLoc::getFromPointer(Name.data()), SourceMgr::DK_Error, member in class:SourceMgr
323 SourceMgr::DK_Error, member in class:SourceMgr
367 SM.PrintMessage(SMLoc::getFromPointer(RS.data()), SourceMgr::DK_Error, member in class:SourceMgr
595 SourceMgr::DK_Error, member in class:SourceMgr
934 SourceMgr::DK_Error, member in class:SourceMgr
957 SourceMgr::DK_Error, member in class:SourceMgr
970 SourceMgr::DK_Error, member in class:SourceMgr
1191 SourceMgr::DK_Error, member in class:SourceMgr
1240 SourceMgr::DK_Error, member in class:SourceMgr
[all...]
/external/llvm/lib/AsmParser/
H A DParser.cpp54 Err = SMDiagnostic(Filename, SourceMgr::DK_Error,
93 SourceMgr::DK_Error, "expected end of string");
H A DLLLexer.cpp33 ErrorInfo = SM.GetMessage(ErrorLoc, SourceMgr::DK_Error, Msg);
/external/llvm/lib/LTO/
H A DLTO.cpp35 Err = SMDiagnostic(Buffer.getBufferIdentifier(), SourceMgr::DK_Error,
/external/llvm/include/llvm/Support/
H A DSourceMgr.h38 DK_Error, enumerator in enum:llvm::SourceMgr::DiagKind
246 : SM(nullptr), LineNo(0), ColumnNo(0), Kind(SourceMgr::DK_Error) {}
/external/llvm/tools/llvm-mcmarkup/
H A Dllvm-mcmarkup.cpp84 SM.PrintMessage(Loc, SourceMgr::DK_Error, Msg);
203 SrcMgr.PrintMessage(Tag.getLoc(), SourceMgr::DK_Error,
/external/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp175 DS_Error, SMDiagnostic(Filename, SourceMgr::DK_Error, Message.str())));
181 DS_Error, SM.GetMessage(Loc, SourceMgr::DK_Error, Message)));
186 assert(Error.getKind() == SourceMgr::DK_Error && "Expected an error");
194 case SourceMgr::DK_Error:
776 Error = SMDiagnostic(Filename, SourceMgr::DK_Error,
H A DMIParser.cpp277 Error = SM.GetMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg);
282 Loc - Source.data(), SourceMgr::DK_Error, Msg.str(),
/external/llvm/lib/Support/
H A DSourceMgr.cpp362 case SourceMgr::DK_Error:
H A DYAMLParser.cpp289 printError(SMLoc::getFromPointer(Current), SourceMgr::DK_Error, Message); member in class:llvm::yaml::Scanner::SourceMgr
1781 , SourceMgr::DK_Error
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp314 case llvm::SourceMgr::DK_Error:
770 case llvm::SourceMgr::DK_Error:
/external/llvm/lib/MC/
H A DMCContext.cpp518 SrcMgr->PrintMessage(Loc, SourceMgr::DK_Error, Msg);
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp1399 SM.PrintMessage(SMLoc(), SourceMgr::DK_Error, "expected root node"); member in class:SourceMgr
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp624 printMessage(L, SourceMgr::DK_Error, Msg, Ranges);

Completed in 534 milliseconds