Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DMisplacedPointerArithmeticInAllocCheck.cpp29 const auto AdditiveOperator = binaryOperator(hasAnyOperatorName("+", "-")); in registerMatchers() local
37 AdditiveOperator, in registerMatchers()
45 Finder->addMatcher(binaryOperator(AdditiveOperator, in registerMatchers()
53 Finder->addMatcher(binaryOperator(AdditiveOperator, in registerMatchers()