Lines Matching refs:AAAllocationInfoImpl
12671 struct AAAllocationInfoImpl : public AAAllocationInfo { struct
12672 AAAllocationInfoImpl(const IRPosition &IRP, Attributor &A) in AAAllocationInfoImpl() argument
12828 struct AAAllocationInfoFloating : AAAllocationInfoImpl {
12830 : AAAllocationInfoImpl(IRP, A) {} in AAAllocationInfoFloating()
12837 struct AAAllocationInfoReturned : AAAllocationInfoImpl {
12839 : AAAllocationInfoImpl(IRP, A) {} in AAAllocationInfoReturned()
12853 struct AAAllocationInfoCallSiteReturned : AAAllocationInfoImpl {
12855 : AAAllocationInfoImpl(IRP, A) {} in AAAllocationInfoCallSiteReturned()
12862 struct AAAllocationInfoArgument : AAAllocationInfoImpl {
12864 : AAAllocationInfoImpl(IRP, A) {} in AAAllocationInfoArgument()
12871 struct AAAllocationInfoCallSiteArgument : AAAllocationInfoImpl {
12873 : AAAllocationInfoImpl(IRP, A) {} in AAAllocationInfoCallSiteArgument()