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 402 LValue DestLV = CGF.MakeNaturalAlignAddrLValue(destPtr, initList->getType());
403 LValue start = CGF.EmitLValueForFieldInitialization(DestLV, *field);
412 LValue endOrLength = CGF.EmitLValueForFieldInitialization(DestLV, *field);
    [all...]
CGClass.cpp 814 LValue DestLV = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
815 LValue Dest = CGF.EmitLValueForFieldInitialization(DestLV, FirstField);
    [all...]

Completed in 53 milliseconds