Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCFG.cpp704 const IntegerLiteral *IntLiteral2 = dyn_cast<IntegerLiteral>(LHSExpr2); in checkIncorrectEqualityOperator() local
706 if (!IntLiteral2) in checkIncorrectEqualityOperator()
707 IntLiteral2 = dyn_cast<IntegerLiteral>(RHSExpr2); in checkIncorrectEqualityOperator()
709 if (!IntLiteral2) in checkIncorrectEqualityOperator()
713 llvm::APInt L2 = IntLiteral2->getValue(); in checkIncorrectEqualityOperator()
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp980 const IntegerLiteral *IntLiteral2 = dyn_cast<IntegerLiteral>(LHSExpr2); in checkIncorrectEqualityOperator() local
982 if (!IntLiteral2) in checkIncorrectEqualityOperator()
983 IntLiteral2 = dyn_cast<IntegerLiteral>(RHSExpr2); in checkIncorrectEqualityOperator()
985 if (!IntLiteral2) in checkIncorrectEqualityOperator()
989 llvm::APInt L2 = IntLiteral2->getValue(); in checkIncorrectEqualityOperator()