Searched refs:CheckLeft (Results 1 – 1 of 1) sorted by relevance
7576 bool CheckLeft = true, CheckRight = true; in checkFormatStringExpr() local7584 CheckLeft = false; in checkFormatStringExpr()7592 if (!CheckLeft) in checkFormatStringExpr()7610 return (CheckLeft && Left < Right) ? Left : Right; in checkFormatStringExpr()