OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_stmt_loc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c-family/
c-indentation.cc
266
location_t
next_stmt_loc
= next_tinfo.location;
local
276
if (linemap_location_from_macro_expansion_p (line_table,
next_stmt_loc
))
277
next_stmt_loc
= linemap_resolve_location (line_table,
next_stmt_loc
,
282
if (guard_loc == body_loc && body_loc ==
next_stmt_loc
)
291
&body_loc, &
next_stmt_loc
);
301
next_stmt_loc
= linemap_resolve_location (line_table,
next_stmt_loc
,
307
expanded_location next_stmt_exploc = expand_location (
next_stmt_loc
);
334
if (guard_loc == body_loc || body_loc ==
next_stmt_loc
)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-indentation.cc
263
location_t
next_stmt_loc
= next_tinfo.location;
local
273
if (linemap_location_from_macro_expansion_p (line_table,
next_stmt_loc
))
274
next_stmt_loc
= linemap_resolve_location (line_table,
next_stmt_loc
,
279
if (guard_loc == body_loc && body_loc ==
next_stmt_loc
)
288
&body_loc, &
next_stmt_loc
);
298
next_stmt_loc
= linemap_resolve_location (line_table,
next_stmt_loc
,
304
expanded_location next_stmt_exploc = expand_location (
next_stmt_loc
);
331
if (guard_loc == body_loc || body_loc ==
next_stmt_loc
)
[
all
...]
Completed in 36 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026