Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/aic7xxx/aicasm/
Daicasm_gram.y313 if ($1->type != UNINITIALIZED) {
535 if ($2->type != UNINITIALIZED) {
717 case UNINITIALIZED:
736 if ($2->type != UNINITIALIZED) {
752 if ($2->type != UNINITIALIZED) {
766 if ($2->type != UNINITIALIZED) {
843 if (cur_symbol->type != UNINITIALIZED) {
1038 if ($2->type != UNINITIALIZED) {
1431 if (sym->type == UNINITIALIZED) {
1472 case UNINITIALIZED: in initialize_symbol()
[all …]
Daicasm_symbol.h48 UNINITIALIZED, enumerator
Daicasm_symbol.c75 new_symbol->type = UNINITIALIZED; in symbol_create()
119 case UNINITIALIZED: in symbol_delete()
Daicasm_scan.l424 if (yylval.sym->type == UNINITIALIZED) {