Home
last modified time | relevance | path

Searched refs:TargetScope (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DJumpDiagnostics.cpp83 LabelDecl *Target, unsigned TargetScope);
643 unsigned TargetScope = TI->first; in VerifyIndirectJumps() local
651 unsigned Min = TargetScope; in VerifyIndirectJumps()
699 DiagnoseIndirectJump(I->second, I->first, TargetLabel, TargetScope); in VerifyIndirectJumps()
742 unsigned TargetScope) { in DiagnoseIndirectJump() argument
743 if (CHECK_PERMISSIVE(JumpScope == TargetScope)) in DiagnoseIndirectJump()
746 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope); in DiagnoseIndirectJump()
759 for (unsigned I = TargetScope; I != Common; I = Scopes[I].ParentScope) in DiagnoseIndirectJump()
/external/v8/src/
Dparser.cc305 class TargetScope BASE_EMBEDDED {
307 explicit TargetScope(Target** variable) in TargetScope() function in v8::internal::BASE_EMBEDDED
312 ~TargetScope() { in ~TargetScope()
1060 TargetScope scope(&this->target_stack_); in ParseSourceElements()