HomeSort by relevance Sort by last modified time
    Searched refs:AttributeSetImpl (Results 1 - 8 of 8) 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 186 class AttributeSetImpl : public FoldingSetNode {
200 void operator=(const AttributeSetImpl &) LLVM_DELETED_FUNCTION;
201 AttributeSetImpl(const AttributeSetImpl &) LLVM_DELETED_FUNCTION;
203 AttributeSetImpl(LLVMContext &C,
220 /// \brief Get the context that created this AttributeSetImpl.
LLVMContextImpl.cpp 109 for (FoldingSetIterator<AttributeSetImpl> I = AttrsLists.begin(),
111 FoldingSetIterator<AttributeSetImpl> Elem = I++;
Attributes.cpp 12 // 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(C, Attrs)
    [all...]
LLVMContextImpl.h 260 FoldingSet<AttributeSetImpl> AttrsLists;
  /external/llvm/include/llvm/IR/
Attributes.h 32 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/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 6152 milliseconds