Lines Matching refs:l
396 LessA<int> l(true); in test_ctors_dtor_accessors() local
409 cpq_with_compare_type cpq3(l); in test_ctors_dtor_accessors()
414 cpq_with_compare_and_allocator_type cpq4(l, a); in test_ctors_dtor_accessors()
419 cpq_with_compare_type cpq5(42, l); in test_ctors_dtor_accessors()
424 cpq_with_compare_and_allocator_type cpq6(42, l, a); in test_ctors_dtor_accessors()
439 cpq_with_compare_type cpq8(v.begin(), v.end(), l); in test_ctors_dtor_accessors()
562 auto l = {ComplexType(&s), ComplexType(&s) }; in TestDeductionGuides() local
583 TQueue ql(l); in TestDeductionGuides()
587 TQueue qla(l, std::allocator<ComplexType>()); in TestDeductionGuides()
592 TQueue qlc(l, LessA<ComplexType>(true)); in TestDeductionGuides()
596 TQueue qlca(l, LessA<ComplexType>(true), std::allocator<ComplexType>()); in TestDeductionGuides()