Home
last modified time | relevance | path

Searched refs:Deref (Results 1 – 25 of 185) sorted by relevance

12345678

/external/llvm-project/llvm/lib/Analysis/
DMemDerefPrinter.cpp26 SmallVector<Value *, 4> Deref; member
39 Deref.clear(); in releaseMemory()
61 Deref.push_back(PO); in runOnFunction()
72 for (Value *V: Deref) { in print()
87 SmallVector<Value *, 4> Deref; in run() local
95 Deref.push_back(PO); in run()
103 for (Value *V : Deref) { in run()
/external/rust/crates/weak-table/src/
Dptr_weak_hash_set.rs7 use std::ops::Deref;
16 where T::Strong: Deref
30 where T::Strong: Deref
172 where T::Strong: Deref
187 T::Strong: Deref,
197 where T::Strong: Deref
201 where T::Strong: Deref
210 T::Strong: Deref,
221 T::Strong: Deref,
248 where T::Strong: Deref
Dptr_weak_key_hash_map.rs7 use std::ops::{Deref, Index, IndexMut};
17 where K::Strong: Deref
31 where K::Strong: Deref
161 where K::Strong: Deref
197 K::Strong: Deref,
208 where K::Strong: Deref
212 where K::Strong: Deref
221 K::Strong: Deref,
234 K::Strong: Deref,
244 K::Strong: Deref,
[all …]
Dptr_weak_weak_hash_map.rs8 use std::ops::Deref;
18 where K::Strong: Deref
32 where K::Strong: Deref
160 where K::Strong: Deref
186 K::Strong: Deref,
199 where K::Strong: Deref,
204 where K::Strong: Deref
213 K::Strong: Deref,
224 K::Strong: Deref,
Dby_ptr.rs1 use std::ops::Deref;
23 where K::Strong: Deref
25 type Key = *const <K::Strong as Deref>::Target;
/external/llvm/lib/Analysis/
DMemDerefPrinter.cpp25 SmallVector<Value *, 4> Deref; member
38 Deref.clear(); in releaseMemory()
60 Deref.push_back(PO); in runOnFunction()
70 for (Value *V: Deref) { in print()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemDerefPrinter.cpp23 SmallVector<Value *, 4> Deref; member
36 Deref.clear(); in releaseMemory()
58 Deref.push_back(PO); in runOnFunction()
69 for (Value *V: Deref) { in print()
/external/rust/crates/plotters/src/coord/
Dtranslate.rs2 use std::ops::Deref;
15 T: Deref<Target = C>,
/external/rust/crates/mio/src/sys/windows/
Dio_status_block.rs2 use std::ops::{Deref, DerefMut};
23 impl Deref for IoStatusBlock {
/external/rust/crates/tokio/src/loom/std/
Datomic_u8.rs3 use std::ops::Deref;
20 impl Deref for AtomicU8 {
Datomic_u32.rs3 use std::ops::Deref;
20 impl Deref for AtomicU32 {
Datomic_u16.rs3 use std::ops::Deref;
30 impl Deref for AtomicU16 {
Datomic_ptr.rs2 use std::ops::{Deref, DerefMut};
16 impl<T> Deref for AtomicPtr<T> {
/external/rust/crates/hashbrown/src/
Dscopeguard.rs2 use core::ops::{Deref, DerefMut};
20 impl<T, F> Deref for ScopeGuard<T, F>
/external/llvm-project/flang/include/flang/Common/
Didioms.h137 #define DEREF(p) Fortran::common::Deref(p, __FILE__, __LINE__)
139 template <typename T> constexpr T &Deref(T *p, const char *file, int line) {
147 constexpr T &Deref(const std::unique_ptr<T> &p, const char *file, int line) {
/external/rust/crates/weak-table/tests/
Dsymbols.rs4 use std::ops::Deref;
18 impl Deref for Symbol {
/external/rust/crates/futures-task/src/
Dwaker_ref.rs6 use core::ops::Deref;
45 impl Deref for WakerRef<'_> {
/external/rust/crates/tokio/src/util/
Dpad.rs2 use core::ops::{Deref, DerefMut};
26 impl<T> Deref for CachePadded<T> {
Dtry_lock.rs5 use std::ops::{Deref, DerefMut};
62 impl<T> Deref for LockGuard<'_, T> {
/external/rust/crates/tinytemplate/src/
Dinstruction.rs1 use std::ops::Deref;
18 impl<'template> Deref for PathStep<'template> {
/external/rust/crates/regex/src/
Dsparse.rs2 use std::ops::Deref;
70 impl Deref for SparseSet {
/external/rust/crates/spin/src/
Dlazy.rs6 use core::{cell::Cell, fmt, ops::Deref};
91 impl<T, F: FnOnce() -> T> Deref for Lazy<T, F> {
/external/rust/crates/crossbeam-utils/src/
Dcache_padded.rs2 use core::ops::{Deref, DerefMut};
165 impl<T> Deref for CachePadded<T> {
/external/rust/crates/futures-channel/src/
Dlock.rs8 use core::ops::{Deref, DerefMut};
64 impl<T> Deref for TryLock<'_, T> {
/external/crosvm/base/src/
Devent.rs6 use std::ops::Deref;
86 impl Deref for ScopedEvent {

12345678