Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DDeleteNullPointerCheck.cpp38 const auto BinaryPointerCheckCondition = binaryOperator( in registerMatchers() local
44 anyOf(PointerCondition, BinaryPointerCheckCondition)), in registerMatchers()