Home
last modified time | relevance | path

Searched defs:PositiveValueInt (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.cpp32 struct PositiveValueInt { struct
33 PositiveValueInt() : i() {} in PositiveValueInt() function
35 const int i;
H A Duse-default-member-init.cpp32 struct PositiveValueInt { struct
33 PositiveValueInt() : i() {} in PositiveValueInt() function
35 const int i;