OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastslice
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
openmp.cc
8423
gfc_ref *lastref = NULL, *
lastslice
= NULL;
local
8443
lastslice
= ref;
8460
&& !(
lastslice
8461
&& (
lastslice
->next
8462
||
lastslice
->type != REF_ARRAY)))
8487
if (!
lastslice
8492
else if (!
lastslice
8504
|| (
lastslice
8505
&& (
lastslice
->next
8506
||
lastslice
->type != REF_ARRAY))
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/fortran/
openmp.cc
6919
gfc_ref *lastref = NULL, *
lastslice
= NULL;
local
6939
lastslice
= ref;
6956
&& !(
lastslice
6957
&& (
lastslice
->next
6958
||
lastslice
->type != REF_ARRAY)))
6967
if (!
lastslice
6972
else if (!
lastslice
6984
|| (
lastslice
6985
&& (
lastslice
->next
6986
||
lastslice
->type != REF_ARRAY))
[
all
...]
Completed in 118 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026