Home | History | Annotate | Download | only in Checkers

Lines Matching full:ignorecase

86                         bool isBounded = false, bool ignoreCase = false) const;
1494 evalStrcmpCommon(C, CE, /* isBounded = */ false, /* ignoreCase = */ false);
1499 evalStrcmpCommon(C, CE, /* isBounded = */ true, /* ignoreCase = */ false);
1505 evalStrcmpCommon(C, CE, /* isBounded = */ false, /* ignoreCase = */ true);
1511 evalStrcmpCommon(C, CE, /* isBounded = */ true, /* ignoreCase = */ true);
1515 bool isBounded, bool ignoreCase) const {
1611 if (ignoreCase) {