Lines Matching defs:AAMemoryBehaviorImpl
7804 struct AAMemoryBehaviorImpl : public AAMemoryBehavior {
7805 AAMemoryBehaviorImpl(const IRPosition &IRP, Attributor &A)
7900 const Attribute::AttrKind AAMemoryBehaviorImpl::AttrKinds[] = {
7904 struct AAMemoryBehaviorFloating : AAMemoryBehaviorImpl {
7906 : AAMemoryBehaviorImpl(IRP, A) {}
8032 AAMemoryBehaviorImpl::initialize(A);
8045 struct AAMemoryBehaviorFunction final : public AAMemoryBehaviorImpl {
8047 : AAMemoryBehaviorImpl(IRP, A) {}
8088 : AACalleeToCallSite<AAMemoryBehavior, AAMemoryBehaviorImpl> {
8090 : AACalleeToCallSite<AAMemoryBehavior, AAMemoryBehaviorImpl>(IRP, A) {}