OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:order_clause
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc
15014
tree *
order_clause
= NULL;
16264
else if (
order_clause
)
16270
order_clause
= pc;
16351
if (
order_clause
)
16353
error_at (OMP_CLAUSE_LOCATION (*
order_clause
),
16356
*
order_clause
= OMP_CLAUSE_CHAIN (*
order_clause
);
16357
order_clause
= NULL;
14973
tree *
order_clause
= NULL;
local
/src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc
14173
tree *
order_clause
= NULL;
15392
else if (
order_clause
)
15398
order_clause
= pc;
15477
if (
order_clause
)
15479
error_at (OMP_CLAUSE_LOCATION (*
order_clause
),
15482
*
order_clause
= OMP_CLAUSE_CHAIN (*
order_clause
);
15483
order_clause
= NULL;
14134
tree *
order_clause
= NULL;
local
Completed in 43 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026