/external/llvm/lib/TableGen/ |
D | Error.cpp | 23 static void PrintMessage(ArrayRef<SMLoc> Loc, SourceMgr::DiagKind Kind, in PrintMessage() function 28 SrcMgr.PrintMessage(Loc.front(), Kind, Msg); in PrintMessage() 30 SrcMgr.PrintMessage(Loc[i], SourceMgr::DK_Note, in PrintMessage() 35 PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg); in PrintWarning() 39 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Warning, Msg); in PrintWarning() 51 PrintMessage(ErrorLoc, SourceMgr::DK_Error, Msg); in PrintError() 55 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg); in PrintError()
|
/external/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 120 SM.PrintMessage(PatternLoc, SourceMgr::DK_Error, in ParsePattern() 147 SM.PrintMessage(SMLoc::getFromPointer(PatternStr.data()), in ParsePattern() 177 SM.PrintMessage(SMLoc::getFromPointer(PatternStr.data()), in ParsePattern() 191 SM.PrintMessage(SMLoc::getFromPointer(Name.data()), SourceMgr::DK_Error, in ParsePattern() 199 SM.PrintMessage(SMLoc::getFromPointer(Name.data()+i), in ParsePattern() 206 SM.PrintMessage(SMLoc::getFromPointer(Name.data()), SourceMgr::DK_Error, in ParsePattern() 272 SM.PrintMessage(SMLoc::getFromPointer(RegexStr.data()), SourceMgr::DK_Error, in AddRegExToRegEx() 389 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Note, in PrintFailureInfo() 427 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data() + Best), in PrintFailureInfo() 571 SM.PrintMessage(SMLoc::getFromPointer(CheckPrefixStart), in ReadCheckFile() [all …]
|
/external/llvm/tools/llvm-mc/ |
D | Disassembler.cpp | 74 SM.PrintMessage(SMLoc::getFromPointer(Bytes[Index].second), in PrintInsts() 82 SM.PrintMessage(SMLoc::getFromPointer(Bytes[Index].second), in PrintInsts() 129 SM.PrintMessage(SMLoc::getFromPointer(Value.data()), SourceMgr::DK_Error, in ByteArrayFromString()
|
D | llvm-mc.cpp | 235 SrcMgr.PrintMessage(Lexer.getLoc(), SourceMgr::DK_Warning, in AsLexInput()
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.h | 97 void PrintMessage(const Descriptor& message_descriptor) const;
|
D | python_generator.cc | 609 PrintMessage(*file_->message_type(i)); in PrintMessages() 621 void Generator::PrintMessage( in PrintMessage() function in google::protobuf::compiler::python::Generator 647 PrintMessage(*containing_descriptor.nested_type(i)); in PrintNestedMessages()
|
/external/protobuf/python/google/protobuf/ |
D | text_format.py | 58 PrintMessage(message, out) 64 def PrintMessage(message, out, indent = 0): function 109 PrintMessage(value, out, indent + 2)
|
/external/llvm/include/llvm/Support/ |
D | SourceMgr.h | 140 void PrintMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg,
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 335 SrcMgr->PrintMessage(Loc, SourceMgr::DK_Error, Msg); in FatalError()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 193 void PrintMessage(SMLoc Loc, SourceMgr::DiagKind Kind, const Twine &Msg, in PrintMessage() function in __anon7a2b25310111::AsmParser 195 SrcMgr.PrintMessage(Loc, Kind, Msg, Ranges); in PrintMessage() 453 PrintMessage((*it)->InstantiationLoc, SourceMgr::DK_Note, in PrintMacroInstantiations() 460 PrintMessage(L, SourceMgr::DK_Warning, Msg, Ranges); in Warning() 467 PrintMessage(L, SourceMgr::DK_Error, Msg, Ranges); in Error() 585 PrintMessage(getLexer().getLoc(), SourceMgr::DK_Error, in Run() 1330 PrintMessage(IDLoc, SourceMgr::DK_Note, OS.str()); in ParseStatement()
|
/external/llvm/lib/Support/ |
D | SourceMgr.cpp | 208 void SourceMgr::PrintMessage(SMLoc Loc, SourceMgr::DiagKind Kind, in PrintMessage() function in SourceMgr
|
D | YAMLParser.cpp | 264 SM.PrintMessage(Loc, Kind, Message, Ranges); in printError()
|