Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp6566 bool RIsInt = BinOp->getRHS()->EvaluateAsInt(RResult, S.Context); in checkFormatStringExpr() local
6568 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()