Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/variant/variant.variant/variant.assign/
Dmove.pass.cpp233 V &vref = (v1 = std::move(v2)); in test_move_assignment_empty_empty() local
249 V &vref = (v1 = std::move(v2)); in test_move_assignment_non_empty_empty() local
259 V &vref = (v1 = std::move(v2)); in test_move_assignment_non_empty_empty() local
275 V &vref = (v1 = std::move(v2)); in test_move_assignment_empty_non_empty() local
285 V &vref = (v1 = std::move(v2)); in test_move_assignment_empty_non_empty() local
300 V &vref = (v1 = std::move(v2)); in test_move_assignment_same_index() local
309 V &vref = (v1 = std::move(v2)); in test_move_assignment_same_index() local
319 V &vref = (v1 = std::move(v2)); in test_move_assignment_same_index() local
393 V &vref = (v1 = std::move(v2)); in test_move_assignment_different_index() local
403 V &vref = (v1 = std::move(v2)); in test_move_assignment_different_index() local
[all …]
Dcopy.pass.cpp264 V &vref = (v1 = v2); in test_copy_assignment_empty_empty() local
280 V &vref = (v1 = v2); in test_copy_assignment_non_empty_empty() local
290 V &vref = (v1 = v2); in test_copy_assignment_non_empty_empty() local
306 V &vref = (v1 = v2); in test_copy_assignment_empty_non_empty() local
316 V &vref = (v1 = v2); in test_copy_assignment_empty_non_empty() local
331 V &vref = (v1 = v2); in test_copy_assignment_same_index() local
340 V &vref = (v1 = v2); in test_copy_assignment_same_index() local
350 V &vref = (v1 = v2); in test_copy_assignment_same_index() local
439 V &vref = (v1 = v2); in test_copy_assignment_different_index() local
452 V &vref = (v1 = v2); in test_copy_assignment_different_index() local
[all …]
/external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/
Dmove.pass.cpp248 V &vref = (v1 = std::move(v2)); in test_move_assignment_empty_empty() local
264 V &vref = (v1 = std::move(v2)); in test_move_assignment_non_empty_empty() local
274 V &vref = (v1 = std::move(v2)); in test_move_assignment_non_empty_empty() local
290 V &vref = (v1 = std::move(v2)); in test_move_assignment_empty_non_empty() local
300 V &vref = (v1 = std::move(v2)); in test_move_assignment_empty_non_empty() local
315 V &vref = (v1 = std::move(v2)); in test_move_assignment_same_index() local
324 V &vref = (v1 = std::move(v2)); in test_move_assignment_same_index() local
334 V &vref = (v1 = std::move(v2)); in test_move_assignment_same_index() local
410 V &vref = (v1 = std::move(v2)); in test_move_assignment_different_index() local
420 V &vref = (v1 = std::move(v2)); in test_move_assignment_different_index() local
[all …]
Dcopy.pass.cpp278 V &vref = (v1 = v2); in test_copy_assignment_empty_empty() local
294 V &vref = (v1 = v2); in test_copy_assignment_non_empty_empty() local
304 V &vref = (v1 = v2); in test_copy_assignment_non_empty_empty() local
320 V &vref = (v1 = v2); in test_copy_assignment_empty_non_empty() local
330 V &vref = (v1 = v2); in test_copy_assignment_empty_non_empty() local
345 V &vref = (v1 = v2); in test_copy_assignment_same_index() local
354 V &vref = (v1 = v2); in test_copy_assignment_same_index() local
364 V &vref = (v1 = v2); in test_copy_assignment_same_index() local
455 V &vref = (v1 = v2); in test_copy_assignment_different_index() local
468 V &vref = (v1 = v2); in test_copy_assignment_different_index() local
[all …]
/external/linux-kselftest/tools/testing/selftests/arm64/fp/
Dfpsimd-test.S40 vref: label
/external/arm-trusted-firmware/drivers/nxp/ddr/phy-gen2/
Dinput.h103 unsigned int vref; member
/external/libjpeg-turbo/
Dturbojpeg.c358 int href = 1, vref = 1; in getSubsamp() local
380 int href = tjMCUHeight[i] / 8, vref = tjMCUWidth[i] / 8; in getSubsamp() local