Lines Matching defs:AAAllocationInfoImpl
12782 struct AAAllocationInfoImpl : public AAAllocationInfo {
12783 AAAllocationInfoImpl(const IRPosition &IRP, Attributor &A)
12941 struct AAAllocationInfoFloating : AAAllocationInfoImpl {
12943 : AAAllocationInfoImpl(IRP, A) {}
12950 struct AAAllocationInfoReturned : AAAllocationInfoImpl {
12952 : AAAllocationInfoImpl(IRP, A) {}
12966 struct AAAllocationInfoCallSiteReturned : AAAllocationInfoImpl {
12968 : AAAllocationInfoImpl(IRP, A) {}
12975 struct AAAllocationInfoArgument : AAAllocationInfoImpl {
12977 : AAAllocationInfoImpl(IRP, A) {}
12984 struct AAAllocationInfoCallSiteArgument : AAAllocationInfoImpl {
12986 : AAAllocationInfoImpl(IRP, A) {}