Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp468 const IntegerLiteral *IntLit2 = cast<IntegerLiteral>(Stmt2); in isIdenticalStmt() local
471 llvm::APInt I2 = IntLit2->getValue(); in isIdenticalStmt()