Home | History | Annotate | Download | only in Analysis

Lines Matching full:literal1

631     const IntegerLiteral *Literal1 =
633 if (!Decl1 && !Literal1) {
643 Literal1 = dyn_cast<IntegerLiteral>(LHS->getLHS()->IgnoreParens());
646 if (!Decl1 || !Literal1)
676 if (!Literal1->EvaluateAsInt(L1, *Context) ||