Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dmove-constructor-init.cpp130 struct NegativeParamTriviallyCopyable { struct
131 NegativeParamTriviallyCopyable(TriviallyCopyable T) : T_(T) {} in NegativeParamTriviallyCopyable() argument
132 NegativeParamTriviallyCopyable(int I) : I_(I) {} in NegativeParamTriviallyCopyable() function
134 TriviallyCopyable T_;
135 int I_;