Searched refs:CheckLeft (Results 1 – 2 of 2) 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()
7101 bool CheckLeft = true, CheckRight = true; in checkFormatStringExpr() local7109 CheckLeft = false; in checkFormatStringExpr()7117 if (!CheckLeft) in checkFormatStringExpr()7135 return (CheckLeft && Left < Right) ? Left : Right; in checkFormatStringExpr()