HomeSort by relevance Sort by last modified time
    Searched refs:AttributeSetImpl (Results 1 - 7 of 7) sorted by null

  /external/emma/core/java12/com/vladium/emma/report/html/doc/
AttributeSet.java 28 return new AttributeSetImpl ();
50 private static final class AttributeSetImpl extends AttributeSet
103 AttributeSetImpl ()
  /external/llvm/lib/IR/
AttributeImpl.h 183 class AttributeSetImpl : public FoldingSetNode {
197 void operator=(const AttributeSetImpl &) LLVM_DELETED_FUNCTION;
198 AttributeSetImpl(const AttributeSetImpl &) LLVM_DELETED_FUNCTION;
200 AttributeSetImpl(LLVMContext &C,
217 /// \brief Get the context that created this AttributeSetImpl.
LLVMContextImpl.cpp 106 for (FoldingSetIterator<AttributeSetImpl> I = AttrsLists.begin(),
108 FoldingSetIterator<AttributeSetImpl> Elem = I++;
Attributes.cpp 12 // AttributeSetImpl, and AttributeSet classes.
479 // AttributeSetImpl Definition
482 uint64_t AttributeSetImpl::Raw(unsigned Index) const {
511 void AttributeSetImpl::dump() const {
512 AttributeSet(const_cast<AttributeSetImpl *>(this)).dump();
524 AttributeSetImpl::Profile(ID, Attrs);
527 AttributeSetImpl *PA = pImpl->AttrsLists.FindNodeOrInsertPos(ID, InsertPoint);
532 // Coallocate entries after the AttributeSetImpl itself.
533 void *Mem = ::operator new(sizeof(AttributeSetImpl) +
536 PA = new (Mem) AttributeSetImpl(C, Attrs)
    [all...]
LLVMContextImpl.h 251 FoldingSet<AttributeSetImpl> AttrsLists;
  /external/llvm/include/llvm/IR/
Attributes.h 31 class AttributeSetImpl;
208 friend class AttributeSetImpl;
213 AttributeSetImpl *pImpl;
230 explicit AttributeSet(AttributeSetImpl *LI) : pImpl(LI) {}
368 return AttributeSet(reinterpret_cast<AttributeSetImpl*>(Val));
373 return AttributeSet(reinterpret_cast<AttributeSetImpl*>(Val));
  /external/emma/lib/
emma.jar 

Completed in 1279 milliseconds