Searched refs:file_matches (Results 1 - 8 of 8) sorted by relevance
/third_party/gn/src/gn/ |
H A D | command_outputs.cc | 89 UniqueVector<SourceFile> file_matches; in RunOutputs() local 92 &file_matches)) in RunOutputs() 96 if (target_matches.empty() && file_matches.empty()) { in RunOutputs() 107 for (const SourceFile& file : file_matches) { in RunOutputs()
|
H A D | command_ls.cc | 83 UniqueVector<SourceFile> file_matches; variable 86 &toolchain_matches, &file_matches))
|
H A D | commands.cc | 84 UniqueVector<SourceFile>* file_matches) { in ResolveStringFromCommandLineInput() 106 file_matches->push_back(current_dir.ResolveRelativeFile( in ResolveStringFromCommandLineInput() 125 file_matches->push_back(current_dir.ResolveRelativeFile( in ResolveStringFromCommandLineInput() 600 UniqueVector<SourceFile>* file_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_check.cc | 211 UniqueVector<SourceFile> file_matches; in RunCheck() local 214 &toolchain_matches, &file_matches)) in RunCheck()
|
H A D | command_refs.cc | 387 UniqueVector<SourceFile> file_matches; variable 390 &toolchain_matches, &file_matches)) 401 for (const auto& file : file_matches) {
|
H A D | commands.h | 266 // Patterns with wildcards will only match targets. The file_matches aren't 276 UniqueVector<SourceFile>* file_matches);
|
H A D | command_desc.cc | 646 UniqueVector<SourceFile> file_matches; in RunDesc() local 653 &target_matches, &config_matches, &toolchain_matches, &file_matches)) in RunDesc()
|
/third_party/elfutils/libdw/ |
H A D | dwarf_getscopevar.c | 56 file_matches (const char *lastfile, in file_matches() function 137 if (!file_matches (lastfile, match_file_len, match_file, in dwarf_getscopevar()
|
Completed in 6 milliseconds