Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXUtil.h614 using SectionSeq = std::vector<SectionT>; variable
615 SectionSeq Sections;
618 using value_type = typename SectionSeq::value_type;
619 using reference = typename SectionSeq::reference;
620 using const_reference = typename SectionSeq::const_reference;
621 using iterator = typename SectionSeq::iterator;
622 using const_iterator = typename SectionSeq::const_iterator;