Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DMisplacedPointerArithmeticInAllocCheck.cpp31 const auto AdditiveOperator = binaryOperator(hasAnyOperatorName("+", "-")); in registerMatchers() local
39 AdditiveOperator, in registerMatchers()
47 Finder->addMatcher(binaryOperator(AdditiveOperator, in registerMatchers()
55 Finder->addMatcher(binaryOperator(AdditiveOperator, in registerMatchers()