Searched refs:rref (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | cxx-uninitialized-object-ptr-ref.cpp | 807 RecordType &&rref; 810 …ReferenceTest1(RecordType &lref, RecordType &rref) : lref(lref), rref(static_cast<RecordType &&>(r… in ReferenceTest1() argument 830 RecordType &&rref; 833 ReferenceTest2(RecordType &lref, RecordType &rref) in ReferenceTest2() argument 834 …: lref(lref), rref(static_cast<RecordType &&>(rref)) { // expected-warning{{2 uninitialized fields… in ReferenceTest2() 852 RecordType &&rref; 856 : lref(lref), rref(static_cast<RecordType &&>(rref)) { in ReferenceTest2() 875 RecordType &&rref; 879 …: lref(lref), rref(static_cast<RecordType &&>(rref)) { // expected-warning{{2 uninitialized fields… in ReferenceTest3() 897 RecordType &&rref; [all …]
|
| /llvm-project-15.0.7/libcxx/test/libcxx/utilities/function.objects/func.require/ |
| H A D | bullet_4_5_6.pass.cpp | 75 std::reference_wrapper<TestType> rref(obj); in doTest() local 88 runTestPropCVDispatch<E>(M, rref, &(rref.get().object)); in doTest() 103 runTestPropCVDispatch<E>(M, rref, &(rref.get().object)); in doTest() 118 runTestPropCVDispatch<E>(M, rref, &(rref.get().object)); in doTest() 133 runTestPropCVDispatch<E>(M, rref, &(rref.get().object)); in doTest()
|
| H A D | bullet_1_2_3.pass.cpp | 157 std::reference_wrapper<T> rref(obj); in doTest() local 170 runTestDispatchIf(NotRValue, tag, rref); in doTest()
|
| /llvm-project-15.0.7/clang/test/CXX/class/class.init/class.copy.elision/ |
| H A D | p3.cpp | 481 MoveOnly &&rref(); 502 MoveOnly &&x = rref(); in test4()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | uninitialized.cpp | 909 A rref(A&&); 924 B(char (*)[12]) : a(rref(std::move(a))) {} // expected-warning {{uninitialized}} in B() 941 A a13 = rref(std::move(a13)); // expected-warning {{uninitialized}} 957 A a13 = rref(std::move(a13)); // expected-warning {{uninitialized}} 974 A a13 = rref(std::move(a13));
|