Home
last modified time | relevance | path

Searched defs:PositiveValueBool (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.cpp128 struct PositiveValueBool { struct
129 PositiveValueBool() : b() {} in PositiveValueBool() argument
131 bool b;
H A Duse-default-member-init.cpp170 struct PositiveValueBool { struct
171 PositiveValueBool() : b() {} in PositiveValueBool() function
173 bool b;