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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGNonTrivialStruct.cpp 708 CGF->callCStructCopyConstructor(CGF->MakeAddrLValue(Addrs[DstIdx], FT),
889 void CodeGenFunction::callCStructCopyConstructor(LValue Dst, LValue Src) {
CGExprAgg.cpp 348 CGF.callCStructCopyConstructor(DstLV, src);
CGBlocks.cpp 2001 callCStructCopyConstructor(MakeAddrLValue(dstField, varType),
CodeGenFunction.h 4012 void callCStructCopyConstructor(LValue Dst, LValue Src);

Completed in 26 milliseconds