Lines Matching full:istrue
4810 bool IsTrue = true;4812 IsTrue = op == BO_NE;4817 IsTrue = !PositiveConstant;4819 IsTrue = PositiveConstant;4822 IsTrue = !PositiveConstant;4824 IsTrue = PositiveConstant;4841 << OS.str() << OtherT << IsTrue