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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp 982 EmitSynthesizedCXXCopyCtor(blockField, src, copyExpr);
1992 EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.getCopyExpr());
2328 CGF.EmitSynthesizedCXXCopyCtor(destField, srcField, CopyExpr);
CGExprCXX.cpp 656 void CodeGenFunction::EmitSynthesizedCXXCopyCtor(Address Dest, Address Src,
661 "EmitSynthesizedCXXCopyCtor - unknown copy ctor expr");
674 && "EmitSynthesizedCXXCopyCtor - Copied-in Array");
CodeGenFunction.h 4415 void EmitSynthesizedCXXCopyCtor(Address Dest, Address Src, const Expr *Exp);

Completed in 66 milliseconds