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

  /frameworks/compile/mclinker/lib/Target/
ELFAttributeValue.cpp 46 // the "default value" is defined (that is, hasNoDefault() = false.)
47 return !hasNoDefault();
  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttributeValue.h 77 inline bool hasNoDefault() const { return (m_Type & NoDefault); }

Completed in 2609 milliseconds