Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp467 const IntegerLiteral *IntLit2 = cast<IntegerLiteral>(Stmt2); in isIdenticalStmt() local
470 llvm::APInt I2 = IntLit2->getValue(); in isIdenticalStmt()