HomeSort by relevance Sort by last modified time
    Searched full:recover (Results 26 - 50 of 1604) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
sanitize-recover.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsanitize=unsigned-integer-overflow -fsanitize-recover=unsigned-integer-overflow %s -emit-llvm -o - | FileCheck %s --check-prefix=RECOVER
3 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsanitize=null,object-size,alignment -fsanitize-recover=object-size %s -emit-llvm -o - | FileCheck %s --check-prefix=PARTIAL
5 // RECOVER: @test
10 // RECOVER: uadd.with.overflow.i32
11 // RECOVER: ubsan_handle_add_overflow(
12 // RECOVER-NOT: unreachable
  /external/antlr/antlr-3.4/runtime/Python/tests/
t036multipleReturnValues.py 13 def recover(self, input, re): member in class:t036multipleReturnValues.lexerClass.TLexer
22 def recover(self, input, re): member in class:t036multipleReturnValues.parserClass.TParser
t041parameters.py 13 def recover(self, input, re): member in class:t041parameters.lexerClass.TLexer
22 def recover(self, input, re): member in class:t041parameters.parserClass.TParser
t030specialStates.g 11 def recover(self, input, re):
  /external/valgrind/none/tests/scripts/
shell.stderr.exp-dash 4 EXEC FAILED: I can't recover from execve() failing, so I'm dying.
5 Add more stringent tests in PRE(sys_execve), or work out how to recover.
shell.stderr.exp-dash2 4 EXEC FAILED: I can't recover from execve() failing, so I'm dying.
5 Add more stringent tests in PRE(sys_execve), or work out how to recover.
shell.stderr.exp-illumos 4 EXEC FAILED: I can't recover from execve() failing, so I'm dying.
5 Add more stringent tests in PRE(sys_execve), or work out how to recover.
shell.stderr.exp-solaris 4 EXEC FAILED: I can't recover from execve() failing, so I'm dying.
5 Add more stringent tests in PRE(sys_execve), or work out how to recover.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue8158.go 25 recover()
34 recover()
bug266.go 11 recover()
issue1304.go 13 recover()
issue4353.go 17 defer func() { recover() }()
  /prebuilts/go/linux-x86/test/fixedbugs/
issue8158.go 25 recover()
34 recover()
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t034tokenLabelPropertyRef.html 22 recover: function(re) {
23 /* don't recover, just crash */
32 recover: function(re) {
33 /* don't recover, just crash */
t035ruleLabelPropertyRef.html 22 recover: function(re) {
23 /* don't recover, just crash */
32 recover: function(re) {
33 /* don't recover, just crash */
t036multipleReturnValues.html 22 recover: function(re) {
23 /* don't recover, just crash */
32 recover: function(re) {
33 /* don't recover, just crash */
t037rulePropertyRef.html 22 recover: function(re) {
23 /* don't recover, just crash */
32 recover: function(re) {
33 /* don't recover, just crash */
t039labels.html 22 recover: function(re) {
23 /* don't recover, just crash */
32 recover: function(re) {
33 /* don't recover, just crash */
t041parameters.html 22 recover: function(re) {
23 /* don't recover, just crash */
32 recover: function(re) {
33 /* don't recover, just crash */
t045dfabug.html 22 recover: function(re) {
23 /* don't recover, just crash */
32 recover: function(re) {
33 /* don't recover, just crash */
t046rewrite.html 22 recover: function(re) {
23 /* don't recover, just crash */
32 recover: function(re) {
33 /* don't recover, just crash */
  /external/clang/test/FixIt/
fixit-unrecoverable.c 2 suggest corrections but are unable to actually recover from
fixit-unrecoverable.cpp 2 suggest corrections but are unable to actually recover from
  /external/clang/test/Lexer/
cxx0x_raw_string_delim_length.cpp 6 // FIXME: recover better than this.
  /external/compiler-rt/test/ubsan/TestCases/TypeCheck/
vptr-virtual-base-construction.cpp 1 // RUN: %clangxx -frtti -fsanitize=vptr -fno-sanitize-recover=vptr %s -o %t

Completed in 286 milliseconds

12 3 4 5 6 7 8 91011>>