Home
last modified time | relevance | path

Searched refs:DstVD (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfData.inc482 InstrProfValueData *DstVD = getValueProfRecordValueData(This);
487 Closure->GetValueForSite(Record, DstVD, ValueKind, S,
489 DstVD += ND;
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc482 InstrProfValueData *DstVD = getValueProfRecordValueData(This);
487 Closure->GetValueForSite(Record, DstVD, ValueKind, S,
489 DstVD += ND;
/external/clang/lib/Sema/
DSemaOpenMP.cpp6822 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()