Searched refs:AttributeSetImpl (Results 1 - 8 of 8) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DAttributeSet.java28 return new AttributeSetImpl ();
50 private static final class AttributeSetImpl extends AttributeSet class in class:AttributeSet
103 AttributeSetImpl () method in class:AttributeSet.AttributeSetImpl
/external/llvm/lib/IR/
H A DAttributeImpl.h186 class AttributeSetImpl : public FoldingSetNode { class in namespace:llvm
200 void operator=(const AttributeSetImpl &) LLVM_DELETED_FUNCTION;
201 AttributeSetImpl(const AttributeSetImpl &) LLVM_DELETED_FUNCTION;
203 AttributeSetImpl(LLVMContext &C, function in class:llvm::AttributeSetImpl
220 /// \brief Get the context that created this AttributeSetImpl.
H A DLLVMContextImpl.cpp109 for (FoldingSetIterator<AttributeSetImpl> I = AttrsLists.begin(),
111 FoldingSetIterator<AttributeSetImpl> Elem = I++;
H A DAttributes.cpp12 // AttributeSetImpl, and AttributeSet classes.
496 // AttributeSetImpl Definition
499 uint64_t AttributeSetImpl::Raw(unsigned Index) const {
528 void AttributeSetImpl::dump() const {
529 AttributeSet(const_cast<AttributeSetImpl *>(this)).dump();
541 AttributeSetImpl::Profile(ID, Attrs);
544 AttributeSetImpl *PA = pImpl->AttrsLists.FindNodeOrInsertPos(ID, InsertPoint);
549 // Coallocate entries after the AttributeSetImpl itself.
550 void *Mem = ::operator new(sizeof(AttributeSetImpl) +
553 PA = new (Mem) AttributeSetImpl(
[all...]
H A DLLVMContextImpl.h260 FoldingSet<AttributeSetImpl> AttrsLists;
/external/llvm/include/llvm/IR/
H A DAttributes.h32 class AttributeSetImpl;
213 friend class AttributeSetImpl;
218 AttributeSetImpl *pImpl;
235 explicit AttributeSet(AttributeSetImpl *LI) : pImpl(LI) {}
373 return AttributeSet(reinterpret_cast<AttributeSetImpl*>(Val));
378 return AttributeSet(reinterpret_cast<AttributeSetImpl*>(Val));
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 464 milliseconds