Searched refs:hasDot (Results 1 – 5 of 5) sorted by relevance
87 bool hasDotInRhs = m_RpnExpr.hasDot(); in activate()130 bool hasDotInRhs = m_RpnExpr.hasDot(); in activate()
34 bool RpnExpr::hasDot() const { in hasDot() function in mcld::RpnExpr
49 bool hasDot() const;
340 (*dot).getRpnExpr().hasDot()) { in fixupDotSymbols()358 if ((*it)->prolog().hasVMA() && (*it)->prolog().vma().hasDot()) { in fixupDotSymbols()
915 bool hasDot = false; in SetThreadName() local919 hasDot = true; in SetThreadName()926 if (thread_name.length() >= MAX_NAME_LENGTH && !hasAt && hasDot) { in SetThreadName()