OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hidden_typelist
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.cc
3131
vec<tree, va_gc> *
hidden_typelist
= NULL;
3249
vec_safe_push (
hidden_typelist
, type);
3271
vec_safe_push (
hidden_typelist
, pvoid_type_node); /* caf_token. */
3272
vec_safe_push (
hidden_typelist
, gfc_array_index_type); /* caf_offset. */
3277
vec_safe_reserve (typelist, vec_safe_length (
hidden_typelist
));
3278
vec_safe_splice (typelist,
hidden_typelist
);
3118
vec<tree, va_gc> *
hidden_typelist
= NULL;
local
trans-decl.cc
2546
tree typelist,
hidden_typelist
, optval_typelist;
local
2654
hidden_typelist
= typelist;
2657
hidden_typelist
= TREE_CHAIN (
hidden_typelist
);
2659
/* Advance
hidden_typelist
over optional+value argument presence flags. */
2660
optval_typelist =
hidden_typelist
;
2665
hidden_typelist
= TREE_CHAIN (
hidden_typelist
);
2680
tree len_type = TREE_VALUE (
hidden_typelist
);
2728
hidden_typelist
= TREE_CHAIN (hidden_typelist)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-decl.cc
2511
tree typelist,
hidden_typelist
;
local
2618
hidden_typelist
= typelist;
2621
hidden_typelist
= TREE_CHAIN (
hidden_typelist
);
2636
tree len_type = TREE_VALUE (
hidden_typelist
);
2684
hidden_typelist
= TREE_CHAIN (
hidden_typelist
);
2723
hidden_typelist
= TREE_CHAIN (
hidden_typelist
);
2833
hidden_typelist
= TREE_CHAIN (hidden_typelist)
[
all
...]
Completed in 45 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026