Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp8781 bool RIsInt = BinOp->getRHS()->EvaluateAsInt( in checkFormatStringExpr() local
8784 if (LIsInt != RIsInt) { in checkFormatStringExpr()
8789 sumOffsets(Offset, LResult.Val.getInt(), BinOpKind, RIsInt); in checkFormatStringExpr()
8794 sumOffsets(Offset, RResult.Val.getInt(), BinOpKind, RIsInt); in checkFormatStringExpr()