Searched refs:ParamIterator (Results 1 – 2 of 2) sorted by relevance
125 class ParamIterator {132 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() function133 ParamIterator& operator=(const ParamIterator& other) {142 ParamIterator& operator++() {147 ParamIterator operator++(int /*unused*/) {150 return ParamIterator(clone);152 bool operator==(const ParamIterator& other) const {155 bool operator!=(const ParamIterator& other) const {161 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} in ParamIterator() function187 typedef ParamIterator<T> iterator;
366 class ParamIterator { class371 ParamIterator(const AMDGPULibFunc::Param (&leads)[2], in ParamIterator() function in __anon04d7f3640111::ParamIterator378 AMDGPULibFunc::Param ParamIterator::getNextParam() { in getNextParam()867 ParamIterator I(Leads, manglingRules[FuncId]); in mangleNameItanium()922 ParamIterator I(Leads, manglingRules[FuncId]); in getFunctionType()