OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dtor_if
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
coroutines.cc
5401
tree
dtor_if
= begin_if_stmt ();
local
5402
finish_if_stmt_cond (parm_i->guard_var,
dtor_if
);
5404
finish_then_clause (
dtor_if
);
5405
tree parm_d_if_scope = IF_SCOPE (
dtor_if
);
5406
IF_SCOPE (
dtor_if
) = NULL;
5407
dtor_if
= do_poplevel (parm_d_if_scope);
5408
add_stmt (
dtor_if
);
/src/external/gpl3/gcc.old/dist/gcc/cp/
coroutines.cc
5182
tree
dtor_if
= begin_if_stmt ();
local
5183
finish_if_stmt_cond (parm_i->guard_var,
dtor_if
);
5185
finish_then_clause (
dtor_if
);
5186
tree parm_d_if_scope = IF_SCOPE (
dtor_if
);
5187
IF_SCOPE (
dtor_if
) = NULL;
5188
dtor_if
= do_poplevel (parm_d_if_scope);
5189
add_stmt (
dtor_if
);
Completed in 59 milliseconds
Indexes created Fri May 01 00:23:41 UTC 2026