Home
last modified time | relevance | path

Searched defs:MyStruct1 (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dredundant-expression.cpp174 struct MyStruct1 { struct
176 MyStruct1(bool x) : x(x) {}; in MyStruct1() argument
180 MyStruct1 operator&&(const MyStruct1& lhs, const MyStruct1& rhs) { return lhs.x && rhs.x; } in operator &&() argument
[all...]