Searched refs:CheckLeft (Results 1 – 1 of 1) sorted by relevance
6254 bool CheckLeft = true, CheckRight = true; in checkFormatStringExpr() local6262 CheckLeft = false; in checkFormatStringExpr()6270 if (!CheckLeft) in checkFormatStringExpr()6287 return (CheckLeft && Left < Right) ? Left : Right; in checkFormatStringExpr()