Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCFG.cpp632 const IntegerLiteral *IntLiteral2 = dyn_cast<IntegerLiteral>(LHSExpr2); in checkIncorrectEqualityOperator() local
634 if (!IntLiteral2) in checkIncorrectEqualityOperator()
635 IntLiteral2 = dyn_cast<IntegerLiteral>(RHSExpr2); in checkIncorrectEqualityOperator()
637 if (!IntLiteral2) in checkIncorrectEqualityOperator()
641 llvm::APInt L2 = IntLiteral2->getValue(); in checkIncorrectEqualityOperator()