OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:deptype
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
dump-parse-tree.cc
2044
const char *
deptype
;
local
2048
case OMP_DEPEND_IN:
deptype
= "IN"; break;
2049
case OMP_DEPEND_OUT:
deptype
= "OUT"; break;
2050
case OMP_DEPEND_INOUT:
deptype
= "INOUT"; break;
2051
case OMP_DEPEND_INOUTSET:
deptype
= "INOUTSET"; break;
2052
case OMP_DEPEND_MUTEXINOUTSET:
deptype
= "MUTEXINOUTSET"; break;
2055
fputs (
deptype
, dumpfile);
/src/external/gpl3/gcc.old/dist/gcc/fortran/
dump-parse-tree.cc
1894
const char *
deptype
;
local
1898
case OMP_DEPEND_IN:
deptype
= "IN"; break;
1899
case OMP_DEPEND_OUT:
deptype
= "OUT"; break;
1900
case OMP_DEPEND_INOUT:
deptype
= "INOUT"; break;
1901
case OMP_DEPEND_MUTEXINOUTSET:
deptype
= "MUTEXINOUTSET"; break;
1904
fputs (
deptype
, dumpfile);
/src/external/gpl3/gcc/dist/gcc/cp/
decl.cc
15609
tree
deptype
= type_is_deprecated (type);
15610
if (
deptype
)
15611
cp_handle_deprecated_or_unavailable (
deptype
);
15593
tree
deptype
= type_is_deprecated (type);
local
/src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc
14922
tree
deptype
= type_is_deprecated (type);
14923
if (
deptype
)
14924
cp_handle_deprecated_or_unavailable (
deptype
);
14906
tree
deptype
= type_is_deprecated (type);
local
Completed in 48 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026