OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:poolref
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h
31
typedef std::shared_ptr<const ValueT>
PoolRef
;
96
template <typename ValueKeyT>
PoolRef
getValue(ValueKeyT ValueKey) {
100
return
PoolRef
((*I)->shared_from_this(), &(*I)->getValue());
104
return
PoolRef
(std::move(P), &P->getValue());
116
typedef typename VectorCostPool::
PoolRef
VectorPtr;
117
typedef typename MatrixCostPool::
PoolRef
MatrixPtr;
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDocumentImpl.java
238
* @param
poolRef
DTMStringPool reference to an instance of table.
240
public void setLocalNameTable(DTMStringPool
poolRef
) {
241
m_localNames =
poolRef
;
258
* @param
poolRef
DTMStringPool reference to an instance of table.
260
public void setNsNameTable(DTMStringPool
poolRef
) {
261
m_nsNames =
poolRef
;
278
* @param
poolRef
DTMStringPool reference to an instance of table.
280
public void setPrefixNameTable(DTMStringPool
poolRef
) {
281
m_prefixNames =
poolRef
;
[
all
...]
/external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h
143
typedef AllowedRegVecPool::
PoolRef
AllowedRegVecRef;
Completed in 1653 milliseconds