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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp467 const IntegerLiteral *IntLit1 = cast<IntegerLiteral>(Stmt1); local
470 llvm::APInt I1 = IntLit1->getValue();

Completed in 101 milliseconds