Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dnarrowing-conversions-bitfields.cpp22 struct SmallBitfield { struct
38 void test_binary_and(SmallBitfield x) { in test_binary_and() argument
49 void test_binary_or(SmallBitfield x) { in test_binary_or()
75 void test_parameter_passing(SmallBitfield x) { in test_parameter_passing()
130 void test(SmallBitfield x) { in test()
193 void test_parens(SmallBitfield x) { in test_parens()