OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:caf_type
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans.cc
1431
tree
caf_type
, caf_decl = pointer;
local
1433
caf_type
= TREE_TYPE (caf_decl);
1435
if (GFC_DESCRIPTOR_TYPE_P (
caf_type
))
1442
gcc_assert (GFC_ARRAY_TYPE_P (
caf_type
)
1443
&& GFC_TYPE_ARRAY_CAF_TOKEN (
caf_type
)
1445
token = GFC_TYPE_ARRAY_CAF_TOKEN (
caf_type
);
trans-decl.cc
2797
tree
caf_type
;
local
2803
caf_type
= f->sym->ts.type == BT_CLASS
2824
gcc_assert (GFC_TYPE_ARRAY_CAF_TOKEN (
caf_type
) == NULL_TREE);
2825
GFC_TYPE_ARRAY_CAF_TOKEN (
caf_type
) = token;
2851
gcc_assert (GFC_TYPE_ARRAY_CAF_OFFSET (
caf_type
) == NULL_TREE);
2852
GFC_TYPE_ARRAY_CAF_OFFSET (
caf_type
) = offset;
trans-expr.cc
7358
tree caf_decl,
caf_type
;
local
7362
caf_type
= TREE_TYPE (caf_decl);
7364
if (GFC_DESCRIPTOR_TYPE_P (
caf_type
)
7365
&& (GFC_TYPE_ARRAY_AKIND (
caf_type
) == GFC_ARRAY_ALLOCATABLE
7366
|| GFC_TYPE_ARRAY_AKIND (
caf_type
) == GFC_ARRAY_POINTER))
7373
gcc_assert (GFC_ARRAY_TYPE_P (
caf_type
)
7374
&& GFC_TYPE_ARRAY_CAF_TOKEN (
caf_type
) != NULL_TREE);
7375
tmp = GFC_TYPE_ARRAY_CAF_TOKEN (
caf_type
);
7380
if (GFC_DESCRIPTOR_TYPE_P (
caf_type
)
7381
&& GFC_TYPE_ARRAY_AKIND (
caf_type
) == GFC_ARRAY_ALLOCATABLE
[
all
...]
/src/external/gpl3/gcc/dist/gcc/fortran/
trans.cc
1817
tree
caf_type
, caf_decl = pointer;
local
1819
caf_type
= TREE_TYPE (caf_decl);
1821
if (GFC_DESCRIPTOR_TYPE_P (
caf_type
))
1828
gcc_assert (GFC_ARRAY_TYPE_P (
caf_type
)
1829
&& GFC_TYPE_ARRAY_CAF_TOKEN (
caf_type
)
1831
token = GFC_TYPE_ARRAY_CAF_TOKEN (
caf_type
);
trans-decl.cc
2842
tree
caf_type
;
local
2848
caf_type
= f->sym->ts.type == BT_CLASS
2869
gcc_assert (GFC_TYPE_ARRAY_CAF_TOKEN (
caf_type
) == NULL_TREE);
2870
GFC_TYPE_ARRAY_CAF_TOKEN (
caf_type
) = token;
2896
gcc_assert (GFC_TYPE_ARRAY_CAF_OFFSET (
caf_type
) == NULL_TREE);
2897
GFC_TYPE_ARRAY_CAF_OFFSET (
caf_type
) = offset;
trans-expr.cc
7829
tree caf_decl,
caf_type
;
local
7833
caf_type
= TREE_TYPE (caf_decl);
7835
if (GFC_DESCRIPTOR_TYPE_P (
caf_type
)
7836
&& (GFC_TYPE_ARRAY_AKIND (
caf_type
) == GFC_ARRAY_ALLOCATABLE
7837
|| GFC_TYPE_ARRAY_AKIND (
caf_type
) == GFC_ARRAY_POINTER))
7844
gcc_assert (GFC_ARRAY_TYPE_P (
caf_type
)
7845
&& GFC_TYPE_ARRAY_CAF_TOKEN (
caf_type
) != NULL_TREE);
7846
tmp = GFC_TYPE_ARRAY_CAF_TOKEN (
caf_type
);
7851
if (GFC_DESCRIPTOR_TYPE_P (
caf_type
)
7852
&& GFC_TYPE_ARRAY_AKIND (
caf_type
) == GFC_ARRAY_ALLOCATABLE
[
all
...]
Completed in 48 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026