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

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp83 LabelDecl *Target, unsigned TargetScope);
605 unsigned TargetScope = TI->first; local
613 unsigned Min = TargetScope;
661 DiagnoseIndirectJump(I->second, I->first, TargetLabel, TargetScope);
704 unsigned TargetScope) {
705 if (CHECK_PERMISSIVE(JumpScope == TargetScope))
708 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope);
721 for (unsigned I = TargetScope; I != Common; I = Scopes[I].ParentScope)
701 DiagnoseIndirectJump(IndirectGotoStmt *Jump, unsigned JumpScope, LabelDecl *Target, unsigned TargetScope) argument
/external/chromium_org/v8/src/
H A Dparser.cc305 class TargetScope BASE_EMBEDDED {
307 explicit TargetScope(Target** variable) function in class:v8::internal::BASE_EMBEDDED
312 ~TargetScope() {
1060 TargetScope scope(&this->target_stack_);

Completed in 76 milliseconds