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

  /external/webkit/Source/JavaScriptCore/bytecompiler/
LabelScope.h 39 class LabelScope {
43 LabelScope(Type type, const Identifier* name, int scopeDepth, PassRefPtr<Label> breakTarget, PassRefPtr<Label> continueTarget)
BytecodeGenerator.h 37 #include "LabelScope.h"
197 PassRefPtr<LabelScope> newLabelScope(LabelScope::Type, const Identifier* = 0);
391 LabelScope* breakTarget(const Identifier&);
392 LabelScope* continueTarget(const Identifier&);
533 SegmentedVector<LabelScope, 8> m_labelScopes;
BytecodeGenerator.cpp 662 PassRefPtr<LabelScope> BytecodeGenerator::newLabelScope(LabelScope::Type type, const Identifier* name)
669 LabelScope scope(type, name, scopeDepth(), newLabel(), type == LabelScope::Loop ? newLabel() : PassRefPtr<Label>()); // Only loops have continue targets.
    [all...]
NodesCodegen.cpp 37 #include "LabelScope.h"
    [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 569 unsigned LabelScope = LabelAndGotoScopes[TheLabel->getStmt()];
570 LabelDecl *&Target = TargetScopes[LabelScope];

Completed in 51 milliseconds