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

  /external/chromium/third_party/libjingle/source/talk/examples/login/
xmppauth.h 51 virtual bool HadError() const { return false; }
  /external/clang/include/clang/Lex/
LiteralSupport.h 53 bool hadError;
130 bool HadError;
136 bool hadError() const { return HadError; }
168 ResultPtr(ResultBuf.data()), hadError(false), Pascal(false) {
173 bool hadError;
  /external/protobuf/src/google/protobuf/io/
coded_stream.h 540 // occurs. The client can probe HadError() to determine the status.
675 bool HadError() const { return had_error_; }
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 118 unsigned HadError : 1;
413 HadError = true;
464 HadError = false;
473 assert(HadError && "Parse statement returned an error, but none emitted!");
515 if (!HadError && !NoFinalize)
518 return HadError;
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 171 bool hadError;
266 bool HadError() { return hadError; }
283 hadError = true;
308 hadError = true;
317 hadError = true;
324 hadError = true;
328 if (hadError) {
373 if (hadError)
377 if (hadError)
    [all...]
SemaDeclCXX.cpp     [all...]

Completed in 755 milliseconds