| /external/swiftshader/third_party/subzero/src/ |
| D | IceStringPool.h | 83 static StringID createWithoutString(const typename Traits::OwnerType *Owner) { in createWithoutString() 88 static StringID createWithString(const typename Traits::OwnerType *Owner, in createWithString() 133 explicit StringID(const typename Traits::OwnerType *Owner) in StringID() 135 StringID(const typename Traits::OwnerType *Owner, const std::string &Value) in StringID()
|
| /external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/decoder/ |
| D | OutputBuffer.java | 24 public interface Owner<S extends OutputBuffer> { interface in OutputBuffer
|
| /external/llvm/include/llvm/Object/ |
| D | ObjectFile.h | 308 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef() 347 const ObjectFile *Owner) in SectionRef() 433 const ObjectFile *Owner) in RelocationRef()
|
| D | SymbolicFile.h | 174 const SymbolicFile *Owner) in BasicSymbolRef()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
| D | BitReader.cpp | 83 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext() local 110 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext2() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
| D | ObjectFile.h | 342 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef() 380 const ObjectFile *Owner) in SectionRef() 474 const ObjectFile *Owner) in RelocationRef()
|
| D | SymbolicFile.h | 182 const SymbolicFile *Owner) in BasicSymbolRef()
|
| /external/llvm/lib/Bitcode/Reader/ |
| D | BitReader.cpp | 101 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext() local 124 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext2() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/examples/HowToUseJIT/ |
| D | HowToUseJIT.cpp | 67 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context); in main() local
|
| /external/llvm/examples/HowToUseJIT/ |
| D | HowToUseJIT.cpp | 67 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context); in main() local
|
| /external/llvm/include/llvm/Support/ |
| D | LockFileManager.h | 58 Optional<std::pair<std::string, int> > Owner; variable
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
| D | LockFileManager.h | 58 Optional<std::pair<std::string, int> > Owner; variable
|
| /external/clang/test/Analysis/inlining/ |
| D | path-notes.cpp | 225 struct Owner { struct 233 void Owner::testGetDerefExprOnMemberExprWithADot() { in testGetDerefExprOnMemberExprWithADot() argument
|
| /external/clang/include/clang/Rewrite/Frontend/ |
| D | FixItRewriter.h | 73 std::unique_ptr<DiagnosticConsumer> Owner; variable
|
| /external/llvm/lib/IR/ |
| D | SymbolTableListTraitsImpl.h | 66 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
| D | SymbolTableListTraitsImpl.h | 66 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
|
| /external/llvm/examples/Fibonacci/ |
| D | fibonacci.cpp | 111 std::unique_ptr<Module> Owner(new Module("test", Context)); in main() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/examples/Fibonacci/ |
| D | fibonacci.cpp | 110 std::unique_ptr<Module> Owner(new Module("test", Context)); in main() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/ |
| D | ExecutionEngineTest.cpp | 31 auto Owner = make_unique<Module>("<main>", Context); in ExecutionEngineTest() local
|
| /external/llvm/unittests/ExecutionEngine/ |
| D | ExecutionEngineTest.cpp | 31 auto Owner = make_unique<Module>("<main>", Context); in ExecutionEngineTest() local
|
| /external/llvm/include/llvm/Option/ |
| D | Option.h | 70 const OptTable *Owner; variable
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Option/ |
| D | Option.h | 79 const OptTable *Owner; variable
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
| D | RDFGraph.cpp | 825 NodeAddr<UseNode*> DataFlowGraph::newUse(NodeAddr<InstrNode*> Owner, in newUse() 832 NodeAddr<PhiUseNode*> DataFlowGraph::newPhiUse(NodeAddr<PhiNode*> Owner, in newPhiUse() 841 NodeAddr<DefNode*> DataFlowGraph::newDef(NodeAddr<InstrNode*> Owner, in newDef() 848 NodeAddr<DefNode*> DataFlowGraph::newDef(NodeAddr<InstrNode*> Owner, in newDef() 856 NodeAddr<PhiNode*> DataFlowGraph::newPhi(NodeAddr<BlockNode*> Owner) { in newPhi() 862 NodeAddr<StmtNode*> DataFlowGraph::newStmt(NodeAddr<BlockNode*> Owner, in newStmt() 870 NodeAddr<BlockNode*> DataFlowGraph::newBlock(NodeAddr<FuncNode*> Owner, in newBlock()
|
| /external/llvm/lib/Target/Hexagon/ |
| D | RDFGraph.cpp | 870 NodeAddr<UseNode*> DataFlowGraph::newUse(NodeAddr<InstrNode*> Owner, in newUse() 877 NodeAddr<PhiUseNode*> DataFlowGraph::newPhiUse(NodeAddr<PhiNode*> Owner, in newPhiUse() 886 NodeAddr<DefNode*> DataFlowGraph::newDef(NodeAddr<InstrNode*> Owner, in newDef() 893 NodeAddr<DefNode*> DataFlowGraph::newDef(NodeAddr<InstrNode*> Owner, in newDef() 901 NodeAddr<PhiNode*> DataFlowGraph::newPhi(NodeAddr<BlockNode*> Owner) { in newPhi() 907 NodeAddr<StmtNode*> DataFlowGraph::newStmt(NodeAddr<BlockNode*> Owner, in newStmt() 915 NodeAddr<BlockNode*> DataFlowGraph::newBlock(NodeAddr<FuncNode*> Owner, in newBlock()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
| D | LockFileManager.cpp | 69 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile() local
|