Searched refs:new_scope (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/microcode/aic7xxx/
H A Daicasm.c759 scope_t *new_scope; local
761 new_scope = (scope_t *)malloc(sizeof(scope_t));
762 if (new_scope == NULL)
764 memset(new_scope, 0, sizeof(*new_scope));
765 TAILQ_INIT(&new_scope->inner_scope);
769 new_scope, scope_links); local
772 SLIST_INSERT_HEAD(&scope_stack, new_scope, scope_stack_links);
773 return new_scope;
H A Daicasm_gram.y1059 scope_t *new_scope;
1062 new_scope = scope_alloc();
1063 new_scope->type = SCOPE_IF;
1064 new_scope->begin_addr = instruction_ptr;
1065 new_scope->func_num = $2->info.condinfo->func_num;
1069 scope_t *new_scope;
1087 new_scope = scope_alloc();
1088 new_scope->type = SCOPE_ELSE_IF;
1089 new_scope->begin_addr = instruction_ptr;
1090 new_scope
[all...]
/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Din6_src.c293 int new_scope = -1, new_matchlen = -1; local
343 new_scope = in6_addrscope(&ia->ia_addr.sin6_addr);
344 if (IN6_ARE_SCOPE_CMP(best_scope, new_scope) < 0) {
348 } else if (IN6_ARE_SCOPE_CMP(new_scope, best_scope) < 0) {
349 if (IN6_ARE_SCOPE_CMP(new_scope, dst_scope) < 0)
538 best_scope = (new_scope >= 0 ? new_scope :
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dxml-support.c181 struct scope_level new_scope; local
193 memset (&new_scope, 0, sizeof (new_scope));
194 VEC_quick_push (scope_level_s, parser->scopes, &new_scope);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dparser.c3665 tree new_scope;
3686 new_scope = resolve_typename_type (parser->scope,
3688 if (new_scope != error_mark_node)
3689 parser->scope = new_scope;
3745 new_scope
3824 if (TREE_CODE (new_scope) == TYPE_DECL)
3825 new_scope = TREE_TYPE (new_scope);
3828 && !(CLASS_TYPE_P (new_scope)
3829 && ((CLASSTYPE_USE_TEMPLATE (new_scope)
3663 tree new_scope; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.c4127 tree new_scope;
4148 new_scope = resolve_typename_type (parser->scope,
4150 if (TREE_CODE (new_scope) != TYPENAME_TYPE)
4151 parser->scope = new_scope;
4207 new_scope
4295 if (TREE_CODE (new_scope) == TYPE_DECL)
4296 new_scope = TREE_TYPE (new_scope);
4299 && !(CLASS_TYPE_P (new_scope)
4300 && ((CLASSTYPE_USE_TEMPLATE (new_scope)
4125 tree new_scope; local
[all...]

Completed in 201 milliseconds