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

12

/external/fio/exp/
H A Dexpression-parser.y29 int has_error;
40 __attribute__((unused)) int *has_error,
55 int has_error;
70 %parse-param { int *has_error }
79 *has_error = $1.has_error;
84 *has_error = 1;
92 $$.has_error = $1.has_error || $3.has_error;
[all...]
H A Dexpression-parser.l40 int *has_error, int *units_specified, const char *msg);
52 (yylval).v.has_error = 0;
138 yylval.v.has_error = 0;
142 yylval.v.has_error = 1;
153 yylval.v.has_error = 0;
157 yylval.v.has_error = 1;
168 yylval.v.has_error = 0;
172 yylval.v.has_error = 1;
180 yylval.v.has_error = 1;
/external/swiftshader/third_party/LLVM/tools/opt/
H A DGraphPrinters.cpp36 if (!F.os().has_error()) {
/external/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp65 if (!Out.os().has_error()) {
161 if (InFile.os().has_error()) {
H A DExtractFunction.cpp400 if (BlocksToNotExtractFile.os().has_error()) {
/external/swiftshader/third_party/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/swiftshader/third_party/LLVM/tools/lto/
H A DLTOCodeGenerator.cpp170 if (Out.os().has_error()) {
199 if (objFile.os().has_error()) {
/external/libdrm/intel/
H A Dintel_bufmgr_gem.c241 bool has_error; member in struct:_drm_intel_bo_gem
635 bo_gem->has_error = true;
847 bo_gem->has_error = false;
994 bo_gem->has_error = false;
1944 if (bo_gem->has_error)
1947 if (target_bo_gem->has_error) {
1948 bo_gem->has_error = true;
2023 if (bo_gem->has_error)
2026 if (target_bo_gem->has_error) {
2027 bo_gem->has_error
[all...]
/external/v8/src/parsing/
H A Dscanner.h212 bool has_error() const { return scanner_error_ != MessageTemplate::kNone; } function in class:v8::internal::Scanner
523 if (has_error()) return;
529 if (has_error()) return;
H A Dparser-base.h1525 if (scanner()->has_error()) {
/external/llvm/lib/Support/
H A DLockFileManager.cpp189 if (Out.has_error()) {
H A Draw_ostream.cpp560 // has_error() and clear the error flag with clear_error() before
562 if (has_error())
/external/swiftshader/third_party/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/swiftshader/third_party/LLVM/unittests/Support/
H A DPath.cpp243 ASSERT_FALSE(file.has_error());
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc1110 if (has_error()) {
1189 if (has_error()) {
1215 if (has_error()) {
1245 if (has_error()) {
1290 if (from.has_error()) {
1509 bool CodeGeneratorResponse::has_error() const { function in class:google::protobuf::compiler::CodeGeneratorResponse
H A Dplugin.pb.h363 bool has_error() const;
721 inline bool CodeGeneratorResponse::has_error() const { function in class:google::protobuf::compiler::CodeGeneratorResponse
/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp225 if (Out.os().has_error()) {
257 if (objFile.os().has_error()) {
/external/llvm/include/llvm/Support/
H A Draw_ostream.h415 bool has_error() const { function in class:llvm::raw_fd_ostream
419 /// Set the flag read by has_error() to false. If the error flag is set at the
/external/swiftshader/third_party/LLVM/lib/Support/
H A Draw_ostream.cpp510 // has_error() and clear the error flag with clear_error() before
512 if (has_error())
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp837 if (Out.has_error())
843 if (Out.has_error())
/external/llvm/lib/Support/Unix/
H A DProgram.inc443 if (OS.has_error())
/external/llvm/unittests/Support/
H A DPath.cpp806 ASSERT_FALSE(file.has_error());
/external/clang/lib/Frontend/
H A DASTUnit.cpp2484 if (Out.has_error()) {
/external/llvm/lib/IR/
H A DCore.cpp277 if (dest.has_error()) {

Completed in 8477 milliseconds

12