HomeSort by relevance Sort by last modified time
    Searched refs:AggValueSlot (Results 1 - 15 of 15) sorted by null

  /external/clang/lib/CodeGen/
CGExprAgg.cpp 36 AggValueSlot Dest;
56 AggValueSlot EnsureSlot(QualType T) {
66 AggExprEmitter(CodeGenFunction &cgf, AggValueSlot Dest, bool IsResultUnused)
82 void EmitCopy(QualType type, const AggValueSlot &dest,
83 const AggValueSlot &src);
90 AggValueSlot::NeedsGCBarriers_t needsGC(QualType T) {
92 return AggValueSlot::NeedsGCBarriers;
93 return AggValueSlot::DoesNotNeedGCBarriers;
284 AggValueSlot srcAgg =
285 AggValueSlot::forLValue(src, AggValueSlot::IsDestructed
    [all...]
CGValue.h 31 class AggValueSlot;
441 class AggValueSlot {
487 static AggValueSlot ignored() {
502 static AggValueSlot forAddr(Address addr,
508 AggValueSlot AV;
524 static AggValueSlot forLValue(const LValue &LV,
CGAtomic.cpp 186 RValue convertAtomicTempToRValue(Address addr, AggValueSlot resultSlot,
193 AggValueSlot ResultSlot,
212 RValue EmitAtomicLoad(AggValueSlot ResultSlot, SourceLocation Loc,
    [all...]
CGDeclCXX.cpp 53 CGF.EmitAggExpr(Init, AggValueSlot::forLValue(lv,AggValueSlot::IsDestructed,
54 AggValueSlot::DoesNotNeedGCBarriers,
55 AggValueSlot::IsNotAliased));
CodeGenFunction.h     [all...]
CGClass.cpp 551 AggValueSlot AggSlot =
552 AggValueSlot::forAddr(V, Qualifiers(),
553 AggValueSlot::IsDestructed,
554 AggValueSlot::DoesNotNeedGCBarriers,
555 AggValueSlot::IsNotAliased);
599 AggValueSlot Slot =
600 AggValueSlot::forLValue(LV,
601 AggValueSlot::IsDestructed,
602 AggValueSlot::DoesNotNeedGCBarriers,
603 AggValueSlot::IsNotAliased)
    [all...]
CGExpr.cpp 130 return (void) EmitAnyExpr(E, AggValueSlot::ignored(), true);
141 AggValueSlot aggSlot,
160 AggValueSlot AggSlot = AggValueSlot::ignored();
181 EmitAggExpr(E, AggValueSlot::forAddr(Location, Quals,
182 AggValueSlot::IsDestructed_t(IsInit),
183 AggValueSlot::DoesNotNeedGCBarriers,
184 AggValueSlot::IsAliased_t(!IsInit)));
386 EmitAggExpr(E, AggValueSlot::forAddr(Object,
388 AggValueSlot::IsDestructed
    [all...]
CGExprCXX.cpp 441 AggValueSlot Dest) {
    [all...]
CGStmt.cpp 325 AggValueSlot AggSlot) {
338 AggValueSlot AggSlot) {
    [all...]
CGDecl.cpp     [all...]
CGObjC.cpp     [all...]
CGBlocks.cpp 832 AggValueSlot Slot =
833 AggValueSlot::forAddr(blockField, Qualifiers(),
834 AggValueSlot::IsDestructed,
835 AggValueSlot::DoesNotNeedGCBarriers,
836 AggValueSlot::IsNotAliased);
    [all...]
CGCall.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
CGStmtOpenMP.cpp     [all...]

Completed in 539 milliseconds