Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp466 const IntegerLiteral *IntLit1 = cast<IntegerLiteral>(Stmt1); in isIdenticalStmt() local
469 llvm::APInt I1 = IntLit1->getValue(); in isIdenticalStmt()