HomeSort by relevance Sort by last modified time
    Searched refs:hadError (Results 1 - 21 of 21) sorted by null

  /external/clang/include/clang/Lex/
LiteralSupport.h 60 bool hadError;
158 bool HadError;
166 bool hadError() const { return HadError; }
207 ResultPtr(ResultBuf.data()), hadError(false), Pascal(false) {
212 bool hadError;
  /external/clang/lib/Lex/
LiteralSupport.cpp 79 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;
526 hadError = false;
530 if (hadError)
540 hadError = true;
562 hadError = true
    [all...]
Preprocessor.cpp 763 if (Literal.hadError)
784 if (Literal.hadError || !Literal.isIntegerLiteral() || Literal.hasUDSuffix())
PPExpressions.cpp 221 if (Literal.hadError)
288 if (Literal.hadError())
PPDirectives.cpp     [all...]
ModuleMap.cpp 819 bool HadError = false;
826 HadError = true;
829 return HadError;
833 bool HadError = false;
840 HadError = true;
843 return HadError;
847 bool HadError = false;
852 HadError = true;
862 return HadError;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
Base64.cpp 152 bool hadError = false;
159 hadError = true;
164 hadError = true;
169 hadError = true;
177 if (hadError)
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
verify.rs 20 static bool hadError = false;
26 hadError = true;
132 hadError = true;
158 hadError = true;
183 hadError = true;
205 hadError = true;
301 if (hadError) {
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
verify.rs 25 static bool hadError = false;
31 hadError = true;
137 hadError = true;
163 hadError = true;
188 hadError = true;
210 hadError = true;
306 if (hadError) {
  /external/doclava/src/com/google/doclava/
Errors.java 23 public static boolean hadError = false;
72 hadError = true;
77 hadError = false;
Doclava.java 404 return !Errors.hadError;
    [all...]
  /external/doclava/src/com/google/doclava/apicheck/
ApiCheck.java 123 if (!Errors.hadError) {
127 if (!Errors.hadError) {
131 return new Report(Errors.hadError ? 1 : 0, Errors.getErrors());
  /external/clang/lib/Sema/
SemaInit.cpp 237 bool hadError;
334 bool HadError() { return hadError; }
452 hadError = true;
489 hadError = true;
496 hadError = true;
500 if (hadError) {
547 if (hadError)
551 if (hadError)
585 if (hadError)
    [all...]
SemaExpr.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_pragma_handler.cpp 274 if (StringLiteral.hadError) {
317 if (NumericLiteral.hadError) {
  /external/chromium_org/v8/test/webkit/
named-function-expression.js 49 shouldBe('var hadError = 0; try { eval("function(){ return 2; };"); } catch(e) { hadError = 1; }; hadError;', "1");
  /frameworks/base/services/core/java/com/android/server/display/
ColorFade.java 679 boolean hadError = false;
685 hadError = true;
687 return hadError;
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
exportfig.m 230 hadError = 0;
362 hadError = 1;
370 if hadError
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 277 bool hadError() { return State == IES_ERROR; }
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 2206 milliseconds