Searched refs:CheckLeft (Results 1 – 1 of 1) sorted by relevance
3835 bool CheckLeft = true, CheckRight = true; in checkFormatStringExpr() local3842 CheckLeft = false; in checkFormatStringExpr()3846 if (!CheckLeft) in checkFormatStringExpr()3863 return (CheckLeft && Left < Right) ? Left : Right; in checkFormatStringExpr()