Home | History | Annotate | Download | only in Support

Lines Matching defs:Valid

435   // component movement when a component parses as (eg) both a valid arch and a
436 // valid os.
462 // positions by seeing if they parse as a valid architecture, and if so moving
473 // Does this component parse as valid for the target position?
474 bool Valid = false;
480 Valid = Arch != UnknownArch;
484 Valid = Vendor != UnknownVendor;
488 Valid = OS != UnknownOS;
492 Valid = Environment != UnknownEnvironment;
493 if (!Valid) {
495 Valid = ObjectFormat != UnknownObjectFormat;
499 if (!Valid)