Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructCompositionT.h33 template <typename ClauseType> struct ConstructCompositionT { struct
40 ConstructCompositionT(uint32_t version, argument
85 ConstructCompositionT<C>::ConstructCompositionT( in ConstructCompositionT() argument
151 llvm::omp::Directive ConstructCompositionT<C>::makeCompound( in makeCompound()
161 auto ConstructCompositionT<C>::checkPresence(llvm::omp::Clause clauseId)
185 template <typename C> void ConstructCompositionT<C>::mergeIf() { in mergeIf()
218 template <typename C> void ConstructCompositionT<C>::mergeReduction() { in mergeReduction()
286 template <typename C> void ConstructCompositionT<C>::mergeDSA() { in mergeDSA()