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

1 2

  /external/llvm/lib/Bitcode/Writer/
BitWriter.cpp 21 std::string ErrorInfo;
22 raw_fd_ostream OS(Path, ErrorInfo, sys::fs::F_None);
24 if (!ErrorInfo.empty())
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin_error.h 21 class ErrorInfo {
23 ErrorInfo() {
43 NACL_DISALLOW_COPY_AND_ASSIGN(ErrorInfo);
  /external/llvm/tools/llvm-as/
llvm-as.cpp 72 std::string ErrorInfo;
74 new tool_output_file(OutputFilename.c_str(), ErrorInfo, sys::fs::F_None));
75 if (!ErrorInfo.empty()) {
76 errs() << ErrorInfo << '\n';
  /external/llvm/tools/llvm-link/
llvm-link.cpp 113 std::string ErrorInfo;
114 tool_output_file Out(OutputFilename.c_str(), ErrorInfo, sys::fs::F_None);
115 if (!ErrorInfo.empty()) {
116 errs() << ErrorInfo << '\n';
  /external/chromium_org/components/nacl/renderer/
json_manifest.h 32 struct ErrorInfo {
44 bool Init(const std::string& json_manifest, ErrorInfo* error_info);
51 ErrorInfo* error_info) const;
62 bool MatchesSchema(ErrorInfo* error_info);
72 ErrorInfo* error_info) const;
  /external/clang/lib/Frontend/
ModuleDependencyCollector.cpp 51 std::string ErrorInfo;
52 llvm::raw_fd_ostream OS(Dest.c_str(), ErrorInfo, llvm::sys::fs::F_Text);
53 if (!ErrorInfo.empty()) {
FrontendActions.cpp 530 std::string ErrorInfo;
532 ErrorInfo, llvm::sys::fs::F_Text));
  /external/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 69 std::string ErrorInfo;
73 raw_fd_ostream File(Filename.c_str(), ErrorInfo, sys::fs::F_Text);
77 if (ErrorInfo.empty())
132 std::string ErrorInfo;
136 raw_fd_ostream File(Filename.c_str(), ErrorInfo, sys::fs::F_Text);
139 if (ErrorInfo.empty())
  /external/llvm/lib/Analysis/
CFGPrinter.cpp 83 std::string ErrorInfo;
84 raw_fd_ostream File(Filename.c_str(), ErrorInfo, sys::fs::F_Text);
86 if (ErrorInfo.empty())
117 std::string ErrorInfo;
118 raw_fd_ostream File(Filename.c_str(), ErrorInfo, sys::fs::F_Text);
120 if (ErrorInfo.empty())
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 174 std::string ErrorInfo;
176 new tool_output_file(OutputFilename.c_str(), ErrorInfo, sys::fs::F_None));
177 if (!ErrorInfo.empty()) {
178 errs() << ErrorInfo << '\n';
  /external/llvm/tools/llvm-profdata/
llvm-profdata.cpp 51 std::string ErrorInfo;
52 raw_fd_ostream Output(OutputFilename.data(), ErrorInfo, sys::fs::F_None);
53 if (!ErrorInfo.empty())
54 exitWithError(ErrorInfo, OutputFilename);
100 std::string ErrorInfo;
101 raw_fd_ostream OS(OutputFilename.data(), ErrorInfo, sys::fs::F_Text);
102 if (!ErrorInfo.empty())
103 exitWithError(ErrorInfo, OutputFilename);
  /external/llvm/tools/yaml2obj/
yaml2obj.cpp 86 std::string ErrorInfo;
88 new tool_output_file(OutputFilename.c_str(), ErrorInfo, sys::fs::F_None));
89 if (!ErrorInfo.empty()) {
90 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...]
  /frameworks/compile/slang/
llvm-rs-as.cpp 90 std::string ErrorInfo;
92 (new tool_output_file(OutputFilename.c_str(), ErrorInfo,
94 if (!ErrorInfo.empty()) {
95 errs() << ErrorInfo << '\n';
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 264 std::string ErrorInfo;
265 tool_output_file Out(OutputFilename.c_str(), ErrorInfo, sys::fs::F_None);
266 if (!ErrorInfo.empty()) {
267 errs() << ErrorInfo << '\n';
  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 159 std::string ErrorInfo;
161 DisableGVNLoadPRE, ErrorInfo);
164 << ": error compiling the code: " << ErrorInfo << "\n";
168 raw_fd_ostream FileStream(OutputFilename.c_str(), ErrorInfo,
170 if (!ErrorInfo.empty()) {
172 << "': " << ErrorInfo << "\n";
178 std::string ErrorInfo;
181 DisableGVNLoadPRE, ErrorInfo)) {
183 << ": error compiling the code: " << ErrorInfo
  /frameworks/compile/libbcc/tools/bcc_strip_attr/
bcc_strip_attr.cpp 129 std::string ErrorInfo;
130 tool_output_file Out(OutputFilename.c_str(), ErrorInfo,
132 if (!ErrorInfo.empty()) {
133 errs() << ErrorInfo << '\n';
  /external/chromium_org/content/browser/service_worker/
service_worker_context_observer.h 15 struct ErrorInfo {
16 ErrorInfo(const base::string16& message,
56 const ErrorInfo& info) {}
  /external/llvm/lib/AsmParser/
LLLexer.h 32 SMDiagnostic &ErrorInfo;
  /external/llvm/tools/opt/
opt.cpp 398 std::string ErrorInfo;
399 Out.reset(new tool_output_file(OutputFilename.c_str(), ErrorInfo,
401 if (!ErrorInfo.empty()) {
402 errs() << ErrorInfo << '\n';
483 std::string ErrorInfo;
484 Out.reset(new tool_output_file(OutputFilename.c_str(), ErrorInfo,
486 if (!ErrorInfo.empty()) {
487 errs() << ErrorInfo << '\n';
  /frameworks/compile/libbcc/lib/Core/
Source.cpp 117 std::string ErrorInfo;
118 llvm::raw_string_ostream ErrorStream(ErrorInfo);
  /external/jsoncpp/include/json/
reader.h 117 class ErrorInfo
125 typedef std::deque<ErrorInfo> Errors;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comdef.h 47 IErrorInfo *ErrorInfo() const throw();
90 inline IErrorInfo *_com_error::ErrorInfo() const throw() {
  /bionic/libc/kernel/uapi/linux/
cciss_defs.h 125 DWORD ErrorInfo;
  /development/ndk/platforms/android-L/include/linux/
cciss_defs.h 125 DWORD ErrorInfo;

Completed in 1001 milliseconds

1 2