Home | History | Annotate | Download | only in Driver

Lines Matching refs:Minor

52     /// \brief The parsed major, minor, and patch numbers.
53 int Major, Minor, Patch;
55 /// \brief The text of the parsed major, and major+minor versions.
65 return isOlderThan(RHS.Major, RHS.Minor, RHS.Patch, RHS.PatchSuffix);
413 void setTarget(DarwinPlatformKind Platform, unsigned Major, unsigned Minor,
418 TargetVersion == VersionTuple(Major, Minor, Micro))
424 TargetVersion = VersionTuple(Major, Minor, Micro);