Searched refs:UNDEFINED (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/byacc/
H A Dsymtab.c46 bp->value = UNDEFINED;
H A Dreader.c942 if (n == 1 && bp->value == UNDEFINED)
1137 if (bp->value != UNDEFINED && value != bp->value)
1852 rprec[nrules] = UNDEFINED;
2712 if (rprec[nrules] != UNDEFINED && bp->prec != rprec[nrules])
2963 if (v[1]->value == UNDEFINED)
2970 if (v[i]->value == UNDEFINED)
3112 if (rprec[i] == UNDEFINED)
/freebsd-10.1-release/contrib/gcc/
H A Dtree-ssa-ccp.c35 UNDEFINED -> V_i is a local variable whose definition
84 - If an argument has an UNDEFINED value, then it does not affect
86 UNDEFINED value, it means that either its defining statement
148 reference we can no longer assume a value of UNDEFINED if we
166 The value of A_2 cannot be assumed to be UNDEFINED, as it may have
167 been defined outside of foo. If we were to assume it UNDEFINED, we
219 UNDEFINED, enumerator in enum:__anon1184
246 case UNDEFINED:
310 2- Any other value is considered UNDEFINED. This is useful when
322 UNKNOWN_VAL, which is really a stronger version of UNDEFINED
[all...]

Completed in 110 milliseconds