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

  /external/llvm/lib/Bitcode/Writer/
BitWriter.cpp 20 std::string ErrorInfo;
21 raw_fd_ostream OS(Path, ErrorInfo, sys::fs::F_Binary);
23 if (!ErrorInfo.empty())
  /external/llvm/tools/llvm-as/
llvm-as.cpp 71 std::string ErrorInfo;
73 OutputFilename.c_str(), ErrorInfo, sys::fs::F_Binary));
74 if (!ErrorInfo.empty()) {
75 errs() << ErrorInfo << '\n';
  /external/llvm/tools/llvm-link/
llvm-link.cpp 108 std::string ErrorInfo;
109 tool_output_file Out(OutputFilename.c_str(), ErrorInfo, sys::fs::F_Binary);
110 if (!ErrorInfo.empty()) {
111 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/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...]
  /frameworks/compile/slang/
llvm-rs-as.cpp 89 std::string ErrorInfo;
91 (new tool_output_file(OutputFilename.c_str(), ErrorInfo,
93 if (!ErrorInfo.empty()) {
94 errs() << ErrorInfo << '\n';
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 170 std::string ErrorInfo;
172 OutputFilename.c_str(), ErrorInfo, sys::fs::F_Binary));
173 if (!ErrorInfo.empty()) {
174 errs() << ErrorInfo << '\n';
  /frameworks/compile/libbcc/tools/bcc_strip_attr/
bcc_strip_attr.cpp 128 std::string ErrorInfo;
129 tool_output_file Out(OutputFilename.c_str(), ErrorInfo,
131 if (!ErrorInfo.empty()) {
132 errs() << ErrorInfo << '\n';
  /external/llvm/lib/AsmParser/
LLLexer.h 32 SMDiagnostic &ErrorInfo;
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 267 std::string ErrorInfo;
268 tool_output_file Out(OutputFilename.c_str(), ErrorInfo, sys::fs::F_Binary);
269 if (!ErrorInfo.empty()) {
270 errs() << ErrorInfo << '\n';
  /external/clang/lib/Tooling/
Refactoring.cpp 222 std::string ErrorInfo;
223 llvm::raw_fd_ostream FileStream(Entry->getName(), ErrorInfo,
225 if (!ErrorInfo.empty())
  /external/clang/lib/Frontend/
FrontendActions.cpp 433 std::string ErrorInfo;
435 ErrorInfo));
CompilerInstance.cpp 108 std::string ErrorInfo;
114 new llvm::raw_fd_ostream(DiagOpts->DiagnosticLogFile.c_str(), ErrorInfo,
116 if (!ErrorInfo.empty()) {
118 << DiagOpts->DiagnosticLogFile << ErrorInfo;
138 std::string ErrorInfo;
140 OS.reset(new llvm::raw_fd_ostream(OutputFile.str().c_str(), ErrorInfo,
143 if (!ErrorInfo.empty()) {
145 << OutputFile << ErrorInfo;
    [all...]
  /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';
680 std::string ErrorInfo;
681 Out.reset(new tool_output_file(OutputFilename.c_str(), ErrorInfo,
683 if (!ErrorInfo.empty()) {
684 errs() << ErrorInfo << '\n';
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin_error.h 106 class ErrorInfo {
108 ErrorInfo() {
156 NACL_DISALLOW_COPY_AND_ASSIGN(ErrorInfo);
  /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 273 std::string ErrorInfo;
274 OutFile = new raw_fd_ostream(OutFileName, ErrorInfo, sys::fs::F_Append);
275 if (!ErrorInfo.empty()) {
276 errs() << "Error opening '" << OutFileName << "': " << ErrorInfo << '\n';
803 StringRef ErrorInfo;
804 if (!TII->verifyInstruction(MI, ErrorInfo))
805 report(ErrorInfo.data(), MI);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 427 std::string ErrorInfo;
428 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 385 milliseconds