Home | History | Annotate | Download | only in Support

Lines Matching defs:Valid

350   // component movement when a component parses as (eg) both a valid arch and a
351 // valid os.
374 // positions by seeing if they parse as a valid architecture, and if so moving
385 // Does this component parse as valid for the target position?
386 bool Valid = false;
392 Valid = Arch != UnknownArch;
396 Valid = Vendor != UnknownVendor;
400 Valid = OS != UnknownOS;
404 Valid = Environment != UnknownEnvironment;
407 if (!Valid)