Home
last modified time | relevance | path

Searched defs:PositiveValueChar (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.cpp7 struct PositiveValueChar { struct
8 PositiveValueChar() : c0(), c1()/*, c2(), c3()*/ {} in PositiveValueChar() argument
10 const char c0;
13 wchar_t c1;
H A Duse-default-member-init.cpp7 struct PositiveValueChar { struct
8 PositiveValueChar() : c0(), c1()/*, c2(), c3()*/ {} in PositiveValueChar() function
10 const char c0;
13 wchar_t c1;