Home
last modified time | relevance | path

Searched defs:Owner (Results 1 – 25 of 61) sorted by relevance

123

/external/swiftshader/third_party/subzero/src/
DIceStringPool.h83 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/
DOutputBuffer.java24 public interface Owner<S extends OutputBuffer> { interface in OutputBuffer
/external/llvm/include/llvm/Object/
DObjectFile.h308 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef()
347 const ObjectFile *Owner) in SectionRef()
433 const ObjectFile *Owner) in RelocationRef()
DSymbolicFile.h174 const SymbolicFile *Owner) in BasicSymbolRef()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitReader.cpp83 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/
DObjectFile.h342 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef()
380 const ObjectFile *Owner) in SectionRef()
474 const ObjectFile *Owner) in RelocationRef()
DSymbolicFile.h182 const SymbolicFile *Owner) in BasicSymbolRef()
/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp101 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/
DHowToUseJIT.cpp67 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context); in main() local
/external/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp67 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context); in main() local
/external/llvm/include/llvm/Support/
DLockFileManager.h58 Optional<std::pair<std::string, int> > Owner; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DLockFileManager.h58 Optional<std::pair<std::string, int> > Owner; variable
/external/clang/test/Analysis/inlining/
Dpath-notes.cpp225 struct Owner { struct
233 void Owner::testGetDerefExprOnMemberExprWithADot() { in testGetDerefExprOnMemberExprWithADot() argument
/external/clang/include/clang/Rewrite/Frontend/
DFixItRewriter.h73 std::unique_ptr<DiagnosticConsumer> Owner; variable
/external/llvm/lib/IR/
DSymbolTableListTraitsImpl.h66 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DSymbolTableListTraitsImpl.h66 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
/external/llvm/examples/Fibonacci/
Dfibonacci.cpp111 std::unique_ptr<Module> Owner(new Module("test", Context)); in main() local
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Fibonacci/
Dfibonacci.cpp110 std::unique_ptr<Module> Owner(new Module("test", Context)); in main() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/
DExecutionEngineTest.cpp31 auto Owner = make_unique<Module>("<main>", Context); in ExecutionEngineTest() local
/external/llvm/unittests/ExecutionEngine/
DExecutionEngineTest.cpp31 auto Owner = make_unique<Module>("<main>", Context); in ExecutionEngineTest() local
/external/llvm/include/llvm/Option/
DOption.h70 const OptTable *Owner; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Option/
DOption.h79 const OptTable *Owner; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp825 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/
DRDFGraph.cpp870 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/
DLockFileManager.cpp69 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile() local

123