Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h671 tomp::ObjectListT<IdTy, ExprTy> sharedObjects; in applyClause() local
673 objects, std::back_inserter(sharedObjects), in applyClause()
676 if (!sharedObjects.empty()) { in applyClause()
681 tomp::clause::SharedT<TypeTy, IdTy, ExprTy>{/*List=*/sharedObjects}); in applyClause()
690 tomp::clause::SharedT<TypeTy, IdTy, ExprTy>{/*List=*/sharedObjects}); in applyClause()
932 tomp::ObjectListT<IdTy, ExprTy> sharedObjects; in applyClause() local
933 llvm::transform(objects, std::back_inserter(sharedObjects), in applyClause()
940 if (!sharedObjects.empty()) { in applyClause()
944 tomp::clause::SharedT<TypeTy, IdTy, ExprTy>{/*List=*/sharedObjects}); in applyClause()
950 tomp::clause::SharedT<TypeTy, IdTy, ExprTy>{/*List=*/sharedObjects}); in applyClause()