Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCFG.cpp722 const IntegerLiteral *Literal2 = in checkIncorrectLogicOperator() local
724 if (!Decl2 && !Literal2) { in checkIncorrectLogicOperator()
734 Literal2 = dyn_cast<IntegerLiteral>(RHS->getLHS()->IgnoreParens()); in checkIncorrectLogicOperator()
737 if (!Decl2 || !Literal2) in checkIncorrectLogicOperator()
747 !Literal2->EvaluateAsInt(L2, *Context)) in checkIncorrectLogicOperator()