Lines Matching defs:cv2
485 SmallVector<Qualifiers, 8> cv1, cv2;
507 cv2.push_back(RetainedDestQuals);
518 i2 = cv2.rbegin();
950 // A glvalue of type "cv1 T1" can be cast to type "rvalue reference to cv2
951 // T2" if "cv2 T2" is reference-compatible with "cv1 T1".
1092 // cv2 T2" if "cv2 T2" is reference-compatible with "cv1 T1".
1143 // cast to type "reference to cv2 D", where D is a class derived from B,
1145 // exists, cv2 >= cv1, and B is not a virtual base class of D.
1181 // type, can be converted to an rvalue of type "pointer to cv2 D", where D
1183 // to D" to "pointer to B" exists, cv2 >= cv1, and B is not a virtual base
1321 /// converted to an rvalue of type "pointer to member of B of type cv2 T",