OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ods
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
dsl_dataset.c
2029
dsl_dataset_t *
ods
;
local
2033
FTAG, &
ods
));
2034
dsl_dataset_name(
ods
, stat->dds_origin);
2035
dsl_dataset_rele(
ods
, FTAG);
/src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc
6930
tree
ods
= lookup_attribute ("omp declare simd", DECL_ATTRIBUTES (x));
6931
if (!
ods
|| !TREE_VALUE (
ods
))
6933
for (tree c = TREE_VALUE (TREE_VALUE (
ods
)); c; c = OMP_CLAUSE_CHAIN (c))
6929
tree
ods
= lookup_attribute ("omp declare simd", DECL_ATTRIBUTES (x));
local
decl.cc
10959
tree
ods
= lookup_attribute ("omp declare simd", *attrlist);
10960
if (
ods
)
10963
for (attr =
ods
; attr;
10944
tree
ods
= lookup_attribute ("omp declare simd", *attrlist);
local
/src/external/gpl3/gcc/dist/gcc/fortran/
openmp.cc
244
gfc_free_omp_declare_simd (gfc_omp_declare_simd *
ods
)
246
if (
ods
)
248
gfc_free_omp_clauses (
ods
->clauses);
249
free (
ods
);
5049
gfc_omp_declare_simd *
ods
;
local
5073
ods
= gfc_get_omp_declare_simd ();
5074
ods
->where = where;
5075
ods
->proc_name = proc_name;
5076
ods
->clauses = c;
5077
ods
->next = gfc_current_ns->omp_declare_simd
11702
gfc_omp_declare_simd *
ods
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc
6507
tree
ods
= lookup_attribute ("omp declare simd", DECL_ATTRIBUTES (x));
6508
if (!
ods
|| !TREE_VALUE (
ods
))
6510
for (tree c = TREE_VALUE (TREE_VALUE (
ods
)); c; c = OMP_CLAUSE_CHAIN (c))
6506
tree
ods
= lookup_attribute ("omp declare simd", DECL_ATTRIBUTES (x));
local
decl.cc
10480
tree
ods
= lookup_attribute ("omp declare simd", *attrlist);
10481
if (
ods
)
10484
for (attr =
ods
; attr;
10465
tree
ods
= lookup_attribute ("omp declare simd", *attrlist);
local
/src/external/gpl3/gcc.old/dist/gcc/fortran/
openmp.cc
152
gfc_free_omp_declare_simd (gfc_omp_declare_simd *
ods
)
154
if (
ods
)
156
gfc_free_omp_clauses (
ods
->clauses);
157
free (
ods
);
4027
gfc_omp_declare_simd *
ods
;
local
4051
ods
= gfc_get_omp_declare_simd ();
4052
ods
->where = where;
4053
ods
->proc_name = proc_name;
4054
ods
->clauses = c;
4055
ods
->next = gfc_current_ns->omp_declare_simd
9296
gfc_omp_declare_simd *
ods
;
local
[
all
...]
Completed in 76 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026