OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_clause
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
omp-oacc-kernels-decompose.cc
845
tree
new_clause
= build_omp_clause (loc, OMP_CLAUSE_MAP);
local
846
OMP_CLAUSE_SET_MAP_KIND (
new_clause
, GOMP_MAP_ALLOC);
847
OMP_CLAUSE_DECL (
new_clause
) = v;
848
OMP_CLAUSE_SIZE (
new_clause
) = DECL_SIZE_UNIT (v);
849
OMP_CLAUSE_CHAIN (
new_clause
) = inner_data_clauses;
850
inner_data_clauses =
new_clause
;
858
OMP_CLAUSE_MAP_DECL_MAKE_ADDRESSABLE (
new_clause
) = 1;
1465
tree
new_clause
= build_omp_clause (OMP_CLAUSE_LOCATION (c),
local
1467
OMP_CLAUSE_SET_MAP_KIND (
new_clause
, map_kind);
1470
OMP_CLAUSE_DECL (
new_clause
) = unshare_expr (decl)
1530
tree
new_clause
= unshare_expr (c);
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
omp-oacc-kernels-decompose.cc
844
tree
new_clause
= build_omp_clause (loc, OMP_CLAUSE_MAP);
local
845
OMP_CLAUSE_SET_MAP_KIND (
new_clause
, GOMP_MAP_ALLOC);
846
OMP_CLAUSE_DECL (
new_clause
) = v;
847
OMP_CLAUSE_SIZE (
new_clause
) = DECL_SIZE_UNIT (v);
848
OMP_CLAUSE_CHAIN (
new_clause
) = inner_data_clauses;
849
inner_data_clauses =
new_clause
;
857
OMP_CLAUSE_MAP_DECL_MAKE_ADDRESSABLE (
new_clause
) = 1;
1464
tree
new_clause
= build_omp_clause (OMP_CLAUSE_LOCATION (c),
local
1466
OMP_CLAUSE_SET_MAP_KIND (
new_clause
, map_kind);
1469
OMP_CLAUSE_DECL (
new_clause
) = unshare_expr (decl)
[
all
...]
Completed in 17 milliseconds
Indexes created Sun Mar 22 00:23:16 UTC 2026