Searched refs:subst_validator (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/tools/gn/ |
D | function_toolchain.cc | 753 bool (*subst_validator)(SubstitutionType) = NULL; in RunTool() local 756 subst_validator = &IsValidCompilerSubstitution; in RunTool() 759 subst_validator = &IsValidLinkerSubstitution; in RunTool() 762 subst_validator = &IsValidCopySubstitution; in RunTool() 765 subst_validator = &IsValidToolSubstutition; in RunTool() 771 if (!ReadPattern(&block_scope, "command", subst_validator, tool.get(), in RunTool() 774 !ReadPattern(&block_scope, "depfile", subst_validator, tool.get(), in RunTool() 777 !ReadPattern(&block_scope, "description", subst_validator, tool.get(), in RunTool() 783 !ReadPattern(&block_scope, "link_output", subst_validator, tool.get(), in RunTool() 785 !ReadPattern(&block_scope, "depend_output", subst_validator, tool.get(), in RunTool() [all …]
|