Home
last modified time | relevance | path

Searched defs:ComparisonOperator (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousStringCompareCheck.cpp87 const auto ComparisonOperator = in registerMatchers() local
/llvm-project/mlir/include/mlir/Interfaces/
H A DValueBoundsOpInterface.h232 enum ComparisonOperator { LT, LE, EQ, GT, GE }; enum
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp1032 if (const auto *ComparisonOperator = Result.Nodes.getNodeAs<BinaryOperator>( checkArithmeticExpr() local
1052 } else if (const auto *ComparisonOperator = checkArithmeticExpr() local
1101 if (const auto *ComparisonOperator = Result.Nodes.getNodeAs<BinaryOperator>( checkBitwiseExpr() local
1174 if (const auto *ComparisonOperator = Result.Nodes.getNodeAs<BinaryOperator>( checkRelationalExpr() local
[all...]