HomeSort by relevance Sort by last modified time
    Searched defs:global_scope (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Visitor.py 336 def global_scope(self): member in class:EnvTransform
337 return self.current_env().global_scope()
Symtab.py 385 counters = self.global_scope().id_counters
399 def global_scope(self): member in class:Scope
401 return self.outer_scope.global_scope()
1035 def global_scope(self): member in class:ModuleScope
    [all...]
ExprNodes.py 2182 Future.absolute_import not in env.global_scope().context.future_directives): namespace
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast_to_hir.cpp 2034 const bool global_scope = (state->current_function == NULL); local
    [all...]
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 2034 const bool global_scope = (state->current_function == NULL); local
    [all...]
  /external/chromium_org/v8/src/
compiler.h 107 Scope* global_scope() const { return global_scope_; } function in class:v8::internal::CompilationInfo
229 void SetGlobalScope(Scope* global_scope) {
231 global_scope_ = global_scope;
  /external/chromium_org/v8/test/cctest/
test-parsing.cc 2907 i::Scope* global_scope = local
2954 i::Scope* global_scope = local
3001 i::Scope* global_scope = local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 3247 OSet* global_scope; local
    [all...]

Completed in 167 milliseconds