Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7530 bool RIsInt = BinOp->getRHS()->EvaluateAsInt( in checkFormatStringExpr() local
7533 if (LIsInt != RIsInt) { in checkFormatStringExpr()
7538 sumOffsets(Offset, LResult.Val.getInt(), BinOpKind, RIsInt); in checkFormatStringExpr()
7543 sumOffsets(Offset, RResult.Val.getInt(), BinOpKind, RIsInt); in checkFormatStringExpr()