Searched refs:existing_entry (Results 1 – 5 of 5) sorted by relevance
657 auto existing_entry = in ComputeClosureOfFacts() local660 if (existing_entry == candidate_composite_synonyms.end()) { in ComputeClosureOfFacts()671 existing_entry = in ComputeClosureOfFacts()677 existing_entry->second[common_final_index] = true; in ComputeClosureOfFacts()679 assert(existing_entry != candidate_composite_synonyms.end()); in ComputeClosureOfFacts()685 if (!existing_entry->second[i]) { in ComputeClosureOfFacts()
311 struct drm_i915_gem_exec_object2 *existing_entry = in crocus_use_bo() local314 if (existing_entry) { in crocus_use_bo()317 existing_entry->flags |= EXEC_OBJECT_WRITE; in crocus_use_bo()318 return existing_entry; in crocus_use_bo()
1746 std::map<string, string>::iterator existing_entry = in ConsumeLine() local1748 if (existing_entry != map_->end()) { in ConsumeLine()1752 << "' (was '" << existing_entry->second << "')." << std::endl; in ConsumeLine()