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 22 m_pAttr(NULL),
34 m_pAttr(const_cast<Attribute*>(pProxy.attr())),
49 m_pAttr(NULL),
65 m_pAttr(const_cast<Attribute*>(pProxy.attr())),
  /frameworks/compile/mclinker/include/mcld/MC/
Input.h 86 { return (NULL != m_pAttr); }
89 { return m_pAttr; }
133 Attribute *m_pAttr;

Completed in 36 milliseconds