summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/PR28794/LibAHeader.h
blob: 31aa02e848bdd16603f57290be7534cee5cc6dcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef LIB_A_HEADER
#define LIB_A_HEADER

typedef __SIZE_TYPE__ size_t;

template <typename = int, size_t SlabSize = 4096, size_t = SlabSize>
class BumpPtrAllocatorImpl;

template <typename T, size_t SlabSize, size_t SizeThreshold>
void * operator new(size_t, BumpPtrAllocatorImpl<T, SlabSize, SizeThreshold> &);

#endif // LIB_A_HEADER
OpenPOWER on IntegriCloud