OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:adecl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gimplify.cc
11325
tree
adecl
= OMP_CLAUSE_DECL (alloc_node);
11327
if ((TREE_CODE (
adecl
) == INDIRECT_REF
11328
|| (TREE_CODE (
adecl
) == MEM_REF
11329
&& integer_zerop (TREE_OPERAND (
adecl
, 1))))
11330
&& (TREE_CODE (TREE_TYPE (TREE_OPERAND (
adecl
, 0)))
11333
(TREE_OPERAND (
adecl
, 0)))) == POINTER_TYPE))
11334
OMP_CLAUSE_DECL (alloc_node) = TREE_OPERAND (
adecl
, 0);
11322
tree
adecl
= OMP_CLAUSE_DECL (alloc_node);
local
gimplify.cc
11325
tree
adecl
= OMP_CLAUSE_DECL (alloc_node);
11327
if ((TREE_CODE (
adecl
) == INDIRECT_REF
11328
|| (TREE_CODE (
adecl
) == MEM_REF
11329
&& integer_zerop (TREE_OPERAND (
adecl
, 1))))
11330
&& (TREE_CODE (TREE_TYPE (TREE_OPERAND (
adecl
, 0)))
11333
(TREE_OPERAND (
adecl
, 0)))) == POINTER_TYPE))
11334
OMP_CLAUSE_DECL (alloc_node) = TREE_OPERAND (
adecl
, 0);
11322
tree
adecl
= OMP_CLAUSE_DECL (alloc_node);
local
Completed in 109 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026