Home | History | Annotate | Download | only in Sema

Lines Matching defs:MemCpy

3834   memcpy(initializer, &Initializer, sizeof (CXXCtorInitializer*));
3858 memcpy(baseOrMemberInitializers, Initializers.data(),
4012 memcpy(baseOrMemberInitializers, Info.AllToInit.data(),
9834 FunctionDecl *MemCpy = R.getAsSingle<FunctionDecl>();
9835 if (!MemCpy)
9840 ExprResult MemCpyRef = S.BuildDeclRefExpr(MemCpy, S.Context.BuiltinFnTy,
9880 /// if a memcpy should be used instead.
9975 // bail out. We'll replace the whole shebang with a memcpy.
10046 // Bail out if copying fails or if we determined that we should use memcpy.
10075 // Maybe we should use a memcpy?
10085 // non-trivially-copyable class type, just emit a memcpy.
10379 // memcpy in a union copy operation.
10812 // memcpy in a union copy operation.