OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TargetScope
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Sema/
JumpDiagnostics.cpp
78
LabelDecl *Target, unsigned
TargetScope
);
579
unsigned
TargetScope
= TI->first;
587
unsigned Min =
TargetScope
;
635
DiagnoseIndirectJump(I->second, I->first, TargetLabel,
TargetScope
);
644
unsigned
TargetScope
) {
645
assert(JumpScope !=
TargetScope
);
650
unsigned Common = GetDeepestCommonScope(JumpScope,
TargetScope
);
658
for (unsigned I =
TargetScope
; I != Common; I = Scopes[I].ParentScope)
/external/v8/src/
parser.cc
443
class
TargetScope
BASE_EMBEDDED {
445
explicit
TargetScope
(Target** variable)
450
~
TargetScope
() {
[
all
...]
Completed in 271 milliseconds