HomeSort by relevance Sort by last modified time
    Searched refs:AttributeSetImpl (Results 1 - 10 of 10) 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 188 class AttributeSetImpl : public FoldingSetNode {
202 void operator=(const AttributeSetImpl &) = delete;
203 AttributeSetImpl(const AttributeSetImpl &) = delete;
205 AttributeSetImpl(LLVMContext &C,
222 /// \brief Get the context that created this AttributeSetImpl.
Attributes.cpp 12 // AttributeSetImpl, and AttributeSet classes.
546 // AttributeSetImpl Definition
549 uint64_t AttributeSetImpl::Raw(unsigned Index) const {
580 void AttributeSetImpl::dump() const {
581 AttributeSet(const_cast<AttributeSetImpl *>(this)).dump();
593 AttributeSetImpl::Profile(ID, Attrs);
596 AttributeSetImpl *PA = pImpl->AttrsLists.FindNodeOrInsertPos(ID, InsertPoint);
601 // Coallocate entries after the AttributeSetImpl itself.
602 void *Mem = ::operator new(sizeof(AttributeSetImpl) +
605 PA = new (Mem) AttributeSetImpl(C, Attrs)
    [all...]
LLVMContextImpl.cpp 132 for (FoldingSetIterator<AttributeSetImpl> I = AttrsLists.begin(),
134 FoldingSetIterator<AttributeSetImpl> Elem = I++;
LLVMContextImpl.h 878 FoldingSet<AttributeSetImpl> AttrsLists;
    [all...]
  /external/llvm/include/llvm/IR/
Attributes.h 32 class AttributeSetImpl;
227 friend class AttributeSetImpl;
232 AttributeSetImpl *pImpl;
249 explicit AttributeSet(AttributeSetImpl *LI) : pImpl(LI) {}
405 return AttributeSet(reinterpret_cast<AttributeSetImpl*>(Val));
410 return AttributeSet(reinterpret_cast<AttributeSetImpl*>(Val));
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 

Completed in 6695 milliseconds