Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5700 bool CheckLeft = true, CheckRight = true; in checkFormatStringExpr() local
5708 CheckLeft = false; in checkFormatStringExpr()
5716 if (!CheckLeft) in checkFormatStringExpr()
5733 return (CheckLeft && Left < Right) ? Left : Right; in checkFormatStringExpr()