Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h121 class ParamIterator {
128 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() function
129 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() function
183 typedef ParamIterator<T> iterator;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp360 class ParamIterator { class
365 ParamIterator(const AMDGPULibFunc::Param (&leads)[2], in ParamIterator() function in __anon07e1ed9f0111::ParamIterator
372 AMDGPULibFunc::Param ParamIterator::getNextParam() { in getNextParam()
858 ParamIterator I(Leads, manglingRules[FuncId]); in mangleNameItanium()
913 ParamIterator I(Leads, manglingRules[FuncId]); in getFunctionType()