OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:non_const
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
omp-general.cc
2940
unsigned
non_const
= 0;
local
2953
non_const
|= GOMP_DIM_MASK (ix);
2960
if (
non_const
)
2964
NULL_TREE,
non_const
));
2966
if (
non_const
& GOMP_DIM_MASK (ix))
/src/external/gpl3/gcc.old/dist/gcc/
omp-general.cc
2701
unsigned
non_const
= 0;
local
2714
non_const
|= GOMP_DIM_MASK (ix);
2721
if (
non_const
)
2725
NULL_TREE,
non_const
));
2727
if (
non_const
& GOMP_DIM_MASK (ix))
/src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc
10268
bool
non_const
;
10296
non_const
= ((init.value && TREE_CODE (init.value) == CONSTRUCTOR)
10299
non_const
|= !type_expr_const;
10313
expr.value = build_compound_literal (start_loc, type, init.value,
non_const
,
10329
gcc_assert (!
non_const
);
10266
bool
non_const
;
local
/src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc
12215
bool
non_const
;
12306
non_const
= ((init.value && TREE_CODE (init.value) == CONSTRUCTOR)
12309
non_const
|= !type_expr_const;
12323
expr.value = build_compound_literal (start_loc, type, init.value,
non_const
,
12340
gcc_assert (!
non_const
);
12213
bool
non_const
;
local
Completed in 57 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026