Searched refs:CheckLeft (Results 1 – 1 of 1) sorted by relevance
8770 bool CheckLeft = true, CheckRight = true; in checkFormatStringExpr() local8778 CheckLeft = false; in checkFormatStringExpr()8786 if (!CheckLeft) in checkFormatStringExpr()8803 return (CheckLeft && Left < Right) ? Left : Right; in checkFormatStringExpr()