Searched refs:ArgumentListID (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | type_id.h | 62 struct ArgumentListID {}; struct 68 return makeTypeIDImp<ArgumentListID<Args...>>(); in makeArgumentID()
|
| H A D | uses_alloc_types.h | 113 struct TakeNImp<false, N, ArgumentListID<A1...>, F, R...> 114 : TakeNImp<N-1 == 0, N - 1, ArgumentListID<A1..., F>, R...> {}; 117 struct TakeNArgs : TakeNImp<N == 0, N, ArgumentListID<>, Args...> {}; 248 static CtorAlloc getAllocatorFromPack(ArgumentListID<LArgs...>, Args&&... args) {
|
| H A D | container_test_types.h | 139 struct ArgumentListID {}; struct 145 return makeTypeID<ArgumentListID<Args...>>(); in makeArgumentID()
|