| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stack_store.h | 82 atomic_uintptr_t total_frames_ = {}; 85 atomic_uintptr_t allocated_ = {}; 89 atomic_uintptr_t data_;
|
| H A D | sanitizer_tls_get_addr.h | 51 atomic_uintptr_t next; 57 atomic_uintptr_t dtv_block;
|
| H A D | sanitizer_libignore.h | 73 atomic_uintptr_t ignored_ranges_count_; 76 atomic_uintptr_t instrumented_ranges_count_;
|
| H A D | sanitizer_quarantine.h | 138 atomic_uintptr_t max_size_; 139 atomic_uintptr_t min_size_; 140 atomic_uintptr_t max_cache_size_; 301 atomic_uintptr_t size_;
|
| H A D | sanitizer_atomic_msvc.h | 113 inline uptr atomic_fetch_add(volatile atomic_uintptr_t *a, in atomic_fetch_add() 134 inline uptr atomic_fetch_sub(volatile atomic_uintptr_t *a, in atomic_fetch_sub() 194 inline bool atomic_compare_exchange_strong(volatile atomic_uintptr_t *a, in atomic_compare_exchange_strong()
|
| H A D | sanitizer_tls_get_addr.cpp | 36 static atomic_uintptr_t number_of_live_dtls; 46 static DTLS::DTVBlock *DTLS_NextBlock(atomic_uintptr_t *cur) { in DTLS_NextBlock()
|
| H A D | sanitizer_atomic.h | 67 struct atomic_uintptr_t { struct
|
| H A D | sanitizer_coverage_libcdep_new.cpp | 134 atomic_uintptr_t* pc_ptr = in TracePcGuard() 135 reinterpret_cast<atomic_uintptr_t*>(&pc_vector[idx - 1]); in TracePcGuard()
|
| H A D | sanitizer_deadlock_detector_interface.h | 41 atomic_uintptr_t owner;
|
| H A D | sanitizer_allocator_stats.h | 49 atomic_uintptr_t stats_[AllocatorStatCount];
|
| H A D | sanitizer_flat_map.h | 155 mutable atomic_uintptr_t map1_[kSize1];
|
| H A D | sanitizer_addrhashmap.h | 51 atomic_uintptr_t addr; 65 atomic_uintptr_t add;
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_interface.cpp | 64 atomic_uintptr_t XRayPatchedFunction{0}; 67 atomic_uintptr_t XRayArgLogger{0}; 70 atomic_uintptr_t XRayPatchedCustomEvent{0}; 73 atomic_uintptr_t XRayPatchedTypedEvent{0};
|
| H A D | xray_profiling.cpp | 43 atomic_uintptr_t Allocators; 44 atomic_uintptr_t FCT;
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_external.cpp | 98 atomic_uintptr_t *header_ptr = in __tsan_external_register_header() 99 (atomic_uintptr_t *)&GetTagData((uptr)tag)->header; in __tsan_external_register_header()
|
| H A D | tsan_fd.cpp | 34 atomic_uintptr_t aux_sync; // FdSync* 41 atomic_uintptr_t tab[kTableSizeL1]; 83 atomic_uintptr_t *pl1 = &fdctx.tab[fd / kTableSizeL2]; in fddesc()
|
| H A D | tsan_rtl.h | 168 atomic_uintptr_t trace_pos; 195 atomic_uintptr_t in_blocking_func; 222 atomic_uintptr_t in_signal_handler; 223 atomic_uintptr_t signal_ctx;
|
| H A D | tsan_interface_ann.cpp | 62 atomic_uintptr_t hitcount; 63 atomic_uintptr_t addcount;
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
| H A D | dd_interceptors.cpp | 163 atomic_uintptr_t *p = (atomic_uintptr_t*)c; in init_cond() 221 atomic_store((atomic_uintptr_t*)c, 0, memory_order_relaxed); in INTERCEPTOR()
|
| H A D | dd_rtl.cpp | 100 static atomic_uintptr_t id_gen; in ThreadInit()
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | vm_reserv_populate.sh | 87 struct atomic_uintptr_t {
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_interceptors.cpp | 120 atomic_uintptr_t t; 121 atomic_uintptr_t is_registered;
|
| H A D | memprof_thread.h | 69 atomic_uintptr_t *signal_thread_is_registered);
|
| /freebsd/contrib/llvm-project/libcxx/include/__atomic/ |
| H A D | aliases.h | 77 using atomic_uintptr_t = atomic<uintptr_t>; variable
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/ |
| H A D | ubsan_minimal_handlers.cpp | 18 static __sanitizer::atomic_uintptr_t caller_pcs[kMaxCallerPcs];
|