Home | History | Annotate | Download | only in Sema

Lines Matching full:istrue

6559   bool IsTrue = true;
6630 IsTrue = op == BO_NE;
6635 IsTrue = !PositiveConstant;
6637 IsTrue = PositiveConstant;
6640 IsTrue = !PositiveConstant;
6642 IsTrue = PositiveConstant;
6716 IsTrue = false;
6718 IsTrue = true;
6741 << OtherT << (OtherIsBooleanType && !OtherT->isBooleanType()) << IsTrue