OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:c_level
(Results
1 - 4
of
4
) sorted by relevancy
/src/include/protocols/
dumprestore.h
110
int32_t
c_level
; /* level of this dump */
member in struct:u_spcl::s_spcl
dumprestore.h
110
int32_t
c_level
; /* level of this dump */
member in struct:u_spcl::s_spcl
/src/external/gpl3/gcc.old/dist/gcc/
omp-general.cc
2743
tree
c_level
= NULL_TREE;
local
2753
if (
c_level
== NULL_TREE)
2754
c_level
= c;
2755
else if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_CODE (
c_level
))
2768
inform (OMP_CLAUSE_LOCATION (
c_level
),
2770
omp_clause_code_name[OMP_CLAUSE_CODE (
c_level
)]);
2784
if (
c_level
== NULL_TREE)
2787
c_level
= build_omp_clause (loc, OMP_CLAUSE_SEQ);
2788
OMP_CLAUSE_CHAIN (
c_level
) = *clauses;
2789
*clauses =
c_level
;
[
all
...]
omp-general.cc
2743
tree
c_level
= NULL_TREE;
local
2753
if (
c_level
== NULL_TREE)
2754
c_level
= c;
2755
else if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_CODE (
c_level
))
2768
inform (OMP_CLAUSE_LOCATION (
c_level
),
2770
omp_clause_code_name[OMP_CLAUSE_CODE (
c_level
)]);
2784
if (
c_level
== NULL_TREE)
2787
c_level
= build_omp_clause (loc, OMP_CLAUSE_SEQ);
2788
OMP_CLAUSE_CHAIN (
c_level
) = *clauses;
2789
*clauses =
c_level
;
[
all
...]
Completed in 47 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026