Searched refs:empty_label (Results 1 – 1 of 1) sorted by relevance
117 Label empty_label; // VS issues spurious warning using ...[Label()]. in Load() local118 toolchain_records_[empty_label] = std::move(new_record); in Load()382 ToolchainRecordMap::iterator empty_label = toolchain_records_.find(Label()); in DidLoadBuildConfig() local383 CHECK(empty_label != toolchain_records_.end()); in DidLoadBuildConfig()387 std::move(empty_label->second); in DidLoadBuildConfig()390 toolchain_records_.erase(empty_label); in DidLoadBuildConfig()