| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | PassRegistry.cpp | 42 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo() local 48 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo() local 58 sys::SmartScopedWriter<true> Guard(Lock); in registerPass() local 74 sys::SmartScopedReader<true> Guard(Lock); in enumerateWith() local 98 sys::SmartScopedWriter<true> Guard(Lock); in registerAnalysisGroup() local 119 sys::SmartScopedWriter<true> Guard(Lock); in addRegistrationListener() local 124 sys::SmartScopedWriter<true> Guard(Lock); in removeRegistrationListener() local
|
| /external/llvm/lib/IR/ |
| D | PassRegistry.cpp | 38 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo() local 44 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo() local 54 sys::SmartScopedWriter<true> Guard(Lock); in registerPass() local 70 sys::SmartScopedReader<true> Guard(Lock); in enumerateWith() local 94 sys::SmartScopedWriter<true> Guard(Lock); in registerAnalysisGroup() local 117 sys::SmartScopedWriter<true> Guard(Lock); in addRegistrationListener() local 122 sys::SmartScopedWriter<true> Guard(Lock); in removeRegistrationListener() local
|
| /external/rust/crates/crossbeam-epoch/src/ |
| D | guard.rs | 71 pub struct Guard { struct 75 impl Guard { argument 408 impl Drop for Guard { implementation 417 impl fmt::Debug for Guard { implementation
|
| D | internal.rs | 184 pub(crate) fn push_bag(&self, bag: &mut Bag, guard: &Guard) { in push_bag() 201 pub(crate) fn collect(&self, guard: &Guard) { in collect() 361 pub(crate) unsafe fn defer(&self, mut deferred: Deferred, guard: &Guard) { in defer() 370 pub(crate) fn flush(&self, guard: &Guard) { in flush() 382 pub(crate) fn pin(&self) -> Guard { in pin() 551 unsafe fn finalize(entry: &Entry, guard: &Guard) { in finalize()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
| D | GsymCreator.cpp | 34 std::lock_guard<std::recursive_mutex> Guard(Mutex); in insertFile() local 54 std::lock_guard<std::recursive_mutex> Guard(Mutex); in encode() local 158 std::lock_guard<std::recursive_mutex> Guard(Mutex); in finalize() local 248 std::lock_guard<std::recursive_mutex> Guard(Mutex); in insertString() local 255 std::lock_guard<std::recursive_mutex> Guard(Mutex); in addFunctionInfo() local 261 std::lock_guard<std::recursive_mutex> Guard(Mutex); in forEachFunctionInfo() local 270 std::lock_guard<std::recursive_mutex> Guard(Mutex); in forEachFunctionInfo() local
|
| /external/rust/cxx/src/ |
| D | unwind.rs | 30 struct Guard { struct 34 impl Drop for Guard { implementation
|
| /external/rust/crates/futures-util/src/io/ |
| D | read_to_end.rs | 27 struct Guard<'a> { struct 32 impl Drop for Guard<'_> { argument
|
| /external/rust/crates/spin/benches/ |
| D | mutex.rs | 13 type Guard<'a>: DerefMut<Target = T> where Self: 'a; typedef 19 type Guard<'a> = spin::mutex::SpinMutexGuard<'a, T> where Self: 'a; typedef 25 type Guard<'a> = spin::mutex::TicketMutexGuard<'a, T> where Self: 'a; typedef 31 type Guard<'a> = std::sync::MutexGuard<'a, T> where Self: 'a; typedef
|
| /external/rust/crates/tokio/src/io/ |
| D | split.rs | 58 struct Guard<'a, T> { struct 59 inner: &'a Inner<T>, 155 impl<T> Guard<'_, T> { impl 163 impl<T> Drop for Guard<'_, T> { implementation
|
| /external/rust/crates/once_cell/src/ |
| D | imp_pl.rs | 122 struct Guard<'a> { struct 127 impl<'a> Drop for Guard<'a> { implementation
|
| D | imp_std.rs | 155 struct Guard<'a> { struct 160 impl Drop for Guard<'_> { argument
|
| /external/guava/guava/src/com/google/common/util/concurrent/ |
| D | Monitor.java | 305 public abstract static class Guard { class in Monitor 318 protected Guard(Monitor monitor) { in Guard() method in Monitor.Guard
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | MakeGuardsExplicit.cpp | 58 static void turnToExplicitForm(CallInst *Guard, Function *DeoptIntrinsic) { in turnToExplicitForm() 88 for (auto *Guard : GuardIntrinsics) in explicifyGuards() local
|
| D | LoopPredication.cpp | 400 Instruction *Guard, in expandCheck() 563 SCEVExpander &Expander, Instruction *Guard) { in widenICmpRangeCheckIncrementingLoop() 612 SCEVExpander &Expander, Instruction *Guard) { in widenICmpRangeCheckDecrementingLoop() 675 Instruction *Guard) { in widenICmpRangeCheck() 740 Instruction *Guard) { in collectChecks() 791 bool LoopPredication::widenGuardConditions(IntrinsicInst *Guard, in widenGuardConditions() 1246 for (auto *Guard : Guards) in runOnLoop() local 1248 for (auto *Guard : GuardsAsWidenableBranches) in runOnLoop() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
| D | NVPTXUtilities.cpp | 42 std::lock_guard<sys::Mutex> Guard(Lock); in clearAnnotationCache() local 47 std::lock_guard<sys::Mutex> Guard(Lock); in cacheAnnotationFromMD() local 73 std::lock_guard<sys::Mutex> Guard(Lock); in cacheAnnotationFromMD() local 107 std::lock_guard<sys::Mutex> Guard(Lock); in findOneNVVMAnnotation() local 121 std::lock_guard<sys::Mutex> Guard(Lock); in findAllNVVMAnnotation() local
|
| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTXUtilities.cpp | 39 MutexGuard Guard(Lock); in clearAnnotationCache() local 44 MutexGuard Guard(Lock); in cacheAnnotationFromMD() local 70 MutexGuard Guard(Lock); in cacheAnnotationFromMD() local 104 MutexGuard Guard(Lock); in findOneNVVMAnnotation() local 118 MutexGuard Guard(Lock); in findAllNVVMAnnotation() local
|
| /external/angle/third_party/abseil-cpp/absl/log/internal/ |
| D | nullguard.h | 45 static const T& Guard(const T& v) { return v; } in Guard() function
|
| /external/webrtc/third_party/abseil-cpp/absl/log/internal/ |
| D | nullguard.h | 37 static const T& Guard(const T& v) { return v; } in Guard() function
|
| /external/cronet/third_party/abseil-cpp/absl/log/internal/ |
| D | nullguard.h | 45 static const T& Guard(const T& v) { return v; } in Guard() function
|
| /external/rust/crates/tokio/src/task/ |
| D | task_local.rs | 199 struct Guard<'a, T: 'static> { in scope_inner() struct 200 local: &'static LocalKey<T>, in scope_inner() 201 slot: &'a mut Option<T>, in scope_inner() 204 impl<'a, T: 'static> Drop for Guard<'a, T> { in scope_inner() implementation
|
| /external/rust/crates/crossbeam-epoch/src/sync/ |
| D | list.rs | 91 unsafe fn finalize(_: &Entry, _: &Guard); in finalize() 148 pub(crate) unsafe fn delete(&self, guard: &Guard) { in delete() 172 pub(crate) unsafe fn insert<'g>(&'g self, container: Shared<'g, T>, guard: &'g Guard) { in insert() 314 unsafe fn finalize(entry: &Entry, guard: &Guard) { in finalize()
|
| /external/llvm/lib/CodeGen/ |
| D | StackProtector.cpp | 288 if (Value *Guard = TLI->getIRStackGuard(B)) in getStackGuard() local 371 LoadInst *Guard = B.CreateLoad(AI, true, "Guard"); in InsertStackProtectors() local 426 Value *Guard = getStackGuard(TLI, M, B); in InsertStackProtectors() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | StackProtector.cpp | 357 if (Value *Guard = TLI->getIRStackGuard(B)) in getStackGuard() local 453 LoadInst *Guard = B.CreateLoad(B.getInt8PtrTy(), AI, true, "Guard"); in InsertStackProtectors() local 507 Value *Guard = getStackGuard(TLI, M, B); in InsertStackProtectors() local
|
| /external/rust/crates/tokio/src/runtime/task/ |
| D | harness.rs | 465 struct Guard<'a, T: Future, S: Schedule> { in poll_future() struct 466 core: &'a Core<T, S>, in poll_future() 468 impl<'a, T: Future, S: Schedule> Drop for Guard<'a, T, S> { in poll_future() implementation
|
| /external/llvm/tools/llvm-cov/ |
| D | CodeCoverage.cpp | 129 std::unique_lock<std::mutex> Guard{DeferredMessagesLock}; in deferError() local 134 std::unique_lock<std::mutex> Guard{DeferredMessagesLock}; in deferWarning() local 139 std::unique_lock<std::mutex> Guard{DeferredMessagesLock}; in consumeDeferredMessages() local 166 std::unique_lock<std::mutex> Guard{LoadedSourceFilesLock}; in getSourceFile() local
|