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

  /external/llvm/lib/Analysis/
Interval.cpp 27 // isLoop - Find out if there is a back edge in this interval...
29 bool Interval::isLoop() const {
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.cpp 92 ScopeLabelInfo(StringImpl* ident, bool isLoop)
94 , m_isLoop(isLoop)
170 void pushLabel(const Identifier* label, bool isLoop) { currentScope()->pushLabel(label, isLoop); }
330 void pushLabel(const Identifier* label, bool isLoop)
334 m_labels->append(ScopeLabelInfo(label->impl(), isLoop));
    [all...]

Completed in 140 milliseconds