Home | History | Annotate | Download | only in Checkers

Lines Matching full:ignorecase

117                         bool ignoreCase = false) const;
1743 evalStrcmpCommon(C, CE, /* isBounded = */ false, /* ignoreCase = */ false);
1751 evalStrcmpCommon(C, CE, /* isBounded = */ true, /* ignoreCase = */ false);
1760 evalStrcmpCommon(C, CE, /* isBounded = */ false, /* ignoreCase = */ true);
1769 evalStrcmpCommon(C, CE, /* isBounded = */ true, /* ignoreCase = */ true);
1773 bool isBounded, bool ignoreCase) const {
1871 if (ignoreCase) {