HomeSort by relevance Sort by last modified time
    Searched full:destlv (Results 1 - 4 of 4) 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...]
CGException.cpp     [all...]
CGClass.cpp 834 LValue DestLV = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
835 LValue Dest = CGF.EmitLValueForFieldInitialization(DestLV, FirstField);
    [all...]
CGBlocks.cpp 837 LValue destLV = MakeAddrLValue(blockField, type, align);
838 EmitStoreOfScalar(value, destLV, /*init*/ true);
    [all...]

Completed in 314 milliseconds