Searched refs:file_matches (Results 1 – 9 of 9) sorted by relevance
/third_party/gn/src/gn/ |
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()
|
D | command_ls.cc | 83 UniqueVector<SourceFile> file_matches; local 86 &toolchain_matches, &file_matches))
|
D | commands.cc | 79 UniqueVector<SourceFile>* file_matches) { in ResolveStringFromCommandLineInput() argument 101 file_matches->push_back(current_dir.ResolveRelativeFile( in ResolveStringFromCommandLineInput() 120 file_matches->push_back(current_dir.ResolveRelativeFile( in ResolveStringFromCommandLineInput() 523 UniqueVector<SourceFile>* file_matches) { in ResolveFromCommandLineInput() argument 535 config_matches, toolchain_matches, file_matches)) in ResolveFromCommandLineInput()
|
D | command_refs.cc | 387 UniqueVector<SourceFile> file_matches; local 390 &toolchain_matches, &file_matches)) 401 for (const auto& file : file_matches) {
|
D | command_check.cc | 211 UniqueVector<SourceFile> file_matches; in RunCheck() local 214 &toolchain_matches, &file_matches)) in RunCheck()
|
D | commands.h | 265 UniqueVector<SourceFile>* file_matches);
|
D | command_desc.cc | 642 UniqueVector<SourceFile> file_matches; in RunDesc() local 649 &target_matches, &config_matches, &toolchain_matches, &file_matches)) in RunDesc()
|
/third_party/elfutils/libdw/ |
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()
|
D | ChangeLog | 1285 function 'file_matches' to file scope.
|