Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProBoundsPointerArithmeticCheck.cpp23 const auto AllPointerTypes = in registerMatchers() local
32 hasAnyOperatorName("+", "-", "+=", "-="), AllPointerTypes, in registerMatchers()
46 anyOf(AllPointerTypes, in registerMatchers()