Searched refs:CheckLeft (Results 1 – 1 of 1) sorted by relevance
7304 bool CheckLeft = true, CheckRight = true; in checkFormatStringExpr() local7312 CheckLeft = false; in checkFormatStringExpr()7320 if (!CheckLeft) in checkFormatStringExpr()7338 return (CheckLeft && Left < Right) ? Left : Right; in checkFormatStringExpr()