Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp6565 bool LIsInt = BinOp->getLHS()->EvaluateAsInt(LResult, S.Context); in checkFormatStringExpr() local
6568 if (LIsInt != RIsInt) { in checkFormatStringExpr()
6571 if (LIsInt) { in checkFormatStringExpr()