Home | History | Annotate | Download | only in Driver

Lines Matching refs:V2

504                            unsigned V2 = 0) const {
506 return TargetVersion < VersionTuple(V0, V1, V2);
509 bool isMacosxVersionLT(unsigned V0, unsigned V1 = 0, unsigned V2 = 0) const {
511 return TargetVersion < VersionTuple(V0, V1, V2);