Searched refs:subst_output_validator (Results 1 – 1 of 1) sorted by relevance
754 bool (*subst_output_validator)(SubstitutionType) = NULL; in RunTool() local757 subst_output_validator = &IsValidCompilerOutputsSubstitution; in RunTool()760 subst_output_validator = &IsValidLinkerOutputsSubstitution; in RunTool()763 subst_output_validator = &IsValidCopySubstitution; in RunTool()766 subst_output_validator = &IsValidToolSubstutition; in RunTool()800 if (!ReadOutputs(&block_scope, function, subst_output_validator, in RunTool()