Home
last modified time | relevance | path

Searched refs:isIntValue (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
DELFAttributeValue.cpp21 if (isIntValue()) in getSize()
39 if (isIntValue() && (m_IntValue != 0)) in isDefaultValue()
56 if (isIntValue() && (m_IntValue != pValue.getIntValue())) in equals()
DELFAttributeData.cpp39 if (pValue.isIntValue()) { in ReadValue()
71 if (pValue.isIntValue()) in WriteAttribute()
/frameworks/compile/mclinker/include/mcld/Target/
DELFAttributeValue.h73 inline bool isIntValue() const { return (m_Type & Int); } in isIntValue() function
/frameworks/base/non-updatable-api/
Dcurrent.txt70260 method public boolean isIntValue();
/frameworks/base/api/
Dcurrent.txt70404 method public boolean isIntValue();