Searched refs:toolchain_matches (Results 1 - 7 of 7) sorted by relevance
/third_party/gn/src/gn/ |
H A D | command_outputs.cc | 88 UniqueVector<const Toolchain*> toolchain_matches; in RunOutputs() local 91 &config_matches, &toolchain_matches, in RunOutputs()
|
H A D | command_ls.cc | 82 UniqueVector<const Toolchain*> toolchain_matches; variable 86 &toolchain_matches, &file_matches))
|
H A D | command_check.cc | 210 UniqueVector<const Toolchain*> toolchain_matches; in RunCheck() local 214 &toolchain_matches, &file_matches)) in RunCheck()
|
H A D | commands.cc | 83 UniqueVector<const Toolchain*>* toolchain_matches, in ResolveStringFromCommandLineInput() 122 toolchain_matches->push_back(as_toolchain); in ResolveStringFromCommandLineInput() 599 UniqueVector<const Toolchain*>* toolchain_matches, in ResolveFromCommandLineInput() 612 config_matches, toolchain_matches, file_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 | command_refs.cc | 386 UniqueVector<const Toolchain*> toolchain_matches; variable 390 &toolchain_matches, &file_matches))
|
H A D | commands.h | 275 UniqueVector<const Toolchain*>* toolchain_matches,
|
H A D | command_desc.cc | 645 UniqueVector<const Toolchain*> toolchain_matches; in RunDesc() local 653 &target_matches, &config_matches, &toolchain_matches, &file_matches)) in RunDesc()
|
Completed in 5 milliseconds