Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DDeleteNullPointerCheck.cpp34 const auto BinaryPointerCheckCondition = binaryOperator(hasOperands( in registerMatchers() local
38 ifStmt(hasCondition(anyOf(PointerExpr, BinaryPointerCheckCondition)), in registerMatchers()