Home
last modified time | relevance | path

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

/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
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h128 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() function
157 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} in ParamIterator() function