Home
last modified time | relevance | path

Searched refs:ParamIterator (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h129 class ParamIterator {
136 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() function
137 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() function
190 typedef ParamIterator<T> iterator;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp367 class ParamIterator { class
372 ParamIterator(const AMDGPULibFunc::Param (&leads)[2], in ParamIterator() function in __anonbcd55a340111::ParamIterator
379 AMDGPULibFunc::Param ParamIterator::getNextParam() { in getNextParam()
878 ParamIterator I(Leads, manglingRules[FuncId]); in mangleNameItanium()
977 ParamIterator I(Leads, manglingRules[FuncId]); in getFunctionType()