Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dperformance-unnecessary-value-param-delayed.cpp135 struct PositiveValueCopiedConstructor { struct
136 PositiveValueCopiedConstructor(ExpensiveToCopyType Copy) : Field(Copy) {} in PositiveValueCopiedConstructor() argument
Dperformance-unnecessary-value-param.cpp175 struct PositiveValueCopiedConstructor { struct
176 PositiveValueCopiedConstructor(ExpensiveToCopyType Copy) : Field(Copy) {} in PositiveValueCopiedConstructor() argument