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

  /frameworks/compile/mclinker/lib/MC/
Input.cpp 23 m_pAttr(NULL),
35 m_pAttr(const_cast<Attribute*>(pProxy.attr())),
50 m_pAttr(NULL),
66 m_pAttr(const_cast<Attribute*>(pProxy.attr())),
  /frameworks/compile/mclinker/include/mcld/MC/
Input.h 77 bool hasAttribute() const { return (m_pAttr != NULL); }
79 const Attribute* attribute() const { return m_pAttr; }
113 Attribute* m_pAttr;

Completed in 71 milliseconds