Home
last modified time | relevance | path

Searched defs:PositiveBool (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.cpp136 struct PositiveBool { struct
137 PositiveBool() : a(true) {} in PositiveBool() function
139 bool a;
H A Duse-default-member-init.cpp178 struct PositiveBool { struct
179 PositiveBool() : a(true) {} in PositiveBool() function
181 bool a;