Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-emplace-ignore-implicit-constructors.cpp52 struct Zoz { struct
53 Zoz(Something, int = 42) {} in Zoz() function
H A Duse-emplace.cpp363 struct Zoz { struct
364 Zoz(Something, int = 42) {} in Zoz() argument