Home | History | Annotate | Download | only in Sema

Lines Matching refs:MemCpy

3572   memcpy(initializer, &Initializer, sizeof (CXXCtorInitializer*));
3594 memcpy(baseOrMemberInitializers, Initializers.data(),
3748 memcpy(baseOrMemberInitializers, Info.AllToInit.data(),
9172 FunctionDecl *MemCpy = R.getAsSingle<FunctionDecl>();
9173 if (!MemCpy)
9178 ExprResult MemCpyRef = S.BuildDeclRefExpr(MemCpy, S.Context.BuiltinFnTy,
9218 /// if a memcpy should be used instead.
9313 // bail out. We'll replace the whole shebang with a memcpy.
9384 // Bail out if copying fails or if we determined that we should use memcpy.
9413 // Maybe we should use a memcpy?
9423 // non-trivially-copyable class type, just emit a memcpy.