Searched refs:RIsInt (Results 1 – 1 of 1) sorted by relevance
6566 bool RIsInt = BinOp->getRHS()->EvaluateAsInt(RResult, S.Context); in checkFormatStringExpr() local6568 if (LIsInt != RIsInt) { in checkFormatStringExpr()6573 sumOffsets(Offset, LResult.Val.getInt(), BinOpKind, RIsInt); in checkFormatStringExpr()6578 sumOffsets(Offset, RResult.Val.getInt(), BinOpKind, RIsInt); in checkFormatStringExpr()