Searched refs:CheckLeft (Results 1 – 1 of 1) sorted by relevance
10499 bool CheckLeft = true, CheckRight = true; in checkFormatStringExpr() local10507 CheckLeft = false; in checkFormatStringExpr()10515 if (!CheckLeft) in checkFormatStringExpr()10532 return (CheckLeft && Left < Right) ? Left : Right; in checkFormatStringExpr()