Home
last modified time | relevance | path

Searched refs:Trap (Results 1 – 25 of 40) sorted by relevance

12

/third_party/mksh/
Dhistrap.c32 Trap sigtraps[ksh_NSIG + 1];
1170 Trap *
1174 Trap *p; in gettrap()
1231 Trap *p = &sigtraps[i]; in trapsig()
1264 Trap *p = sigtraps; in fatal_trap_check()
1285 Trap *p = sigtraps; in trap_pending()
1304 Trap *p = sigtraps; in runtraps()
1335 runtrap(Trap *p, bool is_last) in runtrap()
1398 Trap *p = sigtraps; in cleartraps()
1417 Trap *p = sigtraps; in restoresigs()
[all …]
Dsh.h1349 } Trap; typedef
1379 extern Trap sigtraps[ksh_NSIG + 1];
2527 Trap *gettrap(const char *, bool, bool);
2533 void runtrap(Trap *, bool);
2536 void settrap(Trap *, const char *);
2539 int setsig(Trap *, sig_t, int);
2540 void setexecsig(Trap *, int);
Dfuncs.c1101 Trap *t = NULL; in c_kill()
2098 Trap *p = sigtraps; in c_trap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVSystemOperands.td55 // User Trap Setup
62 // User Trap Handling
152 // Supervisor Trap Setup
162 // Supervisor Trap Handling
185 // Machine Trap Setup
196 // Machine Trap Handling
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h177 Trap, enumerator
280 bool isTrap() const { return Flags & (1ULL << MCID::Trap); } in isTrap()
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
Dtypes.rs97 Trap = linux_raw_sys::general::SIGTRAP, enumerator
171 linux_raw_sys::general::SIGTRAP => Some(Self::Trap), in from_raw()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceIntrinsics.h56 Trap, enumerator
DIceInstARM32.h421 Trap, enumerator
1423 static bool classof(const Inst *Instr) { return isClassof(Instr, Trap); } in classof()
/third_party/rust/crates/rustix/src/backend/libc/process/
Dtypes.rs198 Trap = c::SIGTRAP, enumerator
301 c::SIGTRAP => Some(Self::Trap), in from_raw()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsLegalizerInfo.cpp375 MachineInstr *Trap = MIRBuilder.buildInstr(Mips::TRAP); in legalizeIntrinsic() local
377 return constrainSelectedInstRegOperands(*Trap, TII, TRI, RBI); in legalizeIntrinsic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.td146 // Trap handler registers
258 // Trap handler TMP 32-bit registers
264 // Trap handler TMP 64-bit registers
267 // Trap handler TMP 128-bit registers
DAMDGPU.td93 "Trap handler support"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp675 Opcode == SystemZ::Trap || in isPredicable()
694 if (MBB.getLastNonDebugInstr()->getOpcode() != SystemZ::Trap && in isProfitableToIfCvt()
725 if (Opcode == SystemZ::Trap) { in PredicateInstruction()
DSystemZAsmPrinter.cpp480 case SystemZ::Trap: { in EmitInstruction()
DSystemZInstrSystem.td397 // Trap.
DSystemZScheduleZ196.td132 // Trap instructions
135 // Trap
136 def : InstRW<[WLat1, LSU, EndGroup], (instregex "(Cond)?Trap$")>;
DSystemZScheduleZEC12.td136 // Trap instructions
139 // Trap
140 def : InstRW<[WLat1, VBU, NormalGr], (instregex "(Cond)?Trap$")>;
DSystemZScheduleZ13.td152 // Trap instructions
155 // Trap
156 def : InstRW<[WLat1, VBU, NormalGr], (instregex "(Cond)?Trap$")>;
DSystemZScheduleZ15.td153 // Trap instructions
156 // Trap
157 def : InstRW<[WLat1, VBU, NormalGr], (instregex "(Cond)?Trap$")>;
DSystemZScheduleZ14.td153 // Trap instructions
156 // Trap
157 def : InstRW<[WLat1, VBU, NormalGr], (instregex "(Cond)?Trap$")>;
/third_party/python/Lib/unittest/test/
Dtest_loader.py1265 class Trap: class
1271 foobar = Trap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DCOFF.h599 enum class frame_type : uint16_t { Fpo = 0, Trap = 1, Tss = 2, NonFpo = 3 }; enumerator
/third_party/gstreamer/gstreamer/
Dgstreamer.doap817 <name>It's a Trap</name>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcInstrInfo.td965 // Section B.26 - Return from Trap Instruction
981 // Section B.27 - Trap on Integer Condition Codes Instruction
/third_party/rust/crates/memchr/bench/data/sliceslice/
Dwords.txt4254 Trap

12