Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.cpp490 matchIntegerConstantExpr(StringRef Id) { in matchIntegerConstantExpr() function
546 matchIntegerConstantExpr(Id))), in matchBinOpIntegerConstantExpr()
549 hasRHS(matchIntegerConstantExpr(Id))))) in matchBinOpIntegerConstantExpr()
579 hasRHS(matchIntegerConstantExpr(Id))), in matchRelationalIntegerConstantExpr()
580 allOf(hasLHS(matchIntegerConstantExpr(Id)), in matchRelationalIntegerConstantExpr()
941 const auto CstRight = matchIntegerConstantExpr("rhs"); in registerMatchers()