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

  /external/clang/test/Sema/
__try.c 120 int function_scope = 0; local
125 (void)function_scope;
131 int function_scope = 0; local
136 (void)function_scope;
142 int function_scope = 0; local
146 __except( function_scope ? 1 : -1 ) {}
  /external/v8/src/parsing/
preparser.cc 115 Scope* function_scope = NewScope(scope_, FUNCTION_SCOPE, kind); local
116 if (!has_simple_parameters) function_scope->SetHasNonSimpleParameters();
118 FunctionState function_state(&function_state_, &scope_, function_scope, kind,
1109 Scope* function_scope = NewScope(scope_, FUNCTION_SCOPE, kind); local
    [all...]
parser.cc 193 Scope* function_scope = NewScope(scope, FUNCTION_SCOPE, kind); local
194 SetLanguageMode(function_scope,
197 function_scope->set_start_position(pos);
198 function_scope->set_end_position(pos);
203 FunctionState function_state(&function_state_, &scope_, function_scope,
239 name, function_scope, body, materialized_literal_count,
4924 Scope* function_scope = inner_scope->outer_scope(); local
    [all...]

Completed in 108 milliseconds