HomeSort by relevance Sort by last modified time
    Searched defs:ErrorInfo (Results 1 - 24 of 24) sorted by null

  /external/llvm/lib/Bitcode/Writer/
BitWriter.cpp 19 std::string ErrorInfo;
20 raw_fd_ostream OS(Path, ErrorInfo, raw_fd_ostream::F_Binary);
22 if (!ErrorInfo.empty())
  /external/llvm/tools/llvm-as/
llvm-as.cpp 71 std::string ErrorInfo;
73 (new tool_output_file(OutputFilename.c_str(), ErrorInfo,
75 if (!ErrorInfo.empty()) {
76 errs() << ErrorInfo << '\n';
  /external/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 56 std::string ErrorInfo;
60 raw_fd_ostream File(Filename.c_str(), ErrorInfo);
64 if (ErrorInfo.empty())
115 std::string ErrorInfo;
119 raw_fd_ostream File(Filename.c_str(), ErrorInfo);
122 if (ErrorInfo.empty())
  /external/llvm/lib/Analysis/
CFGPrinter.cpp 82 std::string ErrorInfo;
83 raw_fd_ostream File(Filename.c_str(), ErrorInfo);
85 if (ErrorInfo.empty())
116 std::string ErrorInfo;
117 raw_fd_ostream File(Filename.c_str(), ErrorInfo);
119 if (ErrorInfo.empty())
  /external/llvm/tools/llvm-link/
llvm-link.cpp 119 std::string ErrorInfo;
120 tool_output_file Out(OutputFilename.c_str(), ErrorInfo,
122 if (!ErrorInfo.empty()) {
123 errs() << ErrorInfo << '\n';
  /external/nist-sip/java/gov/nist/javax/sip/header/
ErrorInfo.java 37 * ErrorInfo SIP Header.
46 public final class ErrorInfo
55 protected GenericURI errorInfo;
60 public ErrorInfo() {
66 * @param errorInfo -- the error information to set.
68 public ErrorInfo(GenericURI errorInfo) {
70 this.errorInfo = errorInfo;
79 new StringBuffer(LESS_THAN).append(errorInfo.toString()).append
    [all...]
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 170 std::string ErrorInfo;
172 Out(new tool_output_file(OutputFilename.c_str(), ErrorInfo,
174 if (!ErrorInfo.empty()) {
175 errs() << ErrorInfo << '\n';
  /frameworks/compile/libbcc/tools/bcc_strip_attr/
bcc_strip_attr.cpp 134 std::string ErrorInfo;
135 tool_output_file Out(OutputFilename.c_str(), ErrorInfo,
137 if (!ErrorInfo.empty()) {
138 errs() << ErrorInfo << '\n';
  /external/clang/unittests/Tooling/
RewriterTestContext.h 77 std::string ErrorInfo;
79 ErrorInfo, llvm::raw_fd_ostream::F_Binary);
80 assert(ErrorInfo.empty());
RefactoringTest.cpp 157 std::string ErrorInfo;
158 TemporaryDirectory = llvm::sys::Path::GetTemporaryDirectory(&ErrorInfo);
159 assert(ErrorInfo.empty());
163 std::string ErrorInfo;
164 TemporaryDirectory.eraseFromDisk(true, &ErrorInfo);
165 assert(ErrorInfo.empty());
171 std::string ErrorInfo;
173 ErrorInfo, llvm::raw_fd_ostream::F_Binary);
174 assert(ErrorInfo.empty());
  /external/llvm/lib/AsmParser/
LLLexer.h 32 SMDiagnostic &ErrorInfo;
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 266 std::string ErrorInfo;
267 tool_output_file Out(OutputFilename.c_str(), ErrorInfo,
269 if (!ErrorInfo.empty()) {
270 errs() << ErrorInfo << '\n';
  /external/clang/lib/Tooling/
Refactoring.cpp 178 std::string ErrorInfo;
180 Entry->getName(), ErrorInfo, llvm::raw_fd_ostream::F_Binary);
181 if (!ErrorInfo.empty())
  /external/llvm/include/llvm/Support/
GraphWriter.h 338 std::string ErrorInfo;
339 raw_fd_ostream O(Filename.c_str(), ErrorInfo);
341 if (ErrorInfo.empty()) {
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 376 std::string ErrorInfo;
377 tool_output_file BlocksToNotExtractFile(uniqueFilename.c_str(), ErrorInfo);
378 if (!ErrorInfo.empty()) {
380 errs() << "Error writing list of blocks to not extract: " << ErrorInfo
396 errs() << "Error writing list of blocks to not extract: " << ErrorInfo
  /external/llvm/tools/opt/
opt.cpp 614 std::string ErrorInfo;
615 Out.reset(new tool_output_file(OutputFilename.c_str(), ErrorInfo,
617 if (!ErrorInfo.empty()) {
618 errs() << ErrorInfo << '\n';
677 std::string ErrorInfo;
678 Out.reset(new tool_output_file(OutputFilename.c_str(), ErrorInfo,
680 if (!ErrorInfo.empty()) {
681 errs() << ErrorInfo << '\n';
  /external/clang/lib/Frontend/
CompilerInstance.cpp 105 std::string ErrorInfo;
112 ErrorInfo, llvm::raw_fd_ostream::F_Append));
113 if (!ErrorInfo.empty()) {
115 << DiagOpts->DiagnosticLogFile << ErrorInfo;
135 std::string ErrorInfo;
137 OS.reset(new llvm::raw_fd_ostream(OutputFile.str().c_str(), ErrorInfo,
140 if (!ErrorInfo.empty()) {
142 << OutputFile << ErrorInfo;
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 703 std::string ErrorInfo;
704 Out.reset(new tool_output_file(OutputFilename.c_str(), ErrorInfo,
706 if (!ErrorInfo.empty()) {
707 errs() << ErrorInfo << '\n';
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 270 std::string ErrorInfo;
271 OutFile = new raw_fd_ostream(OutFileName, ErrorInfo,
273 if (!ErrorInfo.empty()) {
274 errs() << "Error opening '" << OutFileName << "': " << ErrorInfo << '\n';
796 StringRef ErrorInfo;
797 if (!TII->verifyInstruction(MI, ErrorInfo))
798 report(ErrorInfo.data(), MI);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 399 std::string ErrorInfo;
400 raw_fd_ostream out(mangleName(CU, "gcno").c_str(), ErrorInfo,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cciss_ioctl.h 145 DWORD ErrorInfo;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cciss_ioctl.h 145 DWORD ErrorInfo;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cciss_ioctl.h 145 DWORD ErrorInfo;
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]

Completed in 1478 milliseconds