Searched refs:Cpy (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
H A DScopeInfo.h399 QualType CaptureType, Expr *Cpy)
401 InitExprAndCaptureKind(Cpy, Block ? Cap_Block :
407 QualType CaptureType, Expr *Cpy)
409 InitExprAndCaptureKind(Cpy, Cap_This),
475 QualType CaptureType, Expr *Cpy) {
477 EllipsisLoc, CaptureType, Cpy));
482 Expr *Cpy);
808 QualType CaptureType, Expr *Cpy) {
810 Cpy));
397 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, SourceLocation Loc, SourceLocation EllipsisLoc, QualType CaptureType, Expr *Cpy) argument
406 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, QualType CaptureType, Expr *Cpy) argument
473 addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, SourceLocation Loc, SourceLocation EllipsisLoc, QualType CaptureType, Expr *Cpy) argument
807 addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType, Expr *Cpy) argument
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp955 Value *Cpy = EntryIRB.CreateMemCpy( local
958 DEBUG(dbgs() << " ByValCpy: " << *Cpy << "\n");
959 (void)Cpy;
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2326 SDValue Cpy = DAG.getMemcpy( local
2331 MemOpChains.push_back(Cpy);

Completed in 135 milliseconds