HomeSort by relevance Sort by last modified time
    Searched refs:scope_type (Results 1 - 10 of 10) 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/
scopes.cc 82 Scope::Scope(Scope* outer_scope, ScopeType scope_type, Zone* zone)
92 (scope_type == MODULE_SCOPE || scope_type == GLOBAL_SCOPE)
96 SetDefaults(scope_type, outer_scope, Handle<ScopeInfo>::null());
98 ASSERT(scope_type == GLOBAL_SCOPE || outer_scope != NULL);
104 ScopeType scope_type,
118 SetDefaults(scope_type, NULL, scope_info);
155 void Scope::SetDefaults(ScopeType scope_type,
159 scope_type_ = scope_type;
756 static const char* Header(ScopeType scope_type) {
    [all...]
scopeinfo.cc 56 int flags = ScopeTypeField::encode(scope->scope_type()) |
133 ScopeType ScopeInfo::scope_type() { function in class:v8::internal::ScopeInfo
171 scope_type() == WITH_SCOPE ||
172 (scope_type() == FUNCTION_SCOPE && CallsEval()) ||
173 scope_type() == MODULE_SCOPE;
scopes.h 77 Scope(Scope* outer_scope, ScopeType scope_type, Zone* zone);
293 ScopeType scope_type() const { return scope_type_; } function in class:v8::internal::Scope
preparser.h 729 explicit PreParserScope(PreParserScope* outer_scope, ScopeType scope_type)
730 : scope_type_(scope_type) {
    [all...]
parser.cc 328 Scope* Parser::NewScope(Scope* parent, ScopeType scope_type) {
329 Scope* result = new(zone()) Scope(parent, scope_type, zone());
    [all...]
runtime.cc     [all...]
objects.h     [all...]
  /external/chromium_org/v8/test/cctest/
test-parsing.cc 923 i::ScopeType scope_type; member in struct:SourceData
    [all...]

Completed in 185 milliseconds