Home
last modified time | relevance | path

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

12

/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-7.0/llvm/lib/Analysis/
DMemDerefPrinter.cpp23 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/
Dinterface_descriptor.rs5 use std::ops::Deref;
34 impl<'a> Deref for InterfaceDescriptor<'a> {
Dconfig_descriptor.rs5 use std::ops::Deref;
59 impl Deref for ConfigDescriptor {
Dendpoint_descriptor.rs5 use std::ops::Deref;
51 impl<'a> Deref for EndpointDescriptor<'a> {
/external/rust/crates/syn/1.0.7/tests/debug/
Dmod.rs6 use std::ops::Deref;
20 impl<T: ?Sized> Deref for Lite<T> {
/external/rust/crates/syn/0.15.42/tests/debug/
Dmod.rs9 use std::ops::Deref;
23 impl<T: ?Sized> Deref for Lite<T> {
/external/rust/crates/syn/0.15.42/src/
Dop.rs75 Deref(Token![*]),
169 input.parse().map(UnOp::Deref) in parse()
225 UnOp::Deref(ref t) => t.to_tokens(tokens), in to_tokens()
Dparse.rs198 use std::ops::Deref;
352 impl<'c, 'a> Deref for StepCursor<'c, 'a> {
Dtoken.rs98 use std::ops::{Deref, DerefMut};
320 impl Deref for $name { impl
/external/rust/crates/syn/1.0.7/src/
Dop.rs75 Deref(Token![*]),
169 input.parse().map(UnOp::Deref) in parse()
225 UnOp::Deref(t) => t.to_tokens(tokens), in to_tokens()
Dparse.rs196 use std::ops::Deref;
347 impl<'c, 'a> Deref for StepCursor<'c, 'a> {
Dtoken.rs98 use std::ops::{Deref, DerefMut};
320 impl Deref for $name { impl
/external/crosvm/msg_socket/src/
Dlib.rs9 use std::ops::Deref;
53 impl<I: MsgOnSocket, O: MsgOnSocket> Deref for MsgSocket<I, O> {
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp35 void DwarfExpression::AddRegIndirect(int DwarfReg, int Offset, bool Deref) { in AddRegIndirect() argument
44 if (Deref) in AddRegIndirect()
DDwarfExpression.h53 void AddRegIndirect(int DwarfReg, int Offset, bool Deref = false);
DAsmPrinter.cpp720 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/
DLocal.h275 bool Deref, int Offset);
283 DIBuilder &Builder, bool Deref, int Offset = 0);
/external/flatbuffers/rust/flatbuffers/src/
Dprimitives.rs19 use std::ops::Deref;
96 impl<T> Deref for WIPOffset<T> {
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.rc54 MENUITEM "&Deref Zero", ID_CLIENT_DEREFZERO
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1209 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/
Dnet.rs9 use std::ops::Deref;
394 impl Deref for UnlinkUnixSeqpacketListener {
/external/clang/include/clang/AST/
DStmtVisitor.h157 UNARYOP_FALLBACK(AddrOf) UNARYOP_FALLBACK(Deref)
/external/crosvm/p9/src/protocol/
Dwire_format.rs10 use std::ops::{Deref, DerefMut};
151 impl Deref for Data {
/external/crosvm/gpu_renderer/src/
Dlib.rs17 use std::ops::Deref;
297 impl Deref for EGLFunctions {

12