Lines Matching defs:a
78 test_bounded_ptr<TQual> const a(array.begin(), array.begin(), array.end()); in tests() local
87 test_bounded_ptr<TQual> const a(array.begin() + 1, array.begin(), array.end()); in tests() local
96 test_bounded_ptr<TQual> const a(array.begin(), array.begin(), array.end()); in tests() local
105 test_bounded_ptr<TQual> const a(array.end(), array.begin(), array.end()); in tests() local
114 test_bounded_ptr<TQual> const a(array.begin() + 2, array.begin(), array.begin() + 3); in tests() local
125 test_bounded_ptr<TQual> const a(array.begin(), array.begin() + 2, array.end()); in tests() local
134 test_bounded_ptr<TQual> const a(array.end() - 1, array.begin(), array.end() - 2); in tests() local
143 test_bounded_ptr<TQual> const a(array.end(), array.begin(), array.end() - 1); in tests() local
152 test_bounded_ptr<TQual> const a(array.end() - 1, array.begin(), array.end() - 2); in tests() local
159 test_bounded_ptr<TQual> a = nullptr; in tests() local
164 test_bounded_ptr<TQual> a(array.end() - 1, array.begin(), array.end() - 2); in tests() local
169 test_bounded_ptr<TQual> a = nullptr; in tests() local
185 test_bounded_ptr<Derived> const a(array.begin() + 1, array.begin(), array.end() - 1); in tests_convert() local
190 test_bounded_ptr<Related> const a(array.begin(), array.begin(), array.end() - 1); in tests_convert() local
197 test_bounded_ptr<Related> const a(array.begin(), array.begin(), array.end() - 1); in tests_convert() local