Searched refs:branch (Results 1 – 5 of 5) sorted by relevance
70 def __toString(self, branch, lastChild): argument72 s = "%s----%s (%s)\n" % (branch, self._func, self._time)74 s = "%s----%s\n" % (branch, self._func)78 branch = branch[:-1] + " "81 s += "%s" % self._children[i].__toString(branch +\84 s += "%s" % self._children[i].__toString(branch +\
2 /// Find confusingly indented code in or after an if. An if branch should5 /// part of the if branch.39 cocci.print_main("branch",p1)
2 ///Find conditions where if and else branch are functionally30 // * Both paths of the branch look the same. They're supposed to
3 /// where the unlock is missing from an if branch, and there is a lock5 /// cases where the if branch represents a case where the function is
768 my $branch = "";769 $branch = $3 if $3;770 my $output = `git ls-remote --exit-code -h "$url" $branch > /dev/null 2>&1`;