Home
last modified time | relevance | path

Searched defs:vref (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.assign/
H A Dmove.pass.cpp227 V& vref = (v1 = std::move(v2)); in test_move_assignment_empty_empty() local
243 V& vref = (v1 = std::move(v2)); in test_move_assignment_non_empty_empty() local
253 V& vref = (v1 = std::move(v2)); in test_move_assignment_non_empty_empty() local
269 V& vref = (v1 = std::move(v2)); in test_move_assignment_empty_non_empty() local
279 V& vref = (v1 = std::move(v2)); in test_move_assignment_empty_non_empty() local
298 V& vref = (v1 = std::move(v2)); in test_move_assignment_same_index() local
307 V& vref = (v1 = std::move(v2)); in test_move_assignment_same_index() local
318 V& vref = (v1 = std::move(v2)); in test_move_assignment_same_index() local
376 V& vref = (v1 = std::move(v2)); in test_move_assignment_different_index() local
387 V& vref = (v1 = std::move(v2)); in test_move_assignment_different_index() local
[all …]
H A Dcopy.pass.cpp286 V& vref = (v1 = v2); in test_copy_assignment_empty_empty() local
302 V& vref = (v1 = v2); in test_copy_assignment_non_empty_empty() local
312 V& vref = (v1 = v2); in test_copy_assignment_non_empty_empty() local
328 V& vref = (v1 = v2); in test_copy_assignment_empty_non_empty() local
338 V& vref = (v1 = v2); in test_copy_assignment_empty_non_empty() local
357 V& vref = (v1 = v2); in test_copy_assignment_same_index() local
366 V& vref = (v1 = v2); in test_copy_assignment_same_index() local
380 V& vref = (v1 = v2); in test_copy_assignment_same_index() local
453 V& vref = (v1 = v2); in test_copy_assignment_different_index() local
470 V& vref = (v1 = v2); in test_copy_assignment_different_index() local
[all …]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dshrink-to-fit.cpp14 std::vector<int> &vref = v; in f() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorConversion.cpp639 Value lvlCoords, vref; in matchAndRewrite() local