Searched refs:isLoop (Results 1 – 4 of 4) sorted by relevance
29 bool Interval::isLoop() const { in isLoop() function in Interval
98 bool isLoop() const;
92 ScopeLabelInfo(StringImpl* ident, bool isLoop) in ScopeLabelInfo()94 , m_isLoop(isLoop) in ScopeLabelInfo()170 … void pushLabel(const Identifier* label, bool isLoop) { currentScope()->pushLabel(label, isLoop); } in pushLabel() argument330 void pushLabel(const Identifier* label, bool isLoop) in pushLabel()334 m_labels->append(ScopeLabelInfo(label->impl(), isLoop)); in pushLabel()1424 bool isLoop = false; in parseExpressionOrLabelStatement() local1429 isLoop = true; in parseExpressionOrLabelStatement()1438 pushLabel(labels[i].m_ident, isLoop); in parseExpressionOrLabelStatement()
10195 Removed isBlock and isLoop virtual calls. No need to emit debug hooks in