Home
last modified time | relevance | path

Searched refs:AttributeSetImpl (Results 1 – 10 of 10) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/html/doc/
DAttributeSet.java28 return new AttributeSetImpl (); in create()
50 private static final class AttributeSetImpl extends AttributeSet class in AttributeSet
103 AttributeSetImpl () in AttributeSetImpl() method in AttributeSet.AttributeSetImpl
/external/llvm/lib/IR/
DAttributeImpl.h188 class AttributeSetImpl : public FoldingSetNode {
202 void operator=(const AttributeSetImpl &) = delete;
203 AttributeSetImpl(const AttributeSetImpl &) = delete;
205 AttributeSetImpl(LLVMContext &C, in AttributeSetImpl() function
DAttributes.cpp549 uint64_t AttributeSetImpl::Raw(unsigned Index) const { in Raw()
580 void AttributeSetImpl::dump() const { in dump()
581 AttributeSet(const_cast<AttributeSetImpl *>(this)).dump(); in dump()
593 AttributeSetImpl::Profile(ID, Attrs); in getImpl()
596 AttributeSetImpl *PA = pImpl->AttrsLists.FindNodeOrInsertPos(ID, InsertPoint); in getImpl()
602 void *Mem = ::operator new(sizeof(AttributeSetImpl) + in getImpl()
605 PA = new (Mem) AttributeSetImpl(C, Attrs); in getImpl()
709 AttributeSetImpl *A0 = Attrs[0].pImpl; in get()
717 AttributeSetImpl *AS = Attrs[I].pImpl; in get()
721 for (const AttributeSetImpl::IndexAttrPair in get()
[all …]
DLLVMContextImpl.cpp132 for (FoldingSetIterator<AttributeSetImpl> I = AttrsLists.begin(), in ~LLVMContextImpl()
134 FoldingSetIterator<AttributeSetImpl> Elem = I++; in ~LLVMContextImpl()
DLLVMContextImpl.h878 FoldingSet<AttributeSetImpl> AttrsLists;
/external/llvm/include/llvm/IR/
DAttributes.h32 class AttributeSetImpl; variable
227 friend class AttributeSetImpl; variable
232 AttributeSetImpl *pImpl;
249 explicit AttributeSet(AttributeSetImpl *LI) : pImpl(LI) {} in AttributeSet()
405 return AttributeSet(reinterpret_cast<AttributeSetImpl*>(Val));
410 return AttributeSet(reinterpret_cast<AttributeSetImpl*>(Val));
/external/llvm/test/CodeGen/PowerPC/
Dpr15031.ll86 %"class.llvm::AttributeSet" = type { %"class.llvm::AttributeSetImpl"* }
87 %"class.llvm::AttributeSetImpl" = type opaque
Dtoc-load-sched-bug.ll50 %"class.llvm::AttributeSet" = type { %"class.llvm::AttributeSetImpl"* }
51 %"class.llvm::AttributeSetImpl" = type opaque
/external/owasp/sanitizer/tools/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
/external/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...