Home
last modified time | relevance | path

Searched refs:scope_context (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/dev/microcode/aic7xxx/
Daicasm_gram.y1071 scope_t *scope_context; variable
1078 scope_context = SLIST_FIRST(&scope_stack);
1079 last_scope = TAILQ_LAST(&scope_context->inner_scope,
1096 scope_t *scope_context; variable
1103 scope_context = SLIST_FIRST(&scope_stack);
1104 last_scope = TAILQ_LAST(&scope_context->inner_scope,
1121 scope_t *scope_context; variable
1123 scope_context = SLIST_FIRST(&scope_stack);
1124 if (scope_context->type == SCOPE_ROOT) {
1129 scope_context->end_addr = instruction_ptr;
[all …]