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;
380 class ParamIterator { class385 ParamIterator(const AMDGPULibFunc::Param (&leads)[2], in ParamIterator() function in __anond3dc63390111::ParamIterator392 AMDGPULibFunc::Param ParamIterator::getNextParam() { in getNextParam()870 ParamIterator I(Leads, manglingRules[FuncId]); in mangleNameItanium()925 ParamIterator I(Leads, manglingRules[FuncId]); in getFunctionType()