Searched refs:ParamIterator (Results 1 – 2 of 2) sorted by relevance
129 class ParamIterator {136 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() function137 ParamIterator& operator=(const ParamIterator& other) {145 ParamIterator& operator++() {150 ParamIterator operator++(int /*unused*/) {153 return ParamIterator(clone);155 bool operator==(const ParamIterator& other) const {158 bool operator!=(const ParamIterator& other) const {164 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} in ParamIterator() function190 typedef ParamIterator<T> iterator;[all …]
367 class ParamIterator { class372 ParamIterator(const AMDGPULibFunc::Param (&leads)[2], in ParamIterator() function in __anonbcd55a340111::ParamIterator379 AMDGPULibFunc::Param ParamIterator::getNextParam() { in getNextParam()878 ParamIterator I(Leads, manglingRules[FuncId]); in mangleNameItanium()977 ParamIterator I(Leads, manglingRules[FuncId]); in getFunctionType()