Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/hicpp/
H A DSignedBitwiseCheck.cpp31 const auto SignedIntegerOperand = in registerMatchers() local
54 hasEitherOperand(SignedIntegerOperand), in registerMatchers()
63 hasEitherOperand(SignedIntegerOperand), in registerMatchers()
70 unaryOperator(hasOperatorName("~"), hasUnaryOperand(SignedIntegerOperand)) in registerMatchers()