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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h380 QualType CaptureType, Expr *Cpy)
382 InitExprAndCaptureKind(Cpy, Block ? Cap_Block :
388 QualType CaptureType, Expr *Cpy)
390 InitExprAndCaptureKind(Cpy, Cap_This),
456 QualType CaptureType, Expr *Cpy) {
458 EllipsisLoc, CaptureType, Cpy));
463 Expr *Cpy);
791 QualType CaptureType, Expr *Cpy) {
793 Cpy));
378 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, SourceLocation Loc, SourceLocation EllipsisLoc, QualType CaptureType, Expr *Cpy) argument
387 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, QualType CaptureType, Expr *Cpy) argument
454 addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, SourceLocation Loc, SourceLocation EllipsisLoc, QualType CaptureType, Expr *Cpy) argument
790 addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType, Expr *Cpy) argument
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp908 Value *Cpy = EntryIRB.CreateMemCpy( local
911 DEBUG(dbgs() << " ByValCpy: " << *Cpy << "\n");
912 (void)Cpy;
/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1471 SDValue Cpy = DAG.getMemcpy(Chain, dl, DstAddr, Arg, SizeNode, local
1476 MemOpChains.push_back(Cpy);

Completed in 77 milliseconds