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);
645 unsigned TargetScope = TI->first; in VerifyIndirectJumps() local
653 unsigned Min = TargetScope; in VerifyIndirectJumps()
701 DiagnoseIndirectJump(I->second, I->first, TargetLabel, TargetScope); in VerifyIndirectJumps()
744 unsigned TargetScope) { in DiagnoseIndirectJump() argument
745 if (CHECK_PERMISSIVE(JumpScope == TargetScope)) in DiagnoseIndirectJump()
748 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope); in DiagnoseIndirectJump()
761 for (unsigned I = TargetScope; I != Common; I = Scopes[I].ParentScope) in DiagnoseIndirectJump()
/external/v8/src/parsing/
Dparser.cc276 class TargetScope BASE_EMBEDDED {
278 explicit TargetScope(Target** variable) in TargetScope() function in v8::internal::BASE_EMBEDDED
283 ~TargetScope() { in ~TargetScope()
1133 TargetScope scope(&this->target_stack_); in ParseStatementList()