Searched refs:target_matches (Results 1 - 7 of 7) sorted by relevance
/third_party/gn/src/gn/ |
H A D | command_outputs.cc | 86 UniqueVector<const Target*> target_matches; in RunOutputs() local 90 if (!ResolveFromCommandLineInput(setup, inputs, false, &target_matches, in RunOutputs() 96 if (target_matches.empty() && file_matches.empty()) { in RunOutputs() 122 target_matches.push_back(pair.first); in RunOutputs() 135 for (const Target* target : target_matches) { in RunOutputs()
|
H A D | command_ls.cc | 80 UniqueVector<const Target*> target_matches; variable 85 &target_matches, &config_matches, 88 matches.insert(matches.begin(), target_matches.begin(), 89 target_matches.end());
|
H A D | command_check.cc | 208 UniqueVector<const Target*> target_matches; in RunCheck() local 213 &target_matches, &config_matches, in RunCheck() 217 if (target_matches.size() == 0) { in RunCheck() 221 targets_to_check.insert(targets_to_check.begin(), target_matches.begin(), in RunCheck() 222 target_matches.end()); in RunCheck()
|
H A D | command_refs.cc | 384 UniqueVector<const Target*> target_matches; variable 389 &target_matches, &config_matches, 395 // target_matches, however, since these targets should actually be listed in 423 target_matches.empty()) { 435 cnt = DoTreeOutput(dep_map, target_matches, explicit_target_matches, all); 437 cnt = DoAllListOutput(dep_map, target_matches, explicit_target_matches); 439 cnt = DoDirectListOutput(dep_map, target_matches, explicit_target_matches);
|
H A D | command_desc.cc | 643 UniqueVector<const Target*> target_matches; in RunDesc() 653 &target_matches, &config_matches, &toolchain_matches, &file_matches)) in RunDesc() 662 if (target_matches.empty() && config_matches.empty()) { in RunDesc() 672 if (!target_matches.empty()) { in RunDesc() 673 for (const auto* target : target_matches) { in RunDesc() 694 bool multiple_outputs = (target_matches.size() + config_matches.size()) > 1; in RunDesc() 698 for (const Target* target : target_matches) { in RunDesc()
|
H A D | commands.cc | 81 UniqueVector<const Target*>* target_matches, in ResolveStringFromCommandLineInput() 94 target_matches->push_back(target); in ResolveStringFromCommandLineInput() 120 target_matches->push_back(as_target); in ResolveStringFromCommandLineInput() 597 UniqueVector<const Target*>* target_matches, in ResolveFromCommandLineInput() 611 setup, cur_dir, cur, default_toolchain_only, target_matches, in ResolveFromCommandLineInput() 76 ResolveStringFromCommandLineInput( Setup* setup, const SourceDir& current_dir, const std::string& input, bool default_toolchain_only, UniqueVector<const Target*>* target_matches, UniqueVector<const Config*>* config_matches, UniqueVector<const Toolchain*>* toolchain_matches, UniqueVector<SourceFile>* file_matches) ResolveStringFromCommandLineInput() argument 593 ResolveFromCommandLineInput( Setup* setup, const std::vector<std::string>& input, bool default_toolchain_only, UniqueVector<const Target*>* target_matches, UniqueVector<const Config*>* config_matches, UniqueVector<const Toolchain*>* toolchain_matches, UniqueVector<SourceFile>* file_matches) ResolveFromCommandLineInput() argument
|
H A D | commands.h | 273 UniqueVector<const Target*>* target_matches,
|
Completed in 8 milliseconds