Searched refs:DstVD (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfData.inc | 638 InstrProfValueData *DstVD = getValueProfRecordValueData(This); 643 Closure->GetValueForSite(Record, DstVD, ValueKind, S); 644 DstVD += ND;
|
/freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
H A D | InstrProfData.inc | 638 InstrProfValueData *DstVD = getValueProfRecordValueData(This); 643 Closure->GetValueForSite(Record, DstVD, ValueKind, S); 644 DstVD += ND;
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 17661 VarDecl *DstVD = in ActOnOpenMPLastprivateClause() local 17664 DeclRefExpr *PseudoDstExpr = buildDeclRefExpr(SemaRef, DstVD, Type, ELoc); in ActOnOpenMPLastprivateClause() 19466 VarDecl *DstVD = in ActOnOpenMPCopyinClause() local 19470 buildDeclRefExpr(SemaRef, DstVD, ElemType, DE->getExprLoc()); in ActOnOpenMPCopyinClause() 19580 VarDecl *DstVD = in ActOnOpenMPCopyprivateClause() local 19583 DeclRefExpr *PseudoDstExpr = buildDeclRefExpr(SemaRef, DstVD, Type, ELoc); in ActOnOpenMPCopyprivateClause()
|