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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGNonTrivialStruct.cpp 740 CGF->callCStructMoveConstructor(CGF->MakeAddrLValue(Addrs[DstIdx], FT),
914 void CodeGenFunction::callCStructMoveConstructor(LValue Dst, LValue Src) {
CGExprAgg.cpp 340 CGF.callCStructMoveConstructor(DstLV, src);
CGBlocks.cpp 2353 CGF.callCStructMoveConstructor(CGF.MakeAddrLValue(destField, VarType),
CodeGenFunction.h 4013 void callCStructMoveConstructor(LValue Dst, LValue Src);

Completed in 24 milliseconds