Home
last modified time | relevance | path

Searched refs:test_trap (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/RISCV/intrinsics/
Dtrap.ll12 define void @test_trap() nounwind {
13 ; RV32I-LABEL: test_trap:
18 ; RV64I-LABEL: test_trap:
/external/llvm-project/llvm/test/CodeGen/ARM/
Dnone-macho.ll31 define void @test_trap() {
32 ; CHECK-LABEL: test_trap:
44 call void @test_trap()
55 call void @test_trap()
71 tail call void @test_trap()
/external/llvm/test/CodeGen/ARM/
Dnone-macho.ll31 define void @test_trap() {
32 ; CHECK-LABEL: test_trap:
44 call void @test_trap()
55 call void @test_trap()
71 tail call void @test_trap()
/external/minijail/tools/
Dcompiler_unittest.py236 def test_trap(self): member in CompileFilterStatementTests