Home
last modified time | relevance | path

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

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