/external/llvm/lib/Analysis/ |
D | MemDerefPrinter.cpp | 25 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-7.0/llvm/lib/Analysis/ |
D | MemDerefPrinter.cpp | 23 SmallVector<Value *, 4> Deref; member 36 Deref.clear(); in releaseMemory() 58 Deref.push_back(PO); in runOnFunction() 68 for (Value *V: Deref) { in print()
|
/external/crosvm/usb_util/src/ |
D | interface_descriptor.rs | 5 use std::ops::Deref; 34 impl<'a> Deref for InterfaceDescriptor<'a> {
|
D | config_descriptor.rs | 5 use std::ops::Deref; 59 impl Deref for ConfigDescriptor {
|
D | endpoint_descriptor.rs | 5 use std::ops::Deref; 51 impl<'a> Deref for EndpointDescriptor<'a> {
|
/external/rust/crates/syn/1.0.7/tests/debug/ |
D | mod.rs | 6 use std::ops::Deref; 20 impl<T: ?Sized> Deref for Lite<T> {
|
/external/rust/crates/syn/0.15.42/tests/debug/ |
D | mod.rs | 9 use std::ops::Deref; 23 impl<T: ?Sized> Deref for Lite<T> {
|
/external/rust/crates/syn/0.15.42/src/ |
D | op.rs | 75 Deref(Token![*]), 169 input.parse().map(UnOp::Deref) in parse() 225 UnOp::Deref(ref t) => t.to_tokens(tokens), in to_tokens()
|
D | parse.rs | 198 use std::ops::Deref; 352 impl<'c, 'a> Deref for StepCursor<'c, 'a> {
|
D | token.rs | 98 use std::ops::{Deref, DerefMut}; 320 impl Deref for $name { impl
|
/external/rust/crates/syn/1.0.7/src/ |
D | op.rs | 75 Deref(Token![*]), 169 input.parse().map(UnOp::Deref) in parse() 225 UnOp::Deref(t) => t.to_tokens(tokens), in to_tokens()
|
D | parse.rs | 196 use std::ops::Deref; 347 impl<'c, 'a> Deref for StepCursor<'c, 'a> {
|
D | token.rs | 98 use std::ops::{Deref, DerefMut}; 320 impl Deref for $name { impl
|
/external/crosvm/msg_socket/src/ |
D | lib.rs | 9 use std::ops::Deref; 53 impl<I: MsgOnSocket, O: MsgOnSocket> Deref for MsgSocket<I, O> {
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfExpression.cpp | 35 void DwarfExpression::AddRegIndirect(int DwarfReg, int Offset, bool Deref) { in AddRegIndirect() argument 44 if (Deref) in AddRegIndirect()
|
D | DwarfExpression.h | 53 void AddRegIndirect(int DwarfReg, int Offset, bool Deref = false);
|
D | AsmPrinter.cpp | 720 bool Deref = MI->getOperand(0).isReg() && MI->getOperand(1).isImm(); in emitDebugValueComment() local 721 int64_t Offset = Deref ? MI->getOperand(1).getImm() : 0; in emitDebugValueComment() 724 if (Deref) { in emitDebugValueComment() 733 Deref = true; in emitDebugValueComment() 776 Deref = true; in emitDebugValueComment() 785 if (Deref) in emitDebugValueComment() 790 if (Deref) in emitDebugValueComment()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 275 bool Deref, int Offset); 283 DIBuilder &Builder, bool Deref, int Offset = 0);
|
/external/flatbuffers/rust/flatbuffers/src/ |
D | primitives.rs | 19 use std::ops::Deref; 96 impl<T> Deref for WIPOffset<T> {
|
/external/google-breakpad/src/client/windows/tests/crash_generation_app/ |
D | crash_generation_app.rc | 54 MENUITEM "&Deref Zero", ID_CLIENT_DEREFZERO
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1209 DIExpression *DIExpr, bool Deref, in BuildReplacementDIExpr() argument 1211 if (!Deref && !Offset) in BuildReplacementDIExpr() 1218 if (Deref) in BuildReplacementDIExpr() 1228 bool Deref, int Offset) { in replaceDbgDeclare() argument 1237 DIExpr = BuildReplacementDIExpr(Builder, DIExpr, Deref, Offset); in replaceDbgDeclare() 1247 DIBuilder &Builder, bool Deref, int Offset) { in replaceDbgDeclareForAlloca() argument 1249 Deref, Offset); in replaceDbgDeclareForAlloca()
|
/external/crosvm/sys_util/src/ |
D | net.rs | 9 use std::ops::Deref; 394 impl Deref for UnlinkUnixSeqpacketListener {
|
/external/clang/include/clang/AST/ |
D | StmtVisitor.h | 157 UNARYOP_FALLBACK(AddrOf) UNARYOP_FALLBACK(Deref)
|
/external/crosvm/p9/src/protocol/ |
D | wire_format.rs | 10 use std::ops::{Deref, DerefMut}; 151 impl Deref for Data {
|
/external/crosvm/gpu_renderer/src/ |
D | lib.rs | 17 use std::ops::Deref; 297 impl Deref for EGLFunctions {
|