Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp497 static bool retrieveIntegerConstantExpr(const MatchFinder::MatchResult &Result, in retrieveIntegerConstantExpr() function
512 static bool retrieveIntegerConstantExpr(const MatchFinder::MatchResult &Result, in retrieveIntegerConstantExpr() function
515 return retrieveIntegerConstantExpr(Result, Id, Value, ConstExpr); in retrieveIntegerConstantExpr()
562 retrieveIntegerConstantExpr(Result, Id, Value); in retrieveBinOpIntegerConstantExpr()
670 if (!retrieveIntegerConstantExpr(Result, Id, Value, ConstExpr)) in retrieveRelationalIntegerConstantExpr()
702 if (!retrieveIntegerConstantExpr(Result, Id, Value, ConstExpr)) in retrieveRelationalIntegerConstantExpr()
1095 !retrieveIntegerConstantExpr(Result, "rhs", RhsValue)) in checkBitwiseExpr()
1124 !retrieveIntegerConstantExpr(Result, "ineffective-bitwise", Value, in checkBitwiseExpr()