OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_Predefined
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/include/mcld/
AttributeOption.h
20
const Attribute& predefined() const { return
m_Predefined
; }
21
Attribute& predefined() { return
m_Predefined
; }
27
Attribute
m_Predefined
;
/frameworks/compile/mclinker/lib/MC/
AttributeSet.cpp
21
: m_AttrSet(),
m_Predefined
(pPredefined) {
36
if (
m_Predefined
== pAttr)
37
return const_cast<Attribute*>(&
m_Predefined
);
/frameworks/compile/mclinker/include/mcld/MC/
AttributeSet.h
53
const Attribute&
m_Predefined
;
Completed in 245 milliseconds