Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dprefer-member-initializer.cpp59 class Simple3 { class
64 Simple3() : x(0.0) { in Simple3() function in Simple3
71 Simple3(int nn, double xx) : x(xx) { in Simple3() function in Simple3