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.h666 tomp::ObjectListT<IdTy, ExprTy> sharedObjects; in applyClause() local
668 objects, std::back_inserter(sharedObjects), in applyClause()
671 if (!sharedObjects.empty()) { in applyClause()
676 tomp::clause::SharedT<TypeTy, IdTy, ExprTy>{/*List=*/sharedObjects}); in applyClause()
685 tomp::clause::SharedT<TypeTy, IdTy, ExprTy>{/*List=*/sharedObjects}); in applyClause()
944 tomp::ObjectListT<IdTy, ExprTy> sharedObjects; in applyClause() local
945 llvm::transform(objects, std::back_inserter(sharedObjects), in applyClause()
952 if (!sharedObjects.empty()) { in applyClause()
956 tomp::clause::SharedT<TypeTy, IdTy, ExprTy>{/*List=*/sharedObjects}); in applyClause()
962 tomp::clause::SharedT<TypeTy, IdTy, ExprTy>{/*List=*/sharedObjects}); in applyClause()