OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cont_var
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc
5349
tree
cont_var
= NULL_TREE;
local
5365
cont_var
= gfc_create_var (boolean_type_node, "contiguous");
5368
cont_var
to true unconditionally. This may look
5376
gfc_add_modify (&se->pre,
cont_var
,
5381
/*
cont_var
= is_contiguous (expr); . */
5385
gfc_add_modify (&se->pre,
cont_var
, cont_se.expr);
5421
gfc_likely (
cont_var
,
5465
/* !
cont_var
. */
5467
cont_var
,
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc
5240
tree
cont_var
= NULL_TREE;
local
5256
cont_var
= gfc_create_var (boolean_type_node, "contiguous");
5259
cont_var
to true unconditionally. This may look
5267
gfc_add_modify (&se->pre,
cont_var
,
5272
/*
cont_var
= is_contiguous (expr); . */
5276
gfc_add_modify (&se->pre,
cont_var
, cont_se.expr);
5312
gfc_likely (
cont_var
,
5356
/* !
cont_var
. */
5358
cont_var
,
Completed in 80 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026