Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/hicpp/
H A DSignedBitwiseCheck.cpp32 const auto SignedIntegerOperand = in registerMatchers() local
55 hasEitherOperand(SignedIntegerOperand), in registerMatchers()
64 hasEitherOperand(SignedIntegerOperand), in registerMatchers()
71 unaryOperator(hasOperatorName("~"), hasUnaryOperand(SignedIntegerOperand)) in registerMatchers()