/external/valgrind/main/none/tests/ppc64/ |
twi_tdi.stdout.exp | 1 twi_0_neg100(-150) -> no trap 2 twi_0_neg100(-100) -> no trap 3 twi_0_neg100( -50) -> no trap 4 twi_1_neg100(-150) -> no trap 5 twi_1_neg100(-100) -> no trap 6 twi_1_neg100( -50) -> TRAP 7 twi_2_neg100(-150) -> TRAP 8 twi_2_neg100(-100) -> no trap 9 twi_2_neg100( -50) -> no trap 10 twi_3_neg100(-150) -> TRAP [all...] |
tw_td.stdout.exp | 1 tw_0(-150,-100) -> no trap 2 tw_0(-100,-100) -> no trap 3 tw_0( -50,-100) -> no trap 4 tw_1(-150,-100) -> no trap 5 tw_1(-100,-100) -> no trap 6 tw_1( -50,-100) -> TRAP 7 tw_2(-150,-100) -> TRAP 8 tw_2(-100,-100) -> no trap 9 tw_2( -50,-100) -> no trap 10 tw_3(-150,-100) -> TRAP [all...] |
/external/valgrind/main/none/tests/ppc32/ |
twi.stdout.exp | 1 twi_0_neg100(-150) -> no trap 2 twi_0_neg100(-100) -> no trap 3 twi_0_neg100( -50) -> no trap 4 twi_1_neg100(-150) -> no trap 5 twi_1_neg100(-100) -> no trap 6 twi_1_neg100( -50) -> TRAP 7 twi_2_neg100(-150) -> TRAP 8 twi_2_neg100(-100) -> no trap 9 twi_2_neg100( -50) -> no trap 10 twi_3_neg100(-150) -> TRAP [all...] |
tw.stdout.exp | 1 tw_0(-150,-100) -> no trap 2 tw_0(-100,-100) -> no trap 3 tw_0( -50,-100) -> no trap 4 tw_1(-150,-100) -> no trap 5 tw_1(-100,-100) -> no trap 6 tw_1( -50,-100) -> TRAP 7 tw_2(-150,-100) -> TRAP 8 tw_2(-100,-100) -> no trap 9 tw_2( -50,-100) -> no trap 10 tw_3(-150,-100) -> TRAP [all...] |
/external/llvm/test/CodeGen/Generic/ |
trap.ll | 4 tail call void @llvm.trap( ) 8 declare void @llvm.trap() nounwind
|
/external/llvm/test/CodeGen/Thumb/ |
trap.ll | 7 ; CHECK: trap 8 call void @llvm.trap() 12 declare void @llvm.trap() nounwind
|
/external/clang/test/CodeGen/ |
bounds-checking.c | 6 // CHECK: trap 12 // everything is constant; no trap possible 13 // CHECK-NOT: trap 24 // CHECK: trap
|
catch-undef-behavior.c | 2 // RUN: %clang_cc1 -fsanitize-undefined-trap-on-error -fsanitize=alignment,null,object-size,shift,return,signed-integer-overflow,vla-bound,float-cast-overflow,integer-divide-by-zero,bool -emit-llvm %s -o - -triple x86_64-linux-gnu | FileCheck %s --check-prefix=CHECK-TRAP 27 // CHECK-TRAP: @foo 31 // CHECK-TRAP: %[[CHECK0:.*]] = icmp ne {{.*}}* %[[PTR:.*]], null 38 // CHECK-TRAP: %[[I8PTR:.*]] = bitcast i32* %[[PTR]] to i8* 39 // CHECK-TRAP-NEXT: %[[SIZE:.*]] = call i64 @llvm.objectsize.i64(i8* %[[I8PTR]], i1 false) 40 // CHECK-TRAP-NEXT: %[[CHECK1:.*]] = icmp uge i64 %[[SIZE]], 4 41 // CHECK-TRAP-NEXT: %[[CHECK01:.*]] = and i1 %[[CHECK0]], %[[CHECK1]] 47 // CHECK-TRAP: %[[PTRTOINT:.*]] = ptrtoint {{.*}}* %[[PTR]] to i64 48 // CHECK-TRAP-NEXT: %[[MISALIGN:.*]] = and i64 %[[PTRTOINT]], [all...] |
varargs.c | 15 // CHECK-NOT: llvm.trap
|
unsigned-trapv.c | 17 // TRAPV: llvm.trap 20 // BOTH: llvm.trap 30 // UNSIGNED-NOT: llvm.trap 33 // TRAPV-NOT: llvm.trap 36 // BOTH-NOT: llvm.trap
|
/external/llvm/test/CodeGen/XCore/ |
trap.ll | 7 tail call void @llvm.trap( ) 11 declare void @llvm.trap() nounwind
|
/external/llvm/test/CodeGen/X86/ |
trap.ll | 7 tail call void @llvm.trap( ) 19 declare void @llvm.trap() nounwind
|
/external/llvm/test/Instrumentation/BoundsChecking/ |
many-trap.ll | 2 ; RUN: opt < %s -bounds-checking -bounds-checking-single-trap -S | FileCheck -check-prefix=SINGLE %s 11 ; CHECK: call void @llvm.trap() 12 ; CHECK: call void @llvm.trap() 13 ; CHECK-NOT: call void @llvm.trap() 14 ; SINGLE: call void @llvm.trap() 15 ; SINGLE-NOT: call void @llvm.trap()
|
simple.ll | 15 ; CHECK-NOT: trap 25 ; CHECK: trap 40 ; CHECK: trap 50 ; CHECK: trap 58 ; CHECK: trap 66 ; CHECK-NOT: trap 75 ; CHECK: trap 85 ; CHECK-NOT: trap 94 ; CHECK-NOT: trap 106 ; CHECK: trap [all...] |
/external/clang/test/CodeGenCXX/ |
return.cpp | 7 // CHECK: call void @llvm.trap 10 // CHECK-OPT-NOT: call void @llvm.trap
|
vararg-non-pod.cpp | 13 // CHECK: call void @llvm.trap()
|
/external/llvm/test/CodeGen/ARM/ |
trap.ll | 2 ; RUN: llc < %s -mtriple=arm-apple-darwin -trap-func=_trap | FileCheck %s -check-prefix=FUNC 7 ; RUN: | llvm-objdump -disassemble -triple armv7 -mattr=+nacl-trap - \ 9 ; RUN: llc -mtriple=armv7 -mattr=+nacl-trap -filetype=obj %s -o - \ 10 ; RUN: | llvm-objdump -disassemble -triple armv7 -mattr=+nacl-trap - \ 27 ; INSTR: trap 36 call void @llvm.trap() 43 ; INSTR: trap 56 declare void @llvm.trap() nounwind
|
/development/cmds/monkey/ |
monkey | 6 trap "" HUP
|
/external/llvm/test/Transforms/CodeGenPrepare/ |
basic.ll | 14 br i1 %1, label %T, label %trap 19 trap: ; preds = %0, %entry 20 tail call void @llvm.trap() noreturn nounwind 30 declare void @llvm.trap() nounwind
|
/system/core/sh/ |
trap.c | 1 /* $NetBSD: trap.c,v 1.31 2005/01/11 19:38:57 christos Exp $ */ 38 static char sccsid[] = "@(#)trap.c 8.5 (Berkeley) 6/5/95"; 40 __RCSID("$NetBSD: trap.c,v 1.31 2005/01/11 19:38:57 christos Exp $"); 59 #include "trap.h" 76 char *trap[NSIG+1]; /* trap handler commands */ variable 128 * The trap builtin. 140 if (trap[signo] != NULL) { 141 out1fmt("trap -- "); 142 print_quoted(trap[signo]) [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
hndrte_armtrap.h | 2 * HNDRTE arm trap handling. 25 /* ARM trap handling */ 27 /* Trap types defined by ARM (see arminc.h) */ 29 /* Trap locations in lo memory */ 40 /* The trap structure is defined here as offsets for assembly */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
debugreg.h | 6 debug registers. Registers 0-3 contain the addresses we wish to trap on */ 14 which debugging register was responsible for the trap. The other bits 28 and indicates what types of access we trap on, and how large the data 34 #define DR_RW_EXECUTE (0x0) /* Settings for the access types to trap on */ 38 #define DR_LEN_1 (0x0) /* Settings for data length to trap on */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
debugreg.h | 6 debug registers. Registers 0-3 contain the addresses we wish to trap on */ 14 which debugging register was responsible for the trap. The other bits 28 and indicates what types of access we trap on, and how large the data 34 #define DR_RW_EXECUTE (0x0) /* Settings for the access types to trap on */ 38 #define DR_LEN_1 (0x0) /* Settings for data length to trap on */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
debugreg.h | 6 debug registers. Registers 0-3 contain the addresses we wish to trap on */ 14 which debugging register was responsible for the trap. The other bits 28 and indicates what types of access we trap on, and how large the data 34 #define DR_RW_EXECUTE (0x0) /* Settings for the access types to trap on */ 38 #define DR_LEN_1 (0x0) /* Settings for data length to trap on */
|
/external/clang/test/Driver/ |
fsanitize.c | 1 // RUN: %clang -target x86_64-linux-gnu -fcatch-undefined-behavior %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-UNDEFINED-TRAP 2 // RUN: %clang -target x86_64-linux-gnu -fsanitize=undefined-trap -fsanitize-undefined-trap-on-error %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-UNDEFINED-TRAP 3 // RUN: %clang -target x86_64-linux-gnu -fsanitize-undefined-trap-on-error -fsanitize=undefined-trap %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-UNDEFINED-TRAP 4 // CHECK-UNDEFINED-TRAP: "-fsanitize={{((signed-integer-overflow|integer-divide-by-zero|float-divide-by-zero|shift|unreachable|return|vla-bound|alignment|null|object-size|float-cast-overflow|bounds|enum|bool),?){14}"}} 5 // CHECK-UNDEFINED-TRAP: "-fsanitize-undefined-trap-on-error [all...] |