Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfData.inc521 InstrProfValueData *DstVD = getValueProfRecordValueData(This);
526 Closure->GetValueForSite(Record, DstVD, ValueKind, S);
527 DstVD += ND;
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc521 InstrProfValueData *DstVD = getValueProfRecordValueData(This);
526 Closure->GetValueForSite(Record, DstVD, ValueKind, S);
527 DstVD += ND;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProfData.inc558 InstrProfValueData *DstVD = getValueProfRecordValueData(This);
563 Closure->GetValueForSite(Record, DstVD, ValueKind, S);
564 DstVD += ND;
/external/clang/lib/Sema/
DSemaOpenMP.cpp8722 auto *DstVD = in ActOnOpenMPLastprivateClause() local
8725 auto *PseudoDstExpr = buildDeclRefExpr(*this, DstVD, Type, ELoc); in ActOnOpenMPLastprivateClause()
9965 auto *DstVD = in ActOnOpenMPCopyinClause() local
9969 buildDeclRefExpr(*this, DstVD, ElemType, DE->getExprLoc()); in ActOnOpenMPCopyinClause()
10077 auto *DstVD = in ActOnOpenMPCopyprivateClause() local
10081 buildDeclRefExpr(*this, DstVD, Type, ELoc); in ActOnOpenMPCopyprivateClause()