Home | History | Annotate | Download | only in Sema

Lines Matching refs:MemCpy

3144   memcpy(initializer, &Initializer, sizeof (CXXCtorInitializer*));
3166 memcpy(baseOrMemberInitializers, Initializers.data(),
3296 memcpy(baseOrMemberInitializers, Info.AllToInit.data(),
8095 FunctionDecl *MemCpy = R.getAsSingle<FunctionDecl>();
8096 if (!MemCpy)
8101 ExprResult MemCpyRef = S.BuildDeclRefExpr(MemCpy, S.Context.BuiltinFnTy,
8141 /// if a memcpy should be used instead.
8235 // bail out. We'll replace the whole shebang with a memcpy.
8308 // Bail out if copying fails or if we determined that we should use memcpy.
8337 // Maybe we should use a memcpy?
8347 // non-trivially-copyable class type, just emit a memcpy.