Home
last modified time | relevance | path

Searched refs:CopiedVars (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp953 llvm::DenseSet<const VarDecl *> CopiedVars; in EmitOMPCopyinClause() local
962 if (CopiedVars.insert(VD->getCanonicalDecl()).second) { in EmitOMPCopyinClause()
983 if (CopiedVars.size() == 1) { in EmitOMPCopyinClause()