Home
last modified time | relevance | path

Searched defs:Stop (Results 1 – 25 of 41) sorted by relevance

12

/llvm-project/libcxxabi/test/
H A Dforced_unwind2.pass.cpp32 struct Stop<R (*)(Args...)> { struct
50 stopStop forced_unwind() argument
H A Dforced_unwind3.pass.cpp48 struct Stop<R (*)(Args...)> { struct
67 _Unwind_ForcedUnwind(exc, Stop<_Unwind_Stop_Fn>::stop, 0); in forced_unwind() argument
H A Dforced_unwind1.pass.cpp39 struct Stop<R (*)(Args...)> { struct
62 _Unwind_ForcedUnwind(exc, Stop<_Unwind_Stop_Fn>::stop, 0); in forced_unwind() argument
/llvm-project/llvm/lib/IR/
H A DUse.cpp35 void Use::zap(Use *Start, const Use *Stop, bool del) { in zap()
/llvm-project/lldb/source/API/
H A DSBTrace.cpp121 SBError SBTrace::Stop() { Stop() function in SBTrace
131 SBError SBTrace::Stop(const SBThread &thread) { Stop() function in SBTrace
/llvm-project/third-party/benchmark/test/
H A Dmemory_manager_test.cc9 void Stop(Result& result) override { in Stop() function in TestMemoryManager
/llvm-project/clang/lib/AST/
H A DFormatStringParsing.h75 bool Stop; variable
/llvm-project/lldb/include/lldb/Host/
H A DHost.h41 Stop, // The status represents the signal number that caused the global() enumerator
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h142 uint8_t *Start, *Stop; member
149 uint8_t *Stop() { return Regions[NumRegions - 1].Stop; } in Stop() function
168 struct { const PCTableEntry *Start, *Stop; } ModulePCTable[4096]; member
H A DFuzzerTracePC.cpp39 void TracePC::HandleInline8bitCountersInit(uint8_t *Start, uint8_t *Stop) { in HandleInline8bitCountersInit()
71 void TracePC::HandlePCsInit(const uintptr_t *Start, const uintptr_t *Stop) { in HandlePCsInit()
458 void __sanitizer_cov_trace_pc_guard_init(uint32_t *Start, uint32_t *Stop) { in __sanitizer_cov_trace_pc_guard_init()
464 void __sanitizer_cov_8bit_counters_init(uint8_t *Start, uint8_t *Stop) { in __sanitizer_cov_8bit_counters_init()
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp53 bool Stop = false; in reload() local
/llvm-project/third-party/benchmark/src/
H A Dperf_counters.h168 BENCHMARK_ALWAYS_INLINE bool Stop( in Stop() function
/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h148 IndexT Stop = It.stop(); in reset() local
419 void getNonOverlappingParts(IndexT Start, IndexT Stop, in getNonOverlappingParts()
H A DIntervalMap.h752 void insert(unsigned i, unsigned Size, NodeRef Node, KeyT Stop) { in insert() argument
1693 iterator::canCoalesceRight(KeyT Stop, ValT Value) { in canCoalesceRight() argument
1717 setNodeStop(unsigned Level,KeyT Stop) setNodeStop() argument
1788 insertNode(unsigned Level,IntervalMapImpl::NodeRef Node,KeyT Stop) insertNode() argument
2070 KeyT Stop = Node[Pos]->stop(NewSize[Pos]-1); overflow() local
[all...]
/llvm-project/llvm/lib/Support/
H A Draw_socket_stream.cpp236 auto Stop = std::chrono::steady_clock::now(); global() local
H A DParallel.cpp147 std::atomic<bool> Stop{false}; global() member in llvm::parallel::detail::__anon5042709c0111::ThreadPoolExecutor
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCtorDtorLowering.cpp109 Value *Stop = End; createInitOrFiniCalls() local
H A DSIOptimizeExecMasking.cpp381 isRegisterInUseBetween(MachineInstr & Stop,MachineInstr & Start,MCRegister Reg,bool UseLiveOuts,bool IgnoreStart) const isRegisterInUseBetween() argument
404 isRegisterInUseAfter(MachineInstr & Stop,MCRegister Reg) const isRegisterInUseAfter() argument
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp219 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB); in calcLiveBlockInfo() local
321 SlotIndex Stop = LIS.getMBBEndIdx(&*MFI); countLiveBlocks() local
1637 SlotIndex Start, Stop; splitLiveThroughBlock() local
1739 SlotIndex Start, Stop; splitRegInBlock() local
1832 SlotIndex Start, Stop; splitRegOutBlock() local
[all...]
H A DInterferenceCache.cpp133 std::tie(Start, Stop) = Indexes->getMBBRange(MBBNum); in update() local
[all...]
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dwrappers_cpp_test.cpp225 std::atomic_bool Stop; in TEST_F() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp157 void CompressThread::Stop() { in Stop() function in __sanitizer::__anondac873b00111::CompressThread
/llvm-project/lldb/source/Target/
H A DTrace.cpp163 Error Trace::Stop() { in Stop() function in Trace
171 Error Trace::Stop(llvm::ArrayRef<lldb::tid_t> tids) { in Stop() function in Trace
/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp47 int Stop; member in __anon7c7b1b820111::MOVEMState
/llvm-project/bolt/lib/Rewrite/
H A DLinuxKernelRewriter.cpp897 const BinaryData *Stop = BC.getBinaryDataByName("__stop_static_call_sites"); readStaticCalls() local
1634 const BinaryData *Stop = BC.getBinaryDataByName("__stop___jump_table"); readStaticKeysJumpTable() local
1866 const BinaryData *Stop = BC.getBinaryDataByName("__stop___jump_table"); updateStaticKeysJumpTablePostEmit() local
[all...]

12