Home
last modified time | relevance | path

Searched refs:parse_redirect (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/lit/lit/
DTclUtil.py184 def parse_redirect(self, tok, length): member in TclExecCommand
215 commands[-1].redirects.append(self.parse_redirect(arg, 4))
217 commands[-1].redirects.append(self.parse_redirect(arg, 3))
219 commands[-1].redirects.append(self.parse_redirect(arg, 2))
221 commands[-1].redirects.append(self.parse_redirect(arg, 1))
/external/abi-compliance-checker/
Dabi-compliance-checker.pl6250 sub parse_redirect($$$) subroutine
6673 if(my $Redirect = parse_redirect($Content, $Path, $LibVersion))