Home
last modified time | relevance | path

Searched defs:stop (Results 1 – 25 of 81) sorted by relevance

1234

/llvm-project/compiler-rt/test/tsan/
H A Dfd_close_norace3.cpp8 void *Thread(void *stop) { in Thread()
15 int stop = 0; in main() local
H A Dsignal_block.cpp10 int stop; global() variable
H A Dsignal_reset.cpp13 int stop; global() variable
H A Dstress.cpp9 volatile long stop; variable
/llvm-project/clang/test/CodeGenObjC/
H A Dblocks-5.m7 - (void)enumerateKeysAndObjectsUsingBlock:(void (^)(id key, id obj, unsigned char *stop))block ;
33 - (void)enumerateKeysAndObjectsUsingBlock:(void (^)(id key, id obj, unsigned char *stop))block {}
/llvm-project/libc/benchmarks/gpu/timing/nvptx/
H A Dtiming.h90 uint64_t stop = gpu::processor_clock(); in latency() local
31 uint64_t stop = gpu::processor_clock(); overhead() local
64 uint64_t stop = gpu::processor_clock(); latency() local
[all...]
/llvm-project/lldb/test/API/macosx/DBGSourcePathRemapping/Inputs/
H A Drelative.c1 void stop() {} in stop() function
/llvm-project/lldb/test/API/macosx/macCatalystAppMacOSFramework/
H A Dfoo.c3 void stop() {} in stop() function
/llvm-project/lldb/test/API/lang/objcxx/cxx-bridged-po/
H A Dmain.mm3 void stop() {} function
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-caching/
H A Db.c2 void stop() {} in stop() function
/llvm-project/lldb/test/API/functionalities/inline-sourcefile/
H A Dmain.c2 void stop() {} in stop() function
/llvm-project/libc/test/src/math/
H A Din_float_range_test_helper.h10 #define CHECK_DATA(start, stop, mfp_op, f, f_check, count, prec) \ argument
H A Dlog1p_test.cpp89 __anon3ce9737d0102(uint64_t start, uint64_t stop, mpfr::RoundingMode rounding_mode) TEST_F() argument
134 __anon3ce9737d0202(uint64_t start, uint64_t stop, const char *start_str, const char *stop_str) TEST_F() argument
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/
H A Dsanitizer_coverage_trace_pc_guard-init.cpp27 __sanitizer_cov_trace_pc_guard_init(uint32_t * start,uint32_t * stop) __sanitizer_cov_trace_pc_guard_init() argument
/llvm-project/libc/src/time/gpu/
H A Dnanosleep.cpp57 uint64_t stop = gpu::fixed_frequency_clock(); variable
/llvm-project/libcxxabi/test/
H A Dforced_unwind2.pass.cpp37 static _Unwind_Reason_Code stop(int, _Unwind_Action actions, type, in stop() function
H A Dforced_unwind3.pass.cpp53 …static _Unwind_Reason_Code stop(int, _Unwind_Action actions, type, _Unwind_Exception*, struct _Unw… in stop() function
/llvm-project/libunwind/test/
H A Dforceunwind.pass.cpp39 _Unwind_Reason_Code stop(int version, _Unwind_Action actions, in stop() function
/llvm-project/libc/test/src/math/performance_testing/
H A DTimer.cpp31 void Timer::stop() { stop() function in LIBC_NAMESPACE::testing::Timer
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all/
H A Dtoctou.pass.cpp56 bool stop = false; in main() local
/llvm-project/clang/test/OpenMP/
H A Dunroll_ast_print.cpp131 void unroll_templated_factor(int start, int stop, int step) { in unroll_templated_factor()
/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
H A DDynamicLoaderWasmDYLD.cpp64 bool stop) { in GetStepThroughTrampolinePlan()
/llvm-project/mlir/include/mlir/Support/
H A DTiming.h217 void stop() { in stop() function
300 void stop() { in stop() function
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DPerfHelper.cpp185 void CounterGroup::stop() { in stop() function in llvm::exegesis::pfm::CounterGroup
224 void CounterGroup::stop() {} in stop() function in llvm::exegesis::pfm::CounterGroup
/llvm-project/lld/Common/
H A DTimer.cpp22 void ScopedTimer::stop() { in stop() function in ScopedTimer

1234