Lines Matching defs:absence
514 struct unit_pattern_rel_decl absence;
546 /* Absence of reservation (represented by string `nothing'). */
642 /* The following nodes represent presence or absence pattern for cpu
658 /* The following nodes represent presence or absence pattern for cpu
928 &(_decl)->decl.absence; }))
1084 #define DECL_ABSENCE(d) (&(d)->decl.absence)
1470 We fill a struct unit_pattern_rel_decl (absence) with information
1481 We fill a struct unit_pattern_rel_decl (absence) with information
1548 /* Name in reservation to denote absence reservation. */
2155 /* Checking NAMES in presence/absence clause and returning the
2180 ? "unit `%s' in final absence set is not declared"
2181 : "unit `%s' in absence set is not declared")), names [i]);
2188 ? "`%s' in final absence set is not unit"
2189 : "`%s' in absence set is not unit")), names [i]);
2207 /* Checking NAMES in patterns of a presence/absence clause and
2251 ? "unit `%s' in final absence set is not declared"
2252 : "unit `%s' in absence set is not declared")),
2260 ? "`%s' in final absence set is not unit"
2261 : "`%s' in absence set is not unit")),
2275 PRESENCE_P) or absence list of the each element from DEST_LIST.
2276 Checking situations "unit requires own absence", and "unit excludes
2277 and requires presence of ...", "unit requires absence and presence
2279 automata", and "units in (final) absence set belong to different
2280 automata". Remember that we process absence sets only after all
2306 error ("unit `%s' requires own absence", unit->name);
2319 ? "units `%s' and `%s' in final absence set belong to different automata"
2320 : "units `%s' and `%s' in absence set belong to different automata")),
2352 error ("unit `%s' requires absence and presence of `%s'",
2357 warning ("unit `%s' requires absence and presence of `%s'",
2546 their correctness, and forms exclusion/presence/absence sets. */
2710 /* Check absence set declarations and form absence sets. */
4331 /* The page contains abstract data for work with presence/absence
4335 presence, absence, and final absence patterns for each unit. */
4371 absence pattern sets for each unit. */
4390 /* Evaluate unit presence/absence sets. */
4455 /* The function checks that CHECKED_SET satisfies all absence pattern
5306 error ("(Unit presence on one alt and its absence on other alt\n");