OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:constructor_ts
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
array.cc
1398
static gfc_typespec
constructor_ts
;
variable
1416
constructor_ts
= expr->ts;
1422
if (gfc_compare_types (&
constructor_ts
, &expr->ts))
1426
return gfc_convert_type_warn (expr, &
constructor_ts
, 1, 1, true) ? 0 : 1;
1429
gfc_typename (&
constructor_ts
), &expr->where,
1476
constructor_ts
= e->ts;
1481
gfc_clear_ts (&
constructor_ts
);
1488
e->ts =
constructor_ts
;
1948
if (
constructor_ts
.type == BT_UNKNOWN && empty_constructor)
array.cc
1398
static gfc_typespec
constructor_ts
;
variable
1416
constructor_ts
= expr->ts;
1422
if (gfc_compare_types (&
constructor_ts
, &expr->ts))
1426
return gfc_convert_type_warn (expr, &
constructor_ts
, 1, 1, true) ? 0 : 1;
1429
gfc_typename (&
constructor_ts
), &expr->where,
1476
constructor_ts
= e->ts;
1481
gfc_clear_ts (&
constructor_ts
);
1488
e->ts =
constructor_ts
;
1948
if (
constructor_ts
.type == BT_UNKNOWN && empty_constructor)
/src/external/gpl3/gcc.old/dist/gcc/fortran/
array.cc
1385
static gfc_typespec
constructor_ts
;
variable
1403
constructor_ts
= expr->ts;
1409
if (gfc_compare_types (&
constructor_ts
, &expr->ts))
1413
return gfc_convert_type_warn (expr, &
constructor_ts
, 1, 1, true) ? 0 : 1;
1416
gfc_typename (&
constructor_ts
), &expr->where,
1463
constructor_ts
= e->ts;
1468
gfc_clear_ts (&
constructor_ts
);
1475
e->ts =
constructor_ts
;
1935
if (
constructor_ts
.type == BT_UNKNOWN && empty_constructor)
array.cc
1385
static gfc_typespec
constructor_ts
;
variable
1403
constructor_ts
= expr->ts;
1409
if (gfc_compare_types (&
constructor_ts
, &expr->ts))
1413
return gfc_convert_type_warn (expr, &
constructor_ts
, 1, 1, true) ? 0 : 1;
1416
gfc_typename (&
constructor_ts
), &expr->where,
1463
constructor_ts
= e->ts;
1468
gfc_clear_ts (&
constructor_ts
);
1475
e->ts =
constructor_ts
;
1935
if (
constructor_ts
.type == BT_UNKNOWN && empty_constructor)
Completed in 48 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026