Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp274 llvm::DenseSet<const VarDecl *> CopiedVars; in EmitOMPCopyinClause() local
285 if (CopiedVars.insert(VD->getCanonicalDecl()).second) { in EmitOMPCopyinClause()
292 if (CopiedVars.size() == 1) { in EmitOMPCopyinClause()