Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dqualified-auto.cpp171 void tempLoopPtr(std::vector<T *> &MutateTemplate, std::vector<const T *> &ConstantTemplate) { in tempLoopPtr() function
209 tempLoopPtr(PtrVec, CPtrVec); in bar()