Lines Matching defs:a
75 test_bounded_ptr<TQual> const a(array.begin(), array.begin(), array.end()); in tests() local
80 test_bounded_ptr<TQual> const a(array.begin(), array.begin(), array.end()); in tests() local
85 test_bounded_ptr<TQual> const a(array.begin(), array.begin(), array.end()); in tests() local
90 test_bounded_ptr<TQual> const a(array.begin(), array.begin(), array.end()); in tests() local
95 test_bounded_ptr<TQual> const a(array.end(), array.begin(), array.end()); in tests() local
102 test_bounded_ptr<TQual> const a; in tests() local
107 test_bounded_ptr<TQual> const a; in tests() local
115 test_bounded_ptr<TQual> const a(array.begin(), array.begin() + 2, array.end()); in tests() local
121 test_bounded_ptr<TQual> const a(array.begin(), array.begin() + 2, array.end()); in tests() local
127 test_bounded_ptr<TQual> const a(array.begin(), array.begin(), array.begin() + 1); in tests() local
133 test_bounded_ptr<TQual> const a(array.begin(), array.begin(), array.begin() + 1); in tests() local
140 libkern::bounded_ptr<TQual, dummy_policy1> const a(array.begin(), array.begin(), array.end()); in tests() local
154 test_bounded_ptr<Derived> const a(array.begin(), array.begin(), array.end() - 1); in tests_convert() local