OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:diff_lines
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/contrib/legacy/
mklog.pl
150
chomp (my @
diff_lines
= <DFILE>);
153
# Array
diff_lines
is modified by the log generation, so save a copy in
156
@orig_diff_lines = @
diff_lines
;
166
foreach (@
diff_lines
) {
248
if (is_unified_hunk_start ($
diff_lines
[$line_idx])) {
251
elsif (is_context_hunk_start ($
diff_lines
[$line_idx])) {
294
while ($idx <= $#
diff_lines
&& $is_context_diff
295
&& $
diff_lines
[$idx + 1] =~ /^[-\*]{3} [0-9]/) {
302
$no_real_change = $idx > $#
diff_lines
303
|| is_top_level ($
diff_lines
[$idx], $is_context_diff)
[
all
...]
/src/external/gpl3/gcc.old/dist/contrib/legacy/
mklog.pl
150
chomp (my @
diff_lines
= <DFILE>);
153
# Array
diff_lines
is modified by the log generation, so save a copy in
156
@orig_diff_lines = @
diff_lines
;
166
foreach (@
diff_lines
) {
248
if (is_unified_hunk_start ($
diff_lines
[$line_idx])) {
251
elsif (is_context_hunk_start ($
diff_lines
[$line_idx])) {
294
while ($idx <= $#
diff_lines
&& $is_context_diff
295
&& $
diff_lines
[$idx + 1] =~ /^[-\*]{3} [0-9]/) {
302
$no_real_change = $idx > $#
diff_lines
303
|| is_top_level ($
diff_lines
[$idx], $is_context_diff)
[
all
...]
/src/external/apache2/llvm/dist/clang/utils/analyzer/
exploded-graph-rewriter.py
233
def
diff_lines
(self, prev):
member in class:CheckerLines
239
return len(self.
diff_lines
(prev)) > 0
750
for l in m.items[chk].
diff_lines
(prev_m.items[chk]):
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026