Home
last modified time | relevance | path

Searched refs:ErrorInfo (Results 1 – 25 of 75) sorted by relevance

123

/external/swiftshader/third_party/LLVM/lib/Analysis/
DCFGPrinter.cpp83 std::string ErrorInfo; in runOnFunction() local
84 raw_fd_ostream File(Filename.c_str(), ErrorInfo); in runOnFunction()
86 if (ErrorInfo.empty()) in runOnFunction()
117 std::string ErrorInfo; in runOnFunction() local
118 raw_fd_ostream File(Filename.c_str(), ErrorInfo); in runOnFunction()
120 if (ErrorInfo.empty()) in runOnFunction()
/external/nist-sip/java/gov/nist/javax/sip/header/
DErrorInfo.java46 public final class ErrorInfo class
60 public ErrorInfo() { in ErrorInfo() method in ErrorInfo
68 public ErrorInfo(GenericURI errorInfo) { in ErrorInfo() method in ErrorInfo
134 ErrorInfo retval = (ErrorInfo) super.clone(); in clone()
DErrorInfoList.java55 public class ErrorInfoList extends SIPHeaderList<ErrorInfo>{
71 super(ErrorInfo.class, ErrorInfoHeader.NAME); in ErrorInfoList()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitWriter.cpp19 std::string ErrorInfo; in LLVMWriteBitcodeToFile() local
20 raw_fd_ostream OS(Path, ErrorInfo, in LLVMWriteBitcodeToFile()
23 if (!ErrorInfo.empty()) in LLVMWriteBitcodeToFile()
/external/swiftshader/third_party/LLVM/lib/Support/
DToolOutputFile.cpp36 tool_output_file::tool_output_file(const char *filename, std::string &ErrorInfo, in tool_output_file() argument
39 OS(filename, ErrorInfo, Flags) { in tool_output_file()
41 if (!ErrorInfo.empty()) in tool_output_file()
/external/swiftshader/third_party/LLVM/tools/llvm-as/
Dllvm-as.cpp71 std::string ErrorInfo; in WriteOutputFile() local
73 (new tool_output_file(OutputFilename.c_str(), ErrorInfo, in WriteOutputFile()
75 if (!ErrorInfo.empty()) { in WriteOutputFile()
76 errs() << ErrorInfo << '\n'; in WriteOutputFile()
/external/swiftshader/third_party/LLVM/tools/llvm-link/
Dllvm-link.cpp119 std::string ErrorInfo; in main() local
120 tool_output_file Out(OutputFilename.c_str(), ErrorInfo, in main()
122 if (!ErrorInfo.empty()) { in main()
123 errs() << ErrorInfo << '\n'; in main()
/external/swiftshader/third_party/LLVM/tools/llvm-dis/
Dllvm-dis.cpp164 std::string ErrorInfo; in main() local
166 Out(new tool_output_file(OutputFilename.c_str(), ErrorInfo, in main()
168 if (!ErrorInfo.empty()) { in main()
169 errs() << ErrorInfo << '\n'; in main()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDOTGraphTraitsPass.h61 std::string ErrorInfo; in runOnFunction() local
62 raw_fd_ostream File(Filename.c_str(), ErrorInfo); in runOnFunction()
69 if (ErrorInfo.empty()) in runOnFunction()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DErrorInfoParser.java76 ErrorInfo errorInfo = new ErrorInfo(); in parse()
/external/swiftshader/third_party/LLVM/tools/opt/
Dopt.cpp523 std::string ErrorInfo; in main() local
524 Out.reset(new tool_output_file(OutputFilename.c_str(), ErrorInfo, in main()
526 if (!ErrorInfo.empty()) { in main()
527 errs() << ErrorInfo << '\n'; in main()
576 std::string ErrorInfo; in main() local
577 Out.reset(new tool_output_file(OutputFilename.c_str(), ErrorInfo, in main()
579 if (!ErrorInfo.empty()) { in main()
580 errs() << ErrorInfo << '\n'; in main()
/external/llvm/include/llvm/Object/
DError.h51 class BinaryError : public ErrorInfo<BinaryError, ECError> {
64 class GenericBinaryError : public ErrorInfo<GenericBinaryError, BinaryError> {
/external/swiftshader/third_party/LLVM/tools/llvm-extract/
Dllvm-extract.cpp219 std::string ErrorInfo; in main() local
220 tool_output_file Out(OutputFilename.c_str(), ErrorInfo, in main()
222 if (!ErrorInfo.empty()) { in main()
223 errs() << ErrorInfo << '\n'; in main()
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp1201 ErrorInfo.ClearErrors(); in ReadBasicProps()
1205 ErrorInfo.ErrorFlags = GetOpenArcErrorFlags(prop, &ErrorInfo.ErrorFlags_Defined); in ReadBasicProps()
1210 ErrorInfo.WarningFlags = GetOpenArcErrorFlags(prop); in ReadBasicProps()
1217 ErrorInfo.ErrorMessage = (prop.vt == VT_BSTR ? prop.bstrVal : L"Unknown error"); in ReadBasicProps()
1224 ErrorInfo.WarningMessage = (prop.vt == VT_BSTR ? prop.bstrVal : L"Unknown warning"); in ReadBasicProps()
1227 if (openRes == S_OK || ErrorInfo.IsArc_After_NonOpen()) in ReadBasicProps()
1250 ErrorInfo.ThereIsTail = true; in ReadBasicProps()
1251 ErrorInfo.TailSize = FileSize - endPos; in ReadBasicProps()
1254 ErrorInfo.UnexpecedEnd = true; in ReadBasicProps()
1447 ErrorInfo.IgnoreTail = true; in CheckZerosTail()
[all …]
/external/swiftshader/third_party/LLVM/tools/llvm-ld/
Dllvm-ld.cpp238 std::string ErrorInfo; in GenerateBitcode() local
239 tool_output_file Out(FileName.c_str(), ErrorInfo, in GenerateBitcode()
241 if (!ErrorInfo.empty()) { in GenerateBitcode()
242 PrintAndExit(ErrorInfo, M); in GenerateBitcode()
430 std::string ErrorInfo; in EmitShellScript() local
431 tool_output_file Out2(OutputFilename.c_str(), ErrorInfo); in EmitShellScript()
432 if (!ErrorInfo.empty()) in EmitShellScript()
433 PrintAndExit(ErrorInfo, M); in EmitShellScript()
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DExtractFunction.cpp328 std::string ErrorInfo; in ExtractMappedBlocksFromModule() local
329 tool_output_file BlocksToNotExtractFile(uniqueFilename.c_str(), ErrorInfo); in ExtractMappedBlocksFromModule()
330 if (!ErrorInfo.empty()) { in ExtractMappedBlocksFromModule()
332 errs() << "Error writing list of blocks to not extract: " << ErrorInfo in ExtractMappedBlocksFromModule()
348 errs() << "Error writing list of blocks to not extract: " << ErrorInfo in ExtractMappedBlocksFromModule()
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp408 uint64_t &ErrorInfo,
788 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument
793 MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction()
802 assert(ErrorInfo && "Unknown missing feature!"); in MatchAndEmitInstruction()
807 for (unsigned I = 0; I < sizeof(ErrorInfo) * 8 - 1; ++I) { in MatchAndEmitInstruction()
808 if (ErrorInfo & Mask) { in MatchAndEmitInstruction()
810 Msg += getSubtargetFeatureName(ErrorInfo & Mask); in MatchAndEmitInstruction()
819 if (ErrorInfo != ~0ULL) { in MatchAndEmitInstruction()
820 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
823 ErrorLoc = ((SystemZOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
/external/llvm/unittests/Support/
DErrorTest.cpp23 class CustomError : public ErrorInfo<CustomError> {
57 class CustomSubError : public ErrorInfo<CustomSubError, CustomError> {
413 int ErrorInfo = 0; in TEST() local
420 [&](const CustomError &CE) { ErrorInfo = CE.getInfo(); }); in TEST()
422 EXPECT_EQ(ErrorInfo, 7) in TEST()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/
DMBlazeAsmParser.cpp323 unsigned ErrorInfo; in MatchAndEmitInstruction() local
325 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo)) { in MatchAndEmitInstruction()
338 if (ErrorInfo != ~0U) { in MatchAndEmitInstruction()
339 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
342 ErrorLoc = ((MBlazeOperand*)Operands[ErrorInfo])->getStartLoc(); in MatchAndEmitInstruction()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp733 uint64_t &ErrorInfo,
739 bool ErrorMissingFeature(SMLoc IDLoc, uint64_t ErrorInfo,
744 uint64_t &ErrorInfo,
749 uint64_t &ErrorInfo,
2548 MCStreamer &Out, uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument
2551 return MatchAndEmitIntelInstruction(IDLoc, Opcode, Operands, Out, ErrorInfo, in MatchAndEmitInstruction()
2553 return MatchAndEmitATTInstruction(IDLoc, Opcode, Operands, Out, ErrorInfo, in MatchAndEmitInstruction()
2583 bool X86AsmParser::ErrorMissingFeature(SMLoc IDLoc, uint64_t ErrorInfo, in ErrorMissingFeature() argument
2585 assert(ErrorInfo && "Unknown missing feature!"); in ErrorMissingFeature()
2591 for (unsigned i = 0; i < (sizeof(ErrorInfo)*8-1); ++i) { in ErrorMissingFeature()
[all …]
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp136 uint64_t &ErrorInfo,
3745 uint64_t ErrorInfo) { in RefineErrorLoc() argument
3746 if (ErrorInfo != ~0ULL && ErrorInfo < Operands.size()) { in RefineErrorLoc()
3747 SMLoc ErrorLoc = Operands[ErrorInfo]->getStartLoc(); in RefineErrorLoc()
3758 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument
3763 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
3776 if (ErrorInfo != ~0ULL) { in MatchAndEmitInstruction()
3777 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
3780 ErrorLoc = Operands[ErrorInfo]->getStartLoc(); in MatchAndEmitInstruction()
3796 return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo), "expected '0'"); in MatchAndEmitInstruction()
[all …]
/external/jsoncpp/include/json/
Dreader.h181 class ErrorInfo {
188 typedef std::deque<ErrorInfo> Errors;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DGraphWriter.h326 std::string ErrorInfo; variable
327 raw_fd_ostream O(Filename.c_str(), ErrorInfo);
329 if (ErrorInfo.empty()) {
DToolOutputFile.h49 tool_output_file(const char *filename, std::string &ErrorInfo,
/external/llvm/tools/llvm-dwp/
DDWPError.h9 class DWPError : public ErrorInfo<DWPError> {

123