Lines Matching defs:hit
2053 bool checkConflicts{true}; // until we hit one
4447 std::vector<const Symbol *> hit;
4467 hit.push_back(symbol);
4484 hit.push_back(binding);
4492 if (hit.size() > 1) {
4495 hit.size(), ToUpperCase(opr))}) {
4496 for (const Symbol *symbol : hit) {
4524 std::vector<const char *> hit;
4532 hit.push_back(oprs[i]);
4537 if (hit.empty()) { // for the error
4539 } else if (hit.size() > 1) {
4542 hit.size(), ToUpperCase(hit[0]), ToUpperCase(hit[1]));
4543 } else { // one hit; preserve errors