Searched defs:HadError (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppauth.h54 virtual bool HadError() const { return false; } function in class:XmppAuth
/external/chromium_org/jingle/notifier/base/
H A Dgaia_token_pre_xmpp_auth.cc82 bool GaiaTokenPreXmppAuth::HadError() const { function in class:notifier::GaiaTokenPreXmppAuth
/external/clang/include/clang/Lex/
H A DLiteralSupport.h158 bool HadError; member in class:clang::CharLiteralParser
166 bool hadError() const { return HadError; }
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h540 // occurs. The client can probe HadError() to determine the status.
675 bool HadError() const { return had_error_; } function in class:google::protobuf::io::CodedOutputStream
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h568 // occurs. The client can probe HadError() to determine the status.
718 bool HadError() const { return had_error_; } function in class:google::protobuf::io::CodedOutputStream
/external/clang/lib/Lex/
H A DLiteralSupport.cpp79 const char *ThisTokEnd, bool &HadError,
136 HadError = 1;
333 const LangOptions &Features, bool &HadError) {
344 HadError = true;
368 char *&ResultBuf, bool &HadError,
377 HadError = true;
1027 HadError = false;
1117 HadError = true;
1122 HadError = true;
1136 HadError
77 ProcessCharEscape(const char *ThisTokBegin, const char *&ThisTokBuf, const char *ThisTokEnd, bool &HadError, FullSourceLoc Loc, unsigned CharWidth, DiagnosticsEngine *Diags, const LangOptions &Features) argument
331 MeasureUCNEscape(const char *ThisTokBegin, const char *&ThisTokBuf, const char *ThisTokEnd, unsigned CharByteWidth, const LangOptions &Features, bool &HadError) argument
366 EncodeUCNEscape(const char *ThisTokBegin, const char *&ThisTokBuf, const char *ThisTokEnd, char *&ResultBuf, bool &HadError, FullSourceLoc Loc, unsigned CharByteWidth, DiagnosticsEngine *Diags, const LangOptions &Features) argument
[all...]
H A DModuleMap.cpp819 bool HadError = false; local
826 HadError = true;
829 return HadError;
833 bool HadError = false; local
840 HadError = true;
843 return HadError;
847 bool HadError = false; local
852 HadError = true;
862 return HadError;
991 bool HadError; member in class:clang::ModuleMapParser
2151 bool HadError = false; local
[all...]
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp143 bool HadError = false; member in namespace:__anon26404
149 HadError = true;
1053 if (HadError)
/external/clang/lib/Sema/
H A DSemaInit.cpp334 bool HadError() { return hadError; } function in class:__anon18057::InitListChecker
3515 if (CheckInitList.HadError()) {
6087 if (PerformInitList.HadError())
6433 assert(DiagnoseInitList.HadError() &&
H A DSemaDeclCXX.cpp3614 bool HadError = false;
3673 HadError = true;
3695 HadError = true;
3720 HadError = true;
3737 HadError = true;
3758 return HadError;
3968 bool HadError = false; local
3979 HadError = true;
3983 HadError = true;
3999 if (HadError)
4863 bool HadError = false; local
[all...]
H A DTreeTransform.h5890 bool HadError = false, HadChange = false; local
5898 HadError = true;
5905 if (HadError) return StmtError();
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp159 unsigned HadError : 1;
495 MacrosEnabledFlag(true), HadError(false), CppHashLineNumber(0),
525 assert((HadError || ActiveMacros.empty()) &&
561 HadError = true;
627 HadError = false;
651 assert(HadError && "Parse statement returned an error, but none emitted!");
696 if (!HadError && !NoFinalize)
699 return HadError;
1575 bool HadError = getTargetParser().ParseInstruction(IInfo, OpcodeStr, IDLoc, local
1577 Info.ParseError = HadError;
[all...]

Completed in 948 milliseconds