Lines Matching defs:AAAllocationInfoImpl
12661 struct AAAllocationInfoImpl : public AAAllocationInfo {
12662 AAAllocationInfoImpl(const IRPosition &IRP, Attributor &A)
12820 struct AAAllocationInfoFloating : AAAllocationInfoImpl {
12822 : AAAllocationInfoImpl(IRP, A) {}
12829 struct AAAllocationInfoReturned : AAAllocationInfoImpl {
12831 : AAAllocationInfoImpl(IRP, A) {}
12845 struct AAAllocationInfoCallSiteReturned : AAAllocationInfoImpl {
12847 : AAAllocationInfoImpl(IRP, A) {}
12854 struct AAAllocationInfoArgument : AAAllocationInfoImpl {
12856 : AAAllocationInfoImpl(IRP, A) {}
12863 struct AAAllocationInfoCallSiteArgument : AAAllocationInfoImpl {
12865 : AAAllocationInfoImpl(IRP, A) {}