Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSuspiciousStringCompareCheck.cpp88 const auto ComparisonBinaryOperator = binaryOperator(isComparisonOperator()); in registerMatchers() local
90 expr(anyOf(ComparisonUnaryOperator, ComparisonBinaryOperator)); in registerMatchers()