Home
last modified time | relevance | path

Searched refs:Halt (Results 1 – 7 of 7) sorted by relevance

/external/zlib/src/contrib/pascal/
Dexample.pas42 Halt(1);
49 Halt(1);
96 Halt(1);
102 Halt(1);
108 Halt(1);
114 Halt(1);
124 Halt(1);
132 Halt(1);
137 Halt(1);
146 Halt(1);
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUInstrFormats.td63 // says, "RT is a false target." Used in "Halt if" instructions
192 // This format is used primarily by the Halt If ... Immediate set of
DSPUInstrInfo.td2889 // Halt If Equal (r32 preferred slot only, no vector form)
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h54 enum class ErrorPolicy { Halt, Continue }; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1372 if (EP == ErrorPolicy::Halt) in DWARFObjInMemory()
1457 if (HandleError(SymInfoOrErr.takeError()) == ErrorPolicy::Halt) in DWARFObjInMemory()
1470 if (EP == ErrorPolicy::Halt) in DWARFObjInMemory()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrSystem.td472 // Halt subchannel.
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp2446 return ErrorPolicy::Halt; in TEST()