OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ret_rank
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgfortran/runtime/
bounds.c
38
index_type
ret_rank
;
local
41
ret_rank
= GFC_DESCRIPTOR_RANK (retarray);
43
/*
ret_rank
should always be 1, otherwise there is an internal error */
44
GFC_ASSERT(
ret_rank
== 1);
/src/external/gpl3/gcc.old/dist/libgfortran/runtime/
bounds.c
38
index_type
ret_rank
;
local
41
ret_rank
= GFC_DESCRIPTOR_RANK (retarray);
43
/*
ret_rank
should always be 1, otherwise there is an internal error */
44
GFC_ASSERT(
ret_rank
== 1);
Completed in 14 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026