OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:top_scope
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/program/
symbol_table.c
387
struct scope_level *
top_scope
;
local
419
for (
top_scope
= table->current_scope
420
;
top_scope
->next != NULL
421
;
top_scope
=
top_scope
->next) {
426
sym->next_with_same_scope =
top_scope
->symbols;
446
top_scope
->symbols = sym;
/external/v8/src/
preparser.h
153
Scope
top_scope
(&scope_, kTopLevelScope);
Completed in 329 milliseconds