Lines Matching defs:AAMemoryBehaviorImpl
7752 struct AAMemoryBehaviorImpl : public AAMemoryBehavior {
7753 AAMemoryBehaviorImpl(const IRPosition &IRP, Attributor &A)
7848 const Attribute::AttrKind AAMemoryBehaviorImpl::AttrKinds[] = {
7852 struct AAMemoryBehaviorFloating : AAMemoryBehaviorImpl {
7854 : AAMemoryBehaviorImpl(IRP, A) {}
7980 AAMemoryBehaviorImpl::initialize(A);
7993 struct AAMemoryBehaviorFunction final : public AAMemoryBehaviorImpl {
7995 : AAMemoryBehaviorImpl(IRP, A) {}
8036 : AACalleeToCallSite<AAMemoryBehavior, AAMemoryBehaviorImpl> {
8038 : AACalleeToCallSite<AAMemoryBehavior, AAMemoryBehaviorImpl>(IRP, A) {}