Home
last modified time | relevance | path

Searched defs:function_scope (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/Sema/
D__try.c120 int function_scope = 0; in TEST() local
131 int function_scope = 0; in TEST() local
142 int function_scope = 0; in TEST() local
/external/tensorflow/tensorflow/python/autograph/core/
Dfunction_wrapping.py27 def function_scope(function_name): function
/external/v8/src/parsing/
Dpreparser.cc121 DeclarationScope* function_scope, bool is_inner_function, bool may_abort, in PreParseFunction()
288 DeclarationScope* function_scope = NewFunctionScope(kind); in ParseFunctionLiteral() local
Dpreparsed-scope-data.cc188 DeclarationScope* function_scope, PreParser* preparser) in DataGatheringScope()
Dparser.cc90 DeclarationScope* function_scope = NewFunctionScope(kind); in DefaultConstructor() local
719 DeclarationScope* function_scope = result->scope(); in ParseFunction() local
1776 DeclarationScope* function_scope) { in DeclareFunctionNameVar()
2720 DeclarationScope* function_scope, int* num_parameters, in SkipFunction()
3060 DeclarationScope* function_scope, int* num_parameters, int* function_length, in ParseFunction()
3339 Scope* function_scope = inner_scope->outer_scope(); in InsertShadowingVarBindingInitializers() local
Dparser-base.h4199 DeclarationScope* function_scope = scope()->AsDeclarationScope(); in ParseFunctionBody() local
/external/chromium-libpac/src/
Dproxy_resolver_v8.cc380 v8::Context::Scope function_scope(context); in ResolveProxy() local
/external/v8/src/objects/
Dscope-info.cc159 DeclarationScope* function_scope = scope->AsDeclarationScope(); in Create() local