OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zero_cond
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc
11305
tree
zero_cond
;
local
11327
zero_cond
= fold_build2_loc (input_location, EQ_EXPR,
11330
zero_cond
= gfc_evaluate_now (
zero_cond
, &se->post);
11367
/* '
zero_cond
' being true is equal to lhs not being allocated or the
11370
zero_cond
, not_same_shape);
11371
gfc_add_modify (&shape_block,
zero_cond
, tmp);
11373
tmp = build3_v (COND_EXPR,
zero_cond
,
11387
gfc_array_index_type,
zero_cond
,
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc
10749
tree
zero_cond
;
local
10771
zero_cond
= fold_build2_loc (input_location, EQ_EXPR,
10774
zero_cond
= gfc_evaluate_now (
zero_cond
, &se->post);
10811
/* '
zero_cond
' being true is equal to lhs not being allocated or the
10814
zero_cond
, not_same_shape);
10815
gfc_add_modify (&shape_block,
zero_cond
, tmp);
10817
tmp = build3_v (COND_EXPR,
zero_cond
,
10831
gfc_array_index_type,
zero_cond
,
Completed in 38 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026