HomeSort by relevance Sort by last modified time
    Searched full:trap (Results 1 - 25 of 1156) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/chromium_org/chrome/browser/ui/libgtk2ui/
x11_input_method_context_impl_gtk2_unittest.cc 16 libgtk2ui::X11InputMethodContextImplGtk2::GtkCommitSignalTrap trap; local
19 EXPECT_FALSE(trap.IsSignalCaught());
20 EXPECT_FALSE(trap.Trap(base::string16()));
21 EXPECT_FALSE(trap.IsSignalCaught());
24 trap.StartTrap('t');
25 EXPECT_FALSE(trap.Trap(UTF8ToUTF16("T")));
26 EXPECT_FALSE(trap.IsSignalCaught());
27 EXPECT_FALSE(trap.Trap(UTF8ToUTF16("true")))
    [all...]
  /external/llvm/test/CodeGen/Generic/
trap.ll 4 tail call void @llvm.trap( )
8 declare void @llvm.trap() nounwind
  /external/llvm/test/CodeGen/Mips/
trap.ll 3 declare void @llvm.trap()
7 call void @llvm.trap()
divrem.ll 1 ; RUN: llc -march=mips < %s | FileCheck %s -check-prefix=TRAP
5 ; TRAP-LABEL: sdiv1:
6 ; TRAP: div $zero, ${{[0-9]+}}, $[[R0:[0-9]+]]
7 ; TRAP: teq $[[R0]], $zero, 7
8 ; TRAP: mflo
20 ; TRAP-LABEL: srem1:
21 ; TRAP: div $zero, ${{[0-9]+}}, $[[R0:[0-9]+]]
22 ; TRAP: teq $[[R0]], $zero, 7
23 ; TRAP: mfhi
31 ; TRAP-LABEL: udiv1
    [all...]
trap1.ll 3 declare void @llvm.trap()
8 call void @llvm.trap()
  /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
  /external/llvm/test/CodeGen/XCore/
trap.ll 7 tail call void @llvm.trap( )
11 declare void @llvm.trap() nounwind
  /external/pixman/demos/
trap-test.c 16 pixman_trap_t trap; local
24 trap.top.l = pixman_int_to_fixed (50) + 0x8000;
25 trap.top.r = pixman_int_to_fixed (150) + 0x8000;
26 trap.top.y = pixman_int_to_fixed (30);
28 trap.bot.l = pixman_int_to_fixed (50) + 0x8000;
29 trap.bot.r = pixman_int_to_fixed (150) + 0x8000;
30 trap.bot.y = pixman_int_to_fixed (150);
36 pixman_add_traps (mask_img, 0, 0, 1, &trap);
  /external/pixman/test/
a1-trap-test.c 16 pixman_trap_t trap; local
24 trap.top.l = pixman_double_to_fixed (0.5);
25 trap.top.r = pixman_double_to_fixed (1.5);
26 trap.top.y = pixman_double_to_fixed (0.5);
28 trap.bot.l = pixman_double_to_fixed (0.5);
29 trap.bot.r = pixman_double_to_fixed (1.5);
30 trap.bot.y = pixman_double_to_fixed (1.5);
38 pixman_add_traps (mask_img, 0, 0, 1, &trap);
  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode_unittest.cc 25 ErrorCode e3 = sandbox.Trap(NULL, NULL);
29 SANDBOX_TEST(ErrorCode, Trap) {
31 ErrorCode e0 = sandbox.Trap(NULL, "a");
32 ErrorCode e1 = sandbox.Trap(NULL, "b");
36 ErrorCode e2 = sandbox.Trap(NULL, "a");
52 ErrorCode e4 = sandbox.Trap(NULL, "a");
53 ErrorCode e5 = sandbox.Trap(NULL, "b");
54 ErrorCode e6 = sandbox.Trap(NULL, "a");
73 ErrorCode e4 = sandbox.Trap(NULL, "a");
74 ErrorCode e5 = sandbox.Trap(NULL, "b")
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
win64-dataref.masm 46 mov ebx,[trap]
47 mov rcx,offset trap
49 lea rdx, trap
50 mov rax, qword ptr trap[rcx]
51 mov rax, trap
52 mov rbx, trap
54 movzx rax, byte ptr trap
55 movzx rax, byte ptr trap[rax]
113 call trap
117 trap proc public fram
    [all...]
win64-dataref.asm 45 mov ebx, trap
46 mov rcx, qword trap
51 lea rdx, [trap wrt rip]
52 mov rax, [trap+rcx]
53 mov rax, qword trap
54 mov rbx, qword trap
59 movzx rax, byte [trap wrt rip]
60 movzx rax, byte [trap+rax]
122 call trap
126 trap: sub rsp, 25 label
    [all...]
  /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()
  /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()
  /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

Completed in 652 milliseconds

1 2 3 4 5 6 7 8 91011>>