Searched refs:ctool (Results 1 – 1 of 1) sorted by relevance
983 if (const CTool* ctool = tool->AsC()) { in FillOutputFiles() local984 if (ctool->link_output().empty() && ctool->depend_output().empty()) { in FillOutputFiles()991 if (!ctool->link_output().empty()) { in FillOutputFiles()994 this, tool, ctool->link_output()); in FillOutputFiles()996 if (!ctool->depend_output().empty()) { in FillOutputFiles()999 this, tool, ctool->depend_output()); in FillOutputFiles()