Home
last modified time | relevance | path

Searched refs:existing_entry (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts.cpp657 auto existing_entry = in ComputeClosureOfFacts() local
660 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()
/third_party/spirv-tools/source/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts.cpp657 auto existing_entry = in ComputeClosureOfFacts() local
660 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()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts.cpp657 auto existing_entry = in ComputeClosureOfFacts() local
660 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()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c311 struct drm_i915_gem_exec_object2 *existing_entry = in crocus_use_bo() local
314 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()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc1746 std::map<string, string>::iterator existing_entry = in ConsumeLine() local
1748 if (existing_entry != map_->end()) { in ConsumeLine()
1752 << "' (was '" << existing_entry->second << "')." << std::endl; in ConsumeLine()