Home | History | Annotate | Download | only in Sema

Lines Matching refs:cv1

485   SmallVector<Qualifiers, 8> cv1, cv2;
506 cv1.push_back(RetainedSrcQuals);
509 if (cv1.empty())
517 for (SmallVectorImpl<Qualifiers>::reverse_iterator i1 = cv1.rbegin(),
519 i1 != cv1.rend(); ++i1, ++i2) {
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".
1091 // A glvalue of type "cv1 T1" can be cast to type "rvalue reference to
1092 // cv2 T2" if "cv2 T2" is reference-compatible with "cv1 T1".
1142 // C++ 5.2.9p5: An lvalue of type "cv1 B", where B is a class type, can be
1145 // exists, cv2 >= cv1, and B is not a virtual base class of D.
1180 // C++ 5.2.9p8: An rvalue of type "pointer to cv1 B", where B is a class
1183 // to D" to "pointer to B" exists, cv2 >= cv1, and B is not a virtual base
1320 /// An rvalue of type "pointer to member of D of type cv1 T" can be