Searched refs:AllocAsComp (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/ |
| H A D | deduct.pass.cpp | 274 using AllocAsComp = Alloc; in main() typedef 299 static_assert(SFINAEs_away<std::priority_queue, Iter, Iter, AllocAsComp, Cont>); in main() 314 static_assert(SFINAEs_away<std::priority_queue, Iter, Iter, AllocAsComp, Alloc>); in main() 325 static_assert(SFINAEs_away<std::priority_queue, Iter, Iter, AllocAsComp, Cont, Alloc>); in main() 336 static_assert(SFINAEs_away<std::priority_queue, AllocAsComp, Alloc>); in main() 343 static_assert(SFINAEs_away<std::priority_queue, AllocAsComp, Cont, Alloc>); in main() 354 static_assert(SFINAEs_away<std::priority_queue, AllocAsComp, Cont>); in main()
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | deduction_guides_sfinae_checks.h | 96 using AllocAsComp = Alloc; in AssociativeContainerDeductionGuidesSfinaeAway() local 117 static_assert(SFINAEs_away<Container, Iter, Iter, AllocAsComp, Alloc>); in AssociativeContainerDeductionGuidesSfinaeAway() 133 static_assert(SFINAEs_away<Container, InitList, AllocAsComp, Alloc>); in AssociativeContainerDeductionGuidesSfinaeAway()
|