Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/aicasm/
Daicasm_gram.y1100 scope_t *scope_context; variable
1107 scope_context = SLIST_FIRST(&scope_stack);
1108 last_scope = TAILQ_LAST(&scope_context->inner_scope,
1125 scope_t *scope_context; variable
1132 scope_context = SLIST_FIRST(&scope_stack);
1133 last_scope = TAILQ_LAST(&scope_context->inner_scope,
1150 scope_t *scope_context; variable
1152 scope_context = SLIST_FIRST(&scope_stack);
1153 if (scope_context->type == SCOPE_ROOT) {
1158 scope_context->end_addr = instruction_ptr;
[all …]