HomeSort by relevance Sort by last modified time
    Searched refs:isIntValue (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/lib/Target/
ELFAttributeValue.cpp 21 if (isIntValue())
39 if (isIntValue() && (m_IntValue != 0))
56 if (isIntValue() && (m_IntValue != pValue.getIntValue()))
ELFAttributeData.cpp 39 if (pValue.isIntValue()) {
71 if (pValue.isIntValue())
  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttributeValue.h 73 inline bool isIntValue() const { return (m_Type & Int); }
  /libcore/luni/src/main/java/java/util/
Scanner.java 779 boolean isIntValue = false;
785 isIntValue = true;
790 return isIntValue;
    [all...]

Completed in 470 milliseconds