HomeSort by relevance Sort by last modified time
    Searched defs:AttrListPtr (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Attributes.cpp 167 AttrListPtr AttrListPtr::get(const AttributeWithIndex *Attrs, unsigned NumAttrs) {
170 return AttrListPtr();
199 return AttrListPtr(PAL);
204 // AttrListPtr Method Implementations
207 AttrListPtr::AttrListPtr(AttributeListImpl *LI) : AttrList(LI) {
211 AttrListPtr::AttrListPtr(const AttrListPtr &P) : AttrList(P.AttrList)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Attributes.h 179 // AttrListPtr Smart Pointer
184 /// AttrListPtr - This class manages the ref count for the opaque
186 class AttrListPtr {
191 AttrListPtr() : AttrList(0) {}
192 AttrListPtr(const AttrListPtr &P);
193 const AttrListPtr &operator=(const AttrListPtr &RHS);
194 ~AttrListPtr();
201 static AttrListPtr get(const AttributeWithIndex *Attr, unsigned NumAttrs)
    [all...]

Completed in 83 milliseconds