Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-use-default-member-init.cpp249 struct ExistingChar { struct
250 ExistingChar(short) : e1(), e2{}, e3(), e4() {} in ExistingChar() function
255 ExistingChar(int) : e1(0), e2{0}, e3(0), e4(0) {} in ExistingChar() argument
260 ExistingChar(long) : e1('\0'), e2{'\0'}, e3('\0'), e4('\0') {} in ExistingChar() function
265 ExistingChar(char) : e1('a'), e2{'a'}, e3('a'), e4('a') {} in ExistingChar() argument