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

/freebsd-9.3-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y303 if ($1->type != UNINITIALIZED) {
509 if ($2->type != UNINITIALIZED) {
691 case UNINITIALIZED:
710 if ($2->type != UNINITIALIZED) {
726 if ($2->type != UNINITIALIZED) {
740 if ($2->type != UNINITIALIZED) {
816 if (cur_symbol->type != UNINITIALIZED) {
1010 if ($2->type != UNINITIALIZED) {
1389 if (sym->type == UNINITIALIZED) {
1430 case UNINITIALIZED
[all...]
H A Daicasm_symbol.h48 UNINITIALIZED, enumerator in enum:__anon6936
H A Daicasm_symbol.c80 new_symbol->type = UNINITIALIZED;
123 case UNINITIALIZED:
/freebsd-9.3-release/contrib/gcc/
H A Dtree-complex.c43 UNINITIALIZED = 0, enumerator in enum:__anon1213
141 certainly don't want to leave it UNINITIALIZED, which eventually gets
143 if (ret == UNINITIALIZED)
317 else if (op1_l == UNINITIALIZED)
319 else if (op2_l == UNINITIALIZED)
369 new_l = UNINITIALIZED;
1428 if (al == UNINITIALIZED)
1432 bl = UNINITIALIZED;
1438 if (bl == UNINITIALIZED)
H A Dtree-ssa-ccp.c32 UNINITIALIZED -> This is the default starting value. V_i
218 UNINITIALIZED = 0, enumerator in enum:__anon1221
243 case UNINITIALIZED:
330 prop_value_t val = { UNINITIALIZED, NULL_TREE, NULL_TREE };
397 have the lattice value UNINITIALIZED. */
403 if (may_use_default_p && val->lattice_val == UNINITIALIZED)
448 /* Transitions UNINITIALIZED -> UNDEFINED are never interesting
751 case UNINITIALIZED:
H A Dipa-reference.c103 UNINITIALIZED, enumerator in enum:initialization_status_t

Completed in 116 milliseconds