OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_openmp
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
scanner.cc
1457
int
is_openmp
= 0;
local
1461
is_openmp
= 1;
1465
gfc_error_now (
is_openmp
1565
int
is_openmp
= 0;
local
1570
is_openmp
= 1;
1574
gfc_error_now (
is_openmp
openmp.cc
9888
bool
is_openmp
;
member in struct:fortran_omp_context
10023
ctx.
is_openmp
= true;
10140
if (!omp_current_ctx->
is_openmp
&& !oacc_is_loop (omp_current_ctx->code))
11216
if (omp_current_ctx != NULL && omp_current_ctx->
is_openmp
)
11229
if (omp_current_ctx != NULL && !omp_current_ctx->
is_openmp
)
11370
ctx.
is_openmp
= false;
/src/external/gpl3/gcc.old/dist/gcc/fortran/
scanner.cc
1453
int
is_openmp
= 0;
local
1457
is_openmp
= 1;
1461
gfc_error_now (
is_openmp
1561
int
is_openmp
= 0;
local
1566
is_openmp
= 1;
1570
gfc_error_now (
is_openmp
openmp.cc
8233
bool
is_openmp
;
member in struct:fortran_omp_context
8303
ctx.
is_openmp
= true;
8417
if (!omp_current_ctx->
is_openmp
&& !oacc_is_loop (omp_current_ctx->code))
8853
if (omp_current_ctx != NULL && omp_current_ctx->
is_openmp
)
8866
if (omp_current_ctx != NULL && !omp_current_ctx->
is_openmp
)
9007
ctx.
is_openmp
= false;
Completed in 35 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026