OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:global_scope
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/
compiler.h
63
Scope*
global_scope
() const { return global_scope_; }
function in class:v8::internal::BASE_EMBEDDED
105
void SetGlobalScope(Scope*
global_scope
) {
107
global_scope_ =
global_scope
;
/external/mesa3d/src/glsl/
ast_to_hir.cpp
1880
const bool
global_scope
= (state->current_function == NULL);
local
[
all
...]
/external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c
3128
OSet*
global_scope
;
local
[
all
...]
Completed in 72 milliseconds