Searched refs:DstVD (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfData.inc | 482 InstrProfValueData *DstVD = getValueProfRecordValueData(This); 487 Closure->GetValueForSite(Record, DstVD, ValueKind, S, 489 DstVD += ND;
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 482 InstrProfValueData *DstVD = getValueProfRecordValueData(This); 487 Closure->GetValueForSite(Record, DstVD, ValueKind, S, 489 DstVD += ND;
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 6822 auto *DstVD = in ActOnOpenMPLastprivateClause() local 6826 buildDeclRefExpr(*this, DstVD, Type, DE->getExprLoc()); in ActOnOpenMPLastprivateClause() 7822 auto *DstVD = in ActOnOpenMPCopyinClause() local 7826 buildDeclRefExpr(*this, DstVD, ElemType, DE->getExprLoc()); in ActOnOpenMPCopyinClause() 7948 auto *DstVD = in ActOnOpenMPCopyprivateClause() local 7952 buildDeclRefExpr(*this, DstVD, Type, DE->getExprLoc()); in ActOnOpenMPCopyprivateClause()
|