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

  /frameworks/base/tools/aapt2/io/
BigBufferStreams.cpp 68 bool BigBufferInputStream::HadError() const { return false; }
83 bool BigBufferOutputStream::HadError() const { return false; }
  /external/llvm/tools/llvm-pdbdump/fuzzer/
llvm-pdbdump-fuzzer.cpp 98 bool HadError = false;
99 for (auto &S : ModS.symbols(&HadError)) {
  /external/webrtc/webrtc/libjingle/xmpp/
xmppauth.h 37 virtual bool HadError() const { return false; }
  /external/llvm/include/llvm/DebugInfo/CodeView/
CVSymbolVisitor.h 26 bool hadError() const { return HadError; }
31 HadError = true;
78 if (hadError())
92 void parseError() { HadError = true; }
97 bool HadError = false;
  /frameworks/base/libs/androidfw/include/androidfw/
Chunk.h 72 // by calling HadError() and GetLastError() to get the reason for failure.
81 // if (iter.HadError()) {
96 inline bool HasNext() const { return !HadError() && len_ != 0; };
97 inline bool HadError() const { return last_error_ != nullptr; }
  /external/clang/include/clang/Lex/
LiteralSupport.h 61 bool hadError : 1;
168 bool HadError;
176 bool hadError() const { return HadError; }
218 ResultPtr(ResultBuf.data()), hadError(false), Pascal(false) {
223 bool hadError;
  /external/llvm/tools/llvm-pdbdump/
LLVMOutputStyle.cpp 388 bool HadError = false;
389 for (auto &Type : Tpi->types(&HadError)) {
401 if (HadError)
412 bool HadError = false;
413 for (auto &Type : Tpi->types(&HadError)) {
420 if (HadError)
498 bool HadError = false;
499 for (const auto &S : ModS.symbols(&HadError)) {
507 if (HadError)
514 bool HadError = false
    [all...]
  /frameworks/base/tools/aapt2/proto/
TableProtoSerializer.cpp 339 bool CompiledFileOutputStream::HadError() { return out_.HadError(); }
  /external/llvm/tools/llvm-size/
llvm-size.cpp 87 bool HadError = false;
96 HadError = true;
103 HadError = true;
111 // HadError but returns allowing the code to move on to other archive members.
114 HadError = true;
137 // before the error message. It sets HadError but returns allowing the code to
141 HadError = true;
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream.h 627 // occurs. The client can probe HadError() to determine the status.
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 568 // occurs. The client can probe HadError() to determine the status.
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 568 // occurs. The client can probe HadError() to determine the status.
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
coded_stream.h 568 // occurs. The client can probe HadError() to determine the status.
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 627 // occurs. The client can probe HadError() to determine the status.
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 568 // occurs. The client can probe HadError() to determine the status.
    [all...]
  /external/llvm/include/llvm/MC/
MCContext.h 229 bool HadError;
579 bool hadError() { return HadError; }
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 175 bool HadError = false;
181 HadError = true;
195 // HadError but returns allowing the code to move on to other archive members.
198 HadError = true;
222 // before the error message. It sets HadError but returns allowing the code to
226 HadError = true;
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
AsmParser.cpp 118 unsigned HadError : 1;
411 HadError = true;
462 HadError = false;
471 assert(HadError && "Parse statement returned an error, but none emitted!");
512 if (!HadError && !NoFinalize)
515 return HadError;
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 239 bool hadError;
367 bool HadError() { return hadError; }
490 hadError = true;
509 hadError = true;
555 hadError = true;
577 hadError = true;
585 hadError = true;
589 if (hadError) {
650 if (hadError)
    [all...]
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 154 unsigned HadError : 1;
563 MacrosEnabledFlag(true), HadError(false), CppHashInfo(),
593 assert((HadError || ActiveMacros.empty()) &&
623 HadError = true;
705 HadError = false;
738 assert(HadError && "Parse statement returned an error, but none emitted!");
773 HadError |=
786 HadError |= Error(std::get<0>(LocSym), "directional label undefined");
793 if (!HadError && !NoFinalize)
796 return HadError || getContext().hadError()
    [all...]

Completed in 2322 milliseconds