OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computed_goto
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-cfg.cc
734
if
COMPUTED_GOTO
is false, otherwise factor the computed gotos. */
738
auto_vec<basic_block> *bbs, bool
computed_goto
)
740
basic_block *dispatcher = dispatcher_bbs + (
computed_goto
? 1 : 0);
776
if (
computed_goto
)
/src/external/gpl3/gcc.old/dist/gcc/
tree-cfg.cc
731
if
COMPUTED_GOTO
is false, otherwise factor the computed gotos. */
735
auto_vec<basic_block> *bbs, bool
computed_goto
)
737
basic_block *dispatcher = dispatcher_bbs + (
computed_goto
? 1 : 0);
773
if (
computed_goto
)
/src/external/gpl3/gcc/dist/gcc/cp/
decl.cc
186
vec<tree,va_gc> *
computed_goto
;
variable
576
if (auto &cg = use->
computed_goto
)
3859
&use->o_goto_locus, use->
computed_goto
);
3892
new_use->
computed_goto
= computed ? make_tree_vector () : nullptr;
Completed in 39 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026