OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SrcVD
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp
748
const VarDecl *
SrcVD
, const Expr *Copy) {
761
[this, Copy,
SrcVD
, DestVD](Address DestElement, Address SrcElement) {
767
Remap.addPrivate(
SrcVD
, [SrcElement]() { return SrcElement; });
775
Remap.addPrivate(
SrcVD
, [SrcAddr]() { return SrcAddr; });
1019
const auto *
SrcVD
=
1023
EmitOMPCopy(Type, PrivateAddr, MasterAddr, DestVD,
SrcVD
, AssignOp);
1165
const auto *
SrcVD
=
1182
EmitOMPCopy(Type, OriginalAddr, PrivateAddr, DestVD,
SrcVD
, AssignOp);
CodeGenFunction.h
3311
/// \param
SrcVD
Source variable used in \a CopyExpr (for arrays, has type of
3313
/// \param Copy Actual copygin expression for copying data from \a
SrcVD
to \a
3317
const VarDecl *DestVD, const VarDecl *
SrcVD
,
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
15782
VarDecl *
SrcVD
= buildVarDecl(*this, ERange.getBegin(),
15786
buildDeclRefExpr(*this,
SrcVD
, Type.getUnqualifiedType(), ELoc);
17554
VarDecl *
SrcVD
=
17558
*this,
SrcVD
, ElemType.getUnqualifiedType(), DE->getExprLoc());
17668
VarDecl *
SrcVD
=
17671
DeclRefExpr *PseudoSrcExpr = buildDeclRefExpr(*this,
SrcVD
, Type, ELoc);
Completed in 31 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026