| /openbsd/src/gnu/llvm/compiler-rt/lib/ubsan/ |
| D | ubsan_handlers.cpp | 88 Location Loc = Data->Loc.acquire(); in handleTypeMismatchImpl() 156 Location Loc = Data->Loc.acquire(); in handleAlignmentAssumptionImpl() 157 SourceLocation AssumptionLoc = Data->AssumptionLoc.acquire(); in handleAlignmentAssumptionImpl() 212 SourceLocation Loc = Data->Loc.acquire(); in handleIntegerOverflowImpl() 251 SourceLocation Loc = Data->Loc.acquire(); in handleNegateOverflowImpl() 288 SourceLocation Loc = Data->Loc.acquire(); in handleDivremOverflowImpl() 333 SourceLocation Loc = Data->Loc.acquire(); in handleShiftOutOfBoundsImpl() 383 SourceLocation Loc = Data->Loc.acquire(); in handleOutOfBoundsImpl() 438 SourceLocation Loc = Data->Loc.acquire(); in handleVLABoundNotPositive() 496 SourceLocation SLoc = Data->Loc.acquire(); in handleFloatCastOverflow() [all …]
|
| D | ubsan_handlers_cxx.cpp | 45 SourceLocation Loc = Data->Loc.acquire(); in HandleDynamicTypeCacheMiss() 100 SourceLocation Loc = Data->Loc.acquire(); in __ubsan_handle_cfi_bad_type() 168 SourceLocation CallLoc = Data->Loc.acquire(); in handleFunctionTypeMismatch()
|
| D | ubsan_value.h | 59 SourceLocation acquire() { in acquire() function
|
| /openbsd/src/gnu/gcc/libstdc++-v3/libsupc++/ |
| D | guard.cc | 124 acquire (__guard *g) in acquire() function 168 if (acquire (g)) in __cxa_guard_acquire() 178 return acquire (g); in __cxa_guard_acquire()
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | semaphore | 31 void acquire(); 101 void acquire() 156 void acquire() 158 __semaphore_.acquire();
|
| /openbsd/src/gnu/llvm/libcxxabi/src/ |
| D | cxa_guard_impl.h | 190 bool acquire() { in acquire() function 254 bool acquire() { in acquire() function 323 bool acquire() { in acquire() function 459 bool acquire() { in acquire() function 589 if (guard_byte.acquire() || init_byte.acquire()) in cxa_guard_acquire()
|
| /openbsd/src/regress/sbin/ipsecctl/ |
| D | ipsec21.in | 7 flow esp out from 192.168.3.3 to 192.168.3.2 peer 192.168.3.3 type acquire 8 flow esp in from 192.168.3.2 to 192.168.3.3 peer 192.168.3.3 type acquire
|
| D | ipsec20.ok | 7 flow esp out from 192.168.3.3 to 192.168.3.2 peer 192.168.3.3 type acquire 8 flow esp in from 192.168.3.2 to 192.168.3.3 peer 192.168.3.3 type acquire
|
| D | ipsec21.ok | 7 flow esp out from 192.168.3.3 to 192.168.3.2 peer 192.168.3.3 type acquire 8 flow esp in from 192.168.3.2 to 192.168.3.3 peer 192.168.3.3 type acquire
|
| D | ipsec34.in | 7 flow esp out from 3ffe::3 to 3ffe::2 peer 3ffe::3 type acquire 8 flow esp in from 3ffe::2 to 3ffe::3 peer 3ffe::3 type acquire
|
| D | ipsec41.ok | 7 flow esp out from 3ffe::3 to 3ffe::2 peer 3ffe::3 type acquire 8 flow esp in from 3ffe::2 to 3ffe::3 peer 3ffe::3 type acquire
|
| D | ipsec34.ok | 7 flow esp out from 3ffe::3 to 3ffe::2 peer 3ffe::3 type acquire 8 flow esp in from 3ffe::2 to 3ffe::3 peer 3ffe::3 type acquire
|
| D | ipsec20.in | 4 flow esp from 192.168.3.3 to 192.168.3.2 peer 192.168.3.3 type acquire
|
| D | ipsec41.in | 4 flow esp from 3ffe::3 to 3ffe::2 peer 3ffe::3 type acquire
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/ |
| D | RWMutex.cpp | 119 return static_cast<MutexImpl *>(data_)->acquire(); in lock_shared() 127 return static_cast<MutexImpl *>(data_)->acquire(); in lock()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_addrhashmap.h | 107 void acquire(Handle *h); 145 map_->acquire(this); in Handle() 155 map_->acquire(this); in Handle() 165 map_->acquire(this); in Handle() 204 void AddrHashMap<T, kSize>::acquire(Handle *h) in acquire() function
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Support/ |
| D | AtomicOrdering.h | 31 acquire = 2, enumerator 152 /* acquire */ AtomicOrderingCABI::acquire, in toCABI()
|
| /openbsd/src/sys/dev/pci/ |
| D | igc_i225.c | 58 nvm->ops.acquire = igc_acquire_nvm_i225; in igc_init_nvm_params_i225() 149 phy->ops.acquire = igc_acquire_phy_base; in igc_init_phy_params_i225() 462 if (hw->nvm.ops.acquire(hw) == IGC_SUCCESS) { in igc_read_nvm_srrd_i225() 507 if (hw->nvm.ops.acquire(hw) == IGC_SUCCESS) { in igc_write_nvm_srwr_i225() 591 if (hw->nvm.ops.acquire(hw) == IGC_SUCCESS) { in igc_validate_nvm_checksum_i225() 638 if (hw->nvm.ops.acquire(hw) == IGC_SUCCESS) { in igc_update_nvm_checksum_i225()
|
| D | igc_phy.c | 24 phy->ops.acquire = igc_null_ops_generic; in igc_init_phy_ops_generic() 711 ret_val = phy->ops.acquire(hw); in igc_phy_hw_reset_generic() 802 ret_val = hw->phy.ops.acquire(hw); in igc_write_phy_reg_gpy() 838 ret_val = hw->phy.ops.acquire(hw); in igc_read_phy_reg_gpy()
|
| D | igc_hw.h | 232 int (*acquire)(struct igc_hw *); member 254 int (*acquire)(struct igc_hw *); member
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | ThreadSafetyAnalysis.rst | 78 acquire a lock without releasing it, (or vice versa), but it must be annotated 106 methods to acquire and release the capability. The name of the object serves 109 to acquire the capability to access data that is protected by ``mu``. Similarly, 122 one. A thread can only release a capability to another thread, or acquire one 124 exact mechanism used to acquire and release capabilities; it assumes that the 422 These are attributes on a function or method that tries to acquire the given 429 treated as acquired after the first branch on the return value of a try-acquire 871 // threads may acquire the mutex simultaneously as readers, but a writer 872 // must wait for all of them to release the mutex before it can acquire it 885 // Try to acquire the mutex. Returns true on success, and false on failure. [all …]
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | AMDGPUUsage.rst | 5112 instructions and is treated as acquire and release respectively. 5127 acquire - If a load atomic/atomicrmw then no following load/load 5129 moved before the acquire. 5138 acq_rel Same constraints as both acquire and release. 5139 seq_cst - If a load atomic then same constraints as acquire, plus no 5209 requirements of acquire and release. 5345 load atomic acquire - singlethread - global 1. buffer/global/ds/flat_load 5348 load atomic acquire - workgroup - global 1. buffer/global_load 5349 load atomic acquire - workgroup - local 1. ds/flat_load 5366 load atomic acquire - agent - global 1. buffer/global_load [all …]
|
| /openbsd/src/sys/dev/pci/drm/amd/display/dc/inc/hw/ |
| D | aux_engine.h | 175 bool (*acquire)( member
|
| /openbsd/src/sys/dev/pci/drm/amd/display/dc/dce/ |
| D | dce_aux.c | 398 static bool acquire( in acquire() function 578 if (!acquire(aux_engine, ddc_pin)) { in dce_aux_transfer_raw() 625 if (!acquire(aux_engine, ddc_pin)) { in dce_aux_transfer_dmub_raw()
|
| /openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/test_runner/ |
| D | process_control.py | 702 self.wait_condition.acquire() 713 self.wait_condition.acquire()
|