Searched refs:FindTool (Results 1 – 2 of 2) sorted by relevance
10 class FindTool(object): class82 self.command = command if command is not None else FindTool(key)115 if isinstance(self.command, FindTool):
10 from lit.llvm.subst import FindTool392 ToolSubst(r'\| \bcount\b', command=FindTool('count'),394 ToolSubst(r'\| \bnot\b', command=FindTool('not'),