Home | History | Annotate | Download | only in Driver

Lines Matching refs:V2

486                            unsigned V2 = 0) const {
488 return TargetVersion < VersionTuple(V0, V1, V2);
491 bool isMacosxVersionLT(unsigned V0, unsigned V1 = 0, unsigned V2 = 0) const {
493 return TargetVersion < VersionTuple(V0, V1, V2);