Lines Matching defs:res
34 test_bounded_ptr<QualT> res = ptr - static_cast<std::ptrdiff_t>(0); in tests() local
38 test_bounded_ptr<QualT> res = ptr - 1; in tests() local
42 test_bounded_ptr<QualT> res = ptr - 2; in tests() local
46 test_bounded_ptr<QualT> res = ptr - 3; in tests() local
50 test_bounded_ptr<QualT> res = ptr - 4; in tests() local
54 test_bounded_ptr<QualT> res = ptr - 5; in tests() local
68 test_bounded_ptr<QualT> res = ptr - static_cast<std::ptrdiff_t>(0); in tests() local
72 test_bounded_ptr<QualT> res = ptr - -1; in tests() local
76 test_bounded_ptr<QualT> res = ptr - -2; in tests() local
80 test_bounded_ptr<QualT> res = ptr - -3; in tests() local
84 test_bounded_ptr<QualT> res = ptr - -4; in tests() local
88 test_bounded_ptr<QualT> res = ptr - -5; in tests() local