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

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

Completed in 131 milliseconds