Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:AggValueSlot

583   AggValueSlot AggSlot =
584 AggValueSlot::forAddr(
586 AggValueSlot::IsDestructed,
587 AggValueSlot::DoesNotNeedGCBarriers,
588 AggValueSlot::IsNotAliased,
708 AggValueSlot Slot = AggValueSlot::forLValue(
709 LHS, *this, AggValueSlot::IsDestructed,
710 AggValueSlot::DoesNotNeedGCBarriers, AggValueSlot::IsNotAliased,
711 getOverlapForFieldInit(Field), AggValueSlot::IsNotZeroed,
713 AggValueSlot::IsSanitizerChecked);
2016 auto currAVS = AggValueSlot::forAddr(
2017 curAddr, type.getQualifiers(), AggValueSlot::IsDestructed,
2018 AggValueSlot::DoesNotNeedGCBarriers, AggValueSlot::IsNotAliased,
2019 AggValueSlot::DoesNotOverlap, AggValueSlot::IsNotZeroed,
2020 NewPointerIsChecked ? AggValueSlot::IsSanitizerChecked
2021 : AggValueSlot::IsNotSanitizerChecked);
2057 AggValueSlot ThisAVS,
2134 AggValueSlot::Overlap_t Overlap,
2248 This, Args, AggValueSlot::MayOverlap,
2348 AggValueSlot::MayOverlap, E->getExprLoc(),
2385 AggValueSlot::MayOverlap, Loc,
2416 AggValueSlot AggSlot =
2417 AggValueSlot::forAddr(ThisPtr, Qualifiers(),
2418 AggValueSlot::IsDestructed,
2419 AggValueSlot::DoesNotNeedGCBarriers,
2420 AggValueSlot::IsNotAliased,
2421 AggValueSlot::MayOverlap,
2422 AggValueSlot::IsNotZeroed,
2424 AggValueSlot::IsSanitizerChecked);