Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp489 matchIntegerConstantExpr(StringRef Id) { in matchIntegerConstantExpr() function
545 matchIntegerConstantExpr(Id))), in matchBinOpIntegerConstantExpr()
548 hasRHS(matchIntegerConstantExpr(Id))))) in matchBinOpIntegerConstantExpr()
579 hasRHS(matchIntegerConstantExpr(Id))), in matchRelationalIntegerConstantExpr()
580 allOf(hasLHS(matchIntegerConstantExpr(Id)), in matchRelationalIntegerConstantExpr()
964 const auto CstRight = matchIntegerConstantExpr("rhs"); in registerMatchers()