Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp366 class ParamIterator { class
371 ParamIterator(const AMDGPULibFunc::Param (&leads)[2], in ParamIterator() function in __anon04d7f3640111::ParamIterator
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h132 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() function
161 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} in ParamIterator() function