HomeSort by: relevance | last modified time | path
    Searched refs:DestLVal (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 4920 LValue DestLVal = EmitLValue(TempExpr);
4922 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(*this),
4934 LValue DestLVal;
4937 DestLVal = EmitLValue(RHSs[I]);
4941 DestLVal = EmitLValue(RHSs[I]);
4944 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(*this),
4979 LValue DestLVal = EmitLValue(CopyArrayElem);
4981 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(*this),
5022 LValue DestLVal = EmitLValue(OrigExpr);
5023 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(*this)
    [all...]
CGClass.cpp 2159 LValue DestLVal = MakeAddrLValue(This, DestTy);
2160 EmitAggregateCopyCtor(DestLVal, SrcLVal, Overlap);

Completed in 19 milliseconds