OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAddNeeded
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/MC/
Attribute.h
64
bool
isAddNeeded
() const
195
bool
isAddNeeded
() const;
228
(pLHS.
isAddNeeded
() == pRHS.
isAddNeeded
()) &&
/frameworks/compile/mclinker/lib/MC/
Attribute.cpp
28
if (!
isAddNeeded
() && pAttr.
isAddNeeded
()) {
77
bool AttributeProxy::
isAddNeeded
() const
79
if (m_Constraint.
isAddNeeded
())
80
return m_pBase->
isAddNeeded
();
Completed in 146 milliseconds