HomeSort by relevance Sort by last modified time
    Searched full:scope_type (Results 1 - 14 of 14) sorted by null

  /external/libsepol/tests/
test-common.h 30 * scope_type what scope the role should have (eg., SCOPE_DECL or SCOPE_REQ)
37 extern void test_sym_presence(policydb_t * p, char *id, int sym_type, unsigned int scope_type, unsigned int *decls, unsigned int len);
test-common.c 29 void test_sym_presence(policydb_t * p, char *id, int sym_type, unsigned int scope_type, unsigned int *decls, unsigned int len)
42 CU_ASSERT(scope->scope == scope_type);
  /external/chromium_org/v8/src/
scopeinfo.cc 79 int flags = ScopeTypeField::encode(scope->scope_type()) |
156 ScopeType ScopeInfo::scope_type() { function in class:v8::internal::ScopeInfo
194 scope_type() == WITH_SCOPE ||
195 (scope_type() == FUNCTION_SCOPE && CallsEval()) ||
196 scope_type() == MODULE_SCOPE;
scopes.cc 105 Scope::Scope(Scope* outer_scope, ScopeType scope_type, Zone* zone)
115 (scope_type == MODULE_SCOPE || scope_type == GLOBAL_SCOPE)
119 SetDefaults(scope_type, outer_scope, Handle<ScopeInfo>::null());
121 ASSERT(scope_type == GLOBAL_SCOPE || outer_scope != NULL);
127 ScopeType scope_type,
141 SetDefaults(scope_type, NULL, scope_info);
178 void Scope::SetDefaults(ScopeType scope_type,
182 scope_type_ = scope_type;
781 static const char* Header(ScopeType scope_type) {
    [all...]
scopes.h 100 Scope(Scope* outer_scope, ScopeType scope_type, Zone* zone);
324 ScopeType scope_type() const { return scope_type_; } function in class:v8::internal::Scope
mirror-debugger.js 161 var SCOPE_TYPE = 'scope';
    [all...]
runtime.cc     [all...]
parser.cc 414 Scope* Parser::NewScope(Scope* parent, ScopeType scope_type) {
415 Scope* result = new(zone()) Scope(parent, scope_type, zone());
    [all...]
objects.h     [all...]
  /external/chromium_org/v8/test/cctest/
test-parsing.cc 829 i::ScopeType scope_type; member in struct:SourceData
    [all...]
  /external/v8/src/
mirror-debugger.js 160 var SCOPE_TYPE = 'scope';
    [all...]
runtime.cc     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg 188 #undef SCOPE_TYPE
191 #define SCOPE_TYPE(scope) p<name>_##scope##_SCOPE
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 826 i::ScopeType scope_type; member in struct:SourceData
    [all...]

Completed in 242 milliseconds