Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DProBoundsPointerArithmeticCheck.cpp23 const auto AllPointerTypes = anyOf( in registerMatchers() local
30 hasAnyOperatorName("+", "-", "+=", "-="), AllPointerTypes, in registerMatchers()
44 anyOf(AllPointerTypes, in registerMatchers()