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

  /external/clang/lib/CodeGen/
CGExprAgg.cpp 339 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddr(), E->getType(),
341 LValue Start = CGF.EmitLValueForFieldInitialization(DestLV, *Field);
355 LValue EndOrLength = CGF.EmitLValueForFieldInitialization(DestLV, *Field);
    [all...]
CGClass.cpp 804 LValue DestLV = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
805 LValue Dest = CGF.EmitLValueForFieldInitialization(DestLV, FirstField);
    [all...]

Completed in 166 milliseconds