Searched refs:ParamIterator (Results 1 – 2 of 2) sorted by relevance
121 class ParamIterator {128 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() function129 ParamIterator& operator=(const ParamIterator& other) {138 ParamIterator& operator++() {143 ParamIterator operator++(int /*unused*/) {146 return ParamIterator(clone);148 bool operator==(const ParamIterator& other) const {151 bool operator!=(const ParamIterator& other) const {157 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} in ParamIterator() function183 typedef ParamIterator<T> iterator;
360 class ParamIterator { class365 ParamIterator(const AMDGPULibFunc::Param (&leads)[2], in ParamIterator() function in __anon07e1ed9f0111::ParamIterator372 AMDGPULibFunc::Param ParamIterator::getNextParam() { in getNextParam()858 ParamIterator I(Leads, manglingRules[FuncId]); in mangleNameItanium()913 ParamIterator I(Leads, manglingRules[FuncId]); in getFunctionType()