Searched refs:TclExecCommand (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/lit/lit/
H A DTclUtil.py163 class TclExecCommand: class in inherits:
214 elif arg[:4] in TclExecCommand.kRedirectPrefixes4:
216 elif arg[:3] in TclExecCommand.kRedirectPrefixes3:
218 elif arg[:2] in TclExecCommand.kRedirectPrefixes2:
220 elif arg[:1] in TclExecCommand.kRedirectPrefixes1:
296 return TclExecCommand(list(TclLexer(str).lex())).parse()
H A DTestRunner.py287 cmds.append(TclUtil.TclExecCommand(tokens).parse_pipeline())

Completed in 201 milliseconds