OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:switch_ranges
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc
1195
vec<const char *, va_gc> **
switch_ranges
;
1216
switch_ranges
= &switch_text_ranges;
1221
switch_ranges
= &switch_cold_ranges;
1226
if (*
switch_ranges
&& !(vec_safe_length (*
switch_ranges
) & 1))
1227
vec_safe_push (*
switch_ranges
, *last_end_label);
1233
if (!*
switch_ranges
)
1234
vec_alloc (*
switch_ranges
, 16);
1235
else if (vec_safe_length (*
switch_ranges
) & 1)
1236
vec_safe_push (*
switch_ranges
, begin_label)
1193
vec<const char *, va_gc> **
switch_ranges
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc
1197
vec<const char *, va_gc> **
switch_ranges
;
1218
switch_ranges
= &switch_text_ranges;
1223
switch_ranges
= &switch_cold_ranges;
1228
if (*
switch_ranges
&& !(vec_safe_length (*
switch_ranges
) & 1))
1229
vec_safe_push (*
switch_ranges
, *last_end_label);
1235
if (!*
switch_ranges
)
1236
vec_alloc (*
switch_ranges
, 16);
1237
else if (vec_safe_length (*
switch_ranges
) & 1)
1238
vec_safe_push (*
switch_ranges
, begin_label)
1195
vec<const char *, va_gc> **
switch_ranges
;
local
[
all
...]
Completed in 93 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026