Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5970 bool RIsInt = BinOp->getRHS()->EvaluateAsInt( in checkFormatStringExpr() local
5974 if (LIsInt != RIsInt) { in checkFormatStringExpr()
5979 sumOffsets(Offset, LResult.Val.getInt(), BinOpKind, RIsInt); in checkFormatStringExpr()
5984 sumOffsets(Offset, RResult.Val.getInt(), BinOpKind, RIsInt); in checkFormatStringExpr()