HomeSort by: relevance | last modified time | path
    Searched defs:HadError (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
LiteralSupport.h 62 bool hadError : 1;
184 bool HadError;
192 bool hadError() const { return HadError; }
234 ResultPtr(ResultBuf.data()), hadError(false), Pascal(false) {
239 bool hadError;
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 144 bool HadError = false;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-size/
llvm-size.cpp 106 static bool HadError = false;
111 HadError = true;
117 // HadError but returns allowing the code to move on to other archive members.
120 HadError = true;
144 // before the error message. It sets HadError but returns allowing the code to
148 HadError = true;
906 if (HadError)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp 287 bool hadError = false;
404 hadError = true;
481 bool HadError() { return hadError; }
593 hadError = true;
623 hadError = true;
678 hadError = true;
703 hadError = true;
709 hadError = true;
713 if (hadError || VerifyOnly)
    [all...]
TreeTransform.h 7680 bool HadError = false, HadChange = false;
7688 HadError = true;
7695 if (HadError) return StmtError();
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCContext.h 337 bool HadError = false;
806 bool hadError() { return HadError; }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
llvm-nm.cpp 240 bool HadError = false;
246 HadError = true;
260 // HadError but returns allowing the code to move on to other archive members.
263 HadError = true;
288 // before the error message. It sets HadError but returns allowing the code to
292 HadError = true;
2311 if (HadError)
  /src/external/apache2/llvm/dist/clang/lib/Lex/
ModuleMap.cpp 1439 bool HadError = false;
1588 HadError = true;
1595 if (StringLiteral.hadError)
1621 HadError = true;
1654 HadError = true;
1866 HadError = true;
1879 HadError = true;
1888 HadError = true;
1896 HadError = true;
1918 HadError = true
    [all...]

Completed in 48 milliseconds