Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-default-member-init-assignment.cpp40 struct PositiveInt { struct
41 PositiveInt() : j(1) {} in PositiveInt() function
43 int j;
H A Duse-default-member-init.cpp40 struct PositiveInt { struct
41 PositiveInt() : j(1) {} in PositiveInt() argument
43 int j;