Searched refs:has_error (Results 1 - 19 of 19) sorted by relevance

/external/qemu/
H A Dbuffered_file.c30 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) {
H A Dsavevm.c180 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) {
/external/llvm/tools/opt/
H A DGraphPrinters.cpp36 if (!F.os().has_error()) {
/external/v8/src/
H A Dpreparse-data.cc68 if (has_error()) return;
162 if (!has_error()) {
H A Dpreparse-data.h138 if (--pause_count_ == 0) is_recording_ = !has_error();
142 bool has_error() { function in class:v8::internal::FunctionLoggingParserRecorder
H A Dparser.h133 bool has_error() { return store_[PreparseDataConstants::kHasErrorOffset]; } function in class:v8::internal::ScriptDataImpl
H A Dparser.cc317 if (has_error()) {
5022 return has_error();
5154 if (pre_data != NULL && pre_data->has_error()) {
/external/clang/tools/libclang/
H A DCIndexer.cpp133 if (OS.has_error()) {
/external/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp59 if (!Out.os().has_error()) {
142 if (InFile.os().has_error()) {
H A DExtractFunction.cpp347 if (BlocksToNotExtractFile.os().has_error()) {
/external/llvm/tools/lto/
H A DLTOCodeGenerator.cpp170 if (Out.os().has_error()) {
199 if (objFile.os().has_error()) {
/external/llvm/include/llvm/Support/
H A Draw_ostream.h384 /// has_error - Return the value of the flag in this raw_fd_ostream indicating
388 bool has_error() const { function in class:llvm::raw_fd_ostream
392 /// clear_error - Set the flag read by has_error() to false. If the error
/external/llvm/unittests/Support/
H A DPath.cpp243 ASSERT_FALSE(file.has_error());
/external/llvm/lib/Support/
H A Draw_ostream.cpp510 // has_error() and clear the error flag with clear_error() before
512 if (has_error())
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h341 inline bool has_error() const;
643 inline bool CodeGeneratorResponse::has_error() const { function in class:google::protobuf::compiler::CodeGeneratorResponse
H A Dplugin.pb.cc993 if (has_error()) {
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp821 if (Out.has_error()) {
H A DASTUnit.cpp2253 if (Out.has_error())
/external/v8/test/cctest/
H A Dtest-parsing.cc282 CHECK(!data.has_error());

Completed in 270 milliseconds