Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1038 llvm::DenseSet<const VarDecl *> CopiedVars; in EmitOMPCopyinClause() local
1047 if (CopiedVars.insert(VD->getCanonicalDecl()).second) { in EmitOMPCopyinClause()
1069 if (CopiedVars.size() == 1) { in EmitOMPCopyinClause()