HomeSort by relevance Sort by last modified time
    Searched refs:has_error (Results 1 - 19 of 19) sorted by null

  /external/qemu/
buffered_file.c 30 int has_error; member in struct:QEMUFileBuffered
76 if (s->has_error) {
96 s->has_error = 1;
117 if (s->has_error) {
142 s->has_error = 1;
176 while (!s->has_error && s->buffer_size) {
196 if (s->has_error)
211 if (s->has_error)
235 if (s->has_error) {
savevm.c 180 int has_error; member in struct:QEMUFile
434 return f->has_error;
439 f->has_error = 1;
454 f->has_error = 1;
475 f->has_error = 1;
497 if (!f->has_error && f->is_write == 0 && f->buf_index > 0) {
503 while (!f->has_error && size > 0) {
519 if (!f->has_error && f->is_write == 0 && f->buf_index > 0) {
    [all...]
  /external/v8/src/
preparse-data.cc 66 if (has_error()) return;
160 if (!has_error()) {
preparse-data.h 120 if (--pause_count_ == 0) is_recording_ = !has_error();
124 bool has_error() { function in class:v8::internal::FunctionLoggingParserRecorder
parser.h 136 bool has_error() { return store_[PreparseDataConstants::kHasErrorOffset]; } function in class:v8::internal::ScriptDataImpl
parser.cc 317 if (has_error()) {
4335 bool has_error() { return has_error_; } function in class:v8::internal::SingletonLogger
    [all...]
  /external/clang/tools/libclang/
CIndexer.cpp 131 if (OS.has_error()) {
  /external/llvm/tools/bugpoint/
OptimizerDriver.cpp 59 if (!Out.os().has_error()) {
145 if (InFile.os().has_error()) {
ExtractFunction.cpp 395 if (BlocksToNotExtractFile.os().has_error()) {
  /external/llvm/lib/Support/
LockFileManager.cpp 105 if (Out.has_error()) {
raw_ostream.cpp 517 // has_error() and clear the error flag with clear_error() before
519 if (has_error())
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 147 if (Out.os().has_error()) {
177 if (objFile.os().has_error()) {
  /external/llvm/include/llvm/Support/
raw_ostream.h 401 /// has_error - Return the value of the flag in this raw_fd_ostream indicating
405 bool has_error() const { function in class:llvm::raw_fd_ostream
409 /// clear_error - Set the flag read by has_error() to false. If the error
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 341 inline bool has_error() const;
643 inline bool CodeGeneratorResponse::has_error() const { function in class:google::protobuf::compiler::CodeGeneratorResponse
plugin.pb.cc     [all...]
  /external/v8/test/cctest/
test-parsing.cc 273 CHECK(!data.has_error());
310 CHECK(data.has_error());
    [all...]
  /external/llvm/unittests/Support/
Path.cpp 316 ASSERT_FALSE(file.has_error());
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 861 if (Out.has_error())
867 if (Out.has_error())
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 2132 milliseconds