OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nohost
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
omp-simd-clone.cc
193
/* Check whether the function is restricted host/
nohost
via the
201
tree
nohost
= lookup_attribute ("omp declare target
nohost
",
local
204
if (host && !
nohost
)
207
if (
nohost
&& !host)
/src/external/gpl3/gcc/dist/gcc/fortran/
openmp.cc
2582
else if (gfc_match ("
nohost
") == MATCH_YES)
2588
gfc_error ("Expected HOST,
NOHOST
or ANY at %C");
3228
&& (m = gfc_match_dupl_check (!c->
nohost
, "
nohost
")) != MATCH_NO)
3232
c->
nohost
= needs_space = true;
4260
bool
nohost
;
local
4337
nohost
= c ? c->
nohost
: false;
4350
/* ..., and no '
nohost
' clause. */
4351
if (
nohost
)
[
all
...]
gfortran.h
1619
unsigned
nohost
:1;
member in struct:gfc_omp_clauses
/src/external/gpl3/gcc.old/dist/gcc/fortran/
openmp.cc
2020
else if (gfc_match ("
nohost
") == MATCH_YES)
2026
gfc_error ("Expected HOST,
NOHOST
or ANY at %C");
2443
&& (m = gfc_match_dupl_check (!c->
nohost
, "
nohost
")) != MATCH_NO)
2447
c->
nohost
= needs_space = true;
3423
bool
nohost
;
local
3500
nohost
= c ? c->
nohost
: false;
3513
/* ..., and no '
nohost
' clause. */
3514
if (
nohost
)
[
all
...]
gfortran.h
1562
unsigned
nohost
:1;
member in struct:gfc_omp_clauses
Completed in 59 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026