Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dprefer-member-initializer.cpp424 class VeryComplex1 { class
430 VeryComplex1() : n3(something_int()), x3(something_double()), in VeryComplex1() function in VeryComplex1