OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nondebug_stmts
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-gimplify.cc
516
int
nondebug_stmts
= 0;
local
531
if (TREE_CODE (t) != DEBUG_BEGIN_STMT &&
nondebug_stmts
< 2)
532
nondebug_stmts
++;
535
&& (
nondebug_stmts
> 1 || TREE_SIDE_EFFECTS (tsi_stmt (i))))
/src/external/gpl3/gcc/dist/gcc/c-family/
c-gimplify.cc
601
int
nondebug_stmts
= 0;
local
616
if (TREE_CODE (t) != DEBUG_BEGIN_STMT &&
nondebug_stmts
< 2)
617
nondebug_stmts
++;
620
&& (
nondebug_stmts
> 1 || TREE_SIDE_EFFECTS (tsi_stmt (i))))
Completed in 96 milliseconds
Indexes created Tue May 12 00:25:06 UTC 2026