reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGAtomic.cpp
 1664         convertAtomicTempToRValue(ExpectedAddr, AggValueSlot::ignored(),
 1676       ConvertIntToValueOrAtomic(Res.first, AggValueSlot::ignored(),
 1754                                            AggValueSlot::ignored(),
 1786   auto OldRVal = ConvertIntToValueOrAtomic(PHI, AggValueSlot::ignored(),
tools/clang/lib/CodeGen/CGCoroutine.cpp
  306                                CurCoro.Data->CurrentAwaitKind, AggValueSlot::ignored(),
  316                                AwaitKind::Yield, AggValueSlot::ignored(),
tools/clang/lib/CodeGen/CGExpr.cpp
  184     return (void) EmitAnyExpr(E, AggValueSlot::ignored(), true);
  214   AggValueSlot AggSlot = AggValueSlot::ignored();
 5093   return emitPseudoObjectExpr(*this, E, true, AggValueSlot::ignored()).LV;
tools/clang/lib/CodeGen/CGExprAgg.cpp
  703       CGF.EmitAnyExpr(E->getSubExpr(), AggValueSlot::ignored(),
  719       CGF.EmitAnyExpr(E->getSubExpr(), AggValueSlot::ignored(),
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1681     RValue Len = CGF.EmitAnyExpr(C->getSimdlen(), AggValueSlot::ignored(),
 1691     RValue Len = CGF.EmitAnyExpr(C->getSafelen(), AggValueSlot::ignored(),
tools/clang/lib/CodeGen/CodeGenFunction.h
 2283                      AggValueSlot aggSlot = AggValueSlot::ignored(),
 2860                            AggValueSlot AVS = AggValueSlot::ignored());
 2864                                                 AggValueSlot::ignored());
 2900                          AggValueSlot aggSlot = AggValueSlot::ignored(),
 2904                          AggValueSlot aggSlot = AggValueSlot::ignored(),
 3380                         AggValueSlot Slot = AggValueSlot::ignored());
 3384                         AggValueSlot slot = AggValueSlot::ignored());
 3397       bool IsWeak = false, AggValueSlot Slot = AggValueSlot::ignored());
 3562                                 AggValueSlot slot = AggValueSlot::ignored());