Searched refs:retrieveIntegerConstantExpr (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/misc/ |
D | RedundantExpressionCheck.cpp | 498 static bool retrieveIntegerConstantExpr(const MatchFinder::MatchResult &Result, in retrieveIntegerConstantExpr() function 513 static bool retrieveIntegerConstantExpr(const MatchFinder::MatchResult &Result, in retrieveIntegerConstantExpr() function 516 return retrieveIntegerConstantExpr(Result, Id, Value, ConstExpr); in retrieveIntegerConstantExpr() 563 retrieveIntegerConstantExpr(Result, Id, Value); in retrieveBinOpIntegerConstantExpr() 668 if (!retrieveIntegerConstantExpr(Result, Id, Value, ConstExpr)) in retrieveRelationalIntegerConstantExpr() 1073 !retrieveIntegerConstantExpr(Result, "rhs", RhsValue)) in checkBitwiseExpr() 1102 !retrieveIntegerConstantExpr(Result, "ineffective-bitwise", Value, in checkBitwiseExpr()
|