OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pAttr
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/lib/MC/
MCLDInput.cpp
18
m_pAttr
(const_cast<Attribute*>(pProxy.attr())),
28
m_pAttr
(const_cast<Attribute*>(pProxy.attr())),
/frameworks/compile/mclinker/unittests/
InputTreeTest.h
46
mcld::AttributeFactory *
m_pAttr
;
InputTreeTest.cpp
21
m_pAttr
= new mcld::AttributeFactory(2);
22
m_pAlloc = new mcld::InputFactory(10, *
m_pAttr
);
31
delete
m_pAttr
;
/frameworks/compile/mclinker/include/mcld/MC/
MCLDInput.h
63
{ return
m_pAttr
; }
78
Attribute *
m_pAttr
;
Completed in 2037 milliseconds