Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dhicpp-signed-bitwise.cpp54 signed char SByte2 = 16; in binary_bitwise() local
59 UByte1 = SByte1 & SByte2; in binary_bitwise()
61 SByte1 = SByte1 & SByte2; in binary_bitwise()
65 UResult = UValue & (SByte1 + (SByte1 | SByte2)); in binary_bitwise()
72 UByte1 = UByte1 | SByte2; in binary_bitwise()
74 UByte1|= SByte2; in binary_bitwise()
79 UByte1 = UByte1 ^ SByte2; in binary_bitwise()
81 UByte1^= SByte2; in binary_bitwise()
86 UByte1 = UByte1 >> SByte2; in binary_bitwise()
88 UByte1>>= SByte2; in binary_bitwise()
[all …]