Home
last modified time | relevance | path

Searched refs:recovery (Results 1 – 25 of 86) sorted by relevance

1234

/external/clang/test/FixIt/
Dfixit-static-object-decl.m1 // Objective-C recovery
6 // Objective-C++ recovery
Dfixit-missing-method-return-type.m1 // Objective-C recovery
6 // Objective-C++ recovery
Dfixit-objc-message.m1 // Objective-C recovery
6 // Objective-C++ recovery
/external/clang/test/Index/
Dcrash-recovery-modules.m7 // CHECK-CRASH: crash-recovery-modules.m:16:32:{16:2-16:37}: fatal error: could not build module 'C…
13 // REQUIRES: crash-recovery
/external/webkit/Source/JavaScriptCore/dfg/
DDFGJITCompiler.cpp106 …eculative(const SpeculationCheck& check, const EntryLocation& entry, SpeculationRecovery* recovery) in jumpFromSpeculativeToNonSpeculative() argument
116 if (recovery) { in jumpFromSpeculativeToNonSpeculative()
118 ASSERT(recovery->type() == SpeculativeAdd); in jumpFromSpeculativeToNonSpeculative()
120 sub32(gprToRegisterID(recovery->src()), gprToRegisterID(recovery->dest())); in jumpFromSpeculativeToNonSpeculative()
DDFGSpeculativeJIT.h160 void speculationCheck(MacroAssembler::Jump jumpToFail, const SpeculationRecovery& recovery) in speculationCheck() argument
162 m_speculationRecoveryList.append(recovery); in speculationCheck()
/external/libxml2/include/libxml/
Dparser.h261 int recovery; /* run in recovery mode */ member
890 int recovery);
895 int recovery);
900 int recovery,
905 int recovery);
909 int recovery,
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DBaseRecognizer.as5 * support code essentially; most of it is error recovery stuff and
37 // wack everything related to error recovery
54 * single token insertion or deletion error recovery. If
58 * recovery, override mismatchRecover() and have it call
107 // then we know we're missing a token; error recovery is free to
142 * not parsing. Once in recovery mode, no errors are generated.
143 * To get out of recovery mode, the parser must successfully match
147 * 2. enter recovery mode, report error
332 // where LT(1) is in the recovery token set so nothing is
344 /** A hook to listen in on the token consumption during error recovery.
[all …]
/external/clang/test/Parser/
Dobjc-interfaces.m3 // Test features and error recovery for objc interfaces.
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt030specialStates.g12 # no error recovery yet, just crash!
/external/kernel-headers/original/linux/raid/
Dmd_k.h194 unsigned long recovery; member
250 set_bit(MD_RECOVERY_NEEDED, &mddev->recovery); in rdev_dec_pending()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dtoplevel.ml29 (* Skip token for error recovery. *)
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBaseRecognizer.m275 // then we know we're missing a token; error recovery is free to
294 * not parsing. Once in recovery mode, no errors are generated.
295 * To get out of recovery mode, the parser must successfully match
299 * 2. enter recovery mode, report error
493 // where LT(1) is in the recovery token set so nothing is
515 /* Compute the error recovery set for the current rule. During
566 * For error recovery, we cannot consider FOLLOW(c)
579 * the same recovery set and doesn't consume anything. Rule b
584 * for the token that was a member of the recovery set.
588 * ANTLR's error recovery mechanism is based upon original ideas:
[all …]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dtoplevel.ml34 (* Skip token for error recovery. *)
/external/e2fsprogs/po/
DPOTFILES.in19 e2fsck/recovery.c
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoplevel.ml44 (* Skip token for error recovery. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoplevel.ml44 (* Skip token for error recovery. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoplevel.ml44 (* Skip token for error recovery. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoplevel.ml44 (* Skip token for error recovery. *)
/external/e2fsprogs/e2fsck/
DAndroid.mk81 recovery.c \
DMakefile.in66 dx_dirinfo.o ehandler.o problem.o message.o recovery.o region.o \
75 profiled/recovery.o profiled/region.o profiled/revoke.o \
91 $(srcdir)/recovery.c \
359 recovery.o: $(srcdir)/recovery.c $(srcdir)/jfs_user.h $(srcdir)/e2fsck.h \
/external/clang/test/SemaObjC/
Dproperty-9.m51 // test parser recovery: rdar://6254579
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DCommonErrorNode.as24 // is consumed during recovery; LT(-1) will return null.
/external/libvpx/examples/
Ddecode_with_drops.txt6 on the command line. This is useful for observing the error recovery
/external/bison/tests/
Dactions.at232 This grammar is made to exercise error recovery.
233 "Lines" starting with `(' support error recovery, with
384 # Check locations in error recovery

1234