Searched refs:ParamIterator (Results 1 – 2 of 2) sorted by relevance
119 class ParamIterator {126 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() function127 ParamIterator& operator=(const ParamIterator& other) {136 ParamIterator& operator++() {141 ParamIterator operator++(int /*unused*/) {144 return ParamIterator(clone);146 bool operator==(const ParamIterator& other) const {149 bool operator!=(const ParamIterator& other) const {155 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} in ParamIterator() function181 typedef ParamIterator<T> iterator;
366 class ParamIterator { class371 ParamIterator(const AMDGPULibFunc::Param (&leads)[2], in ParamIterator() function in __anon5e9beb680111::ParamIterator378 AMDGPULibFunc::Param ParamIterator::getNextParam() { in getNextParam()865 ParamIterator I(Leads, manglingRules[FuncId]); in mangleNameItanium()920 ParamIterator I(Leads, manglingRules[FuncId]); in getFunctionType()