Searched defs:BarrierMaker (Results 1 – 1 of 1) sorted by relevance
4038 struct BarrierMaker struct4040 const X &m_x;4041 BarrierMaker(const X &x) : m_x(x) in BarrierMaker() function4044 uint32_t count() const in count()4048 const X *pointer() const in pointer()4054 struct BarrierMaker<std::false_type, Y> struct4056 BarrierMaker(const std::false_type &) in BarrierMaker() argument4059 uint32_t count() const in count()4063 Y *pointer() const in pointer()4069 struct BarrierMaker<const Z[N], Z> struct[all …]