OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:omp_directives
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-omp.cc
3089
static const struct c_omp_directive
omp_directives
[] = {
variable in typeref:struct:c_omp_directive
3216
const size_t n_omp_directives = ARRAY_SIZE (
omp_directives
);
3219
if ((unsigned char)
omp_directives
[i].first[0]
3222
if ((unsigned char)
omp_directives
[i].first[0]
3225
if (strcmp (
omp_directives
[i].first, first))
3227
if (!
omp_directives
[i].second)
3228
return &
omp_directives
[i];
3229
if (!second || strcmp (
omp_directives
[i].second, second))
3231
if (!
omp_directives
[i].third)
3232
return &
omp_directives
[i]
[
all
...]
c-omp.cc
3089
static const struct c_omp_directive
omp_directives
[] = {
variable in typeref:struct:c_omp_directive
3216
const size_t n_omp_directives = ARRAY_SIZE (
omp_directives
);
3219
if ((unsigned char)
omp_directives
[i].first[0]
3222
if ((unsigned char)
omp_directives
[i].first[0]
3225
if (strcmp (
omp_directives
[i].first, first))
3227
if (!
omp_directives
[i].second)
3228
return &
omp_directives
[i];
3229
if (!second || strcmp (
omp_directives
[i].second, second))
3231
if (!
omp_directives
[i].third)
3232
return &
omp_directives
[i]
[
all
...]
Completed in 37 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026