Home
last modified time | relevance | path

Searched refs:ExistingBool (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-use-default-member-init.cpp322 struct ExistingBool { struct
323 ExistingBool(short) : e1(), e2{}, e3() {} in ExistingBool() function
327 ExistingBool(int) : e1(false), e2{false}, e3(false) {} in ExistingBool() argument
331 ExistingBool(long) : e1(true), e2{true}, e3(true) {} in ExistingBool() argument