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_requires_file
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/nvptx/
mkoffload.cc
60
static const char *
omp_requires_file
;
variable
74
if (
omp_requires_file
)
75
maybe_unlink (
omp_requires_file
);
827
omp_requires_file
= concat (dumppfx, ".mkoffload.omp_requires", NULL);
829
omp_requires_file
= make_temp_file (".mkoffload.omp_requires");
831
xputenv (concat ("GCC_OFFLOAD_OMP_REQUIRES_FILE=",
omp_requires_file
, NULL));
841
in = fopen (
omp_requires_file
, "rb");
844
omp_requires_file
);
848
omp_requires_file
);
/src/external/gpl3/gcc/dist/gcc/
lto-cgraph.cc
1975
char *
omp_requires_file
= getenv ("GCC_OFFLOAD_OMP_REQUIRES_FILE");
local
1976
if (
omp_requires_file
== NULL ||
omp_requires_file
[0] == '\0')
1978
FILE *f = fopen (
omp_requires_file
, "wb");
1981
omp_requires_file
);
/src/external/gpl3/gcc/dist/gcc/config/gcn/
mkoffload.cc
1275
char *
omp_requires_file
;
local
1277
omp_requires_file
= concat (dumppfx, ".mkoffload.omp_requires", NULL);
1279
omp_requires_file
= make_temp_file (".mkoffload.omp_requires");
1280
obstack_ptr_grow (&files_to_cleanup,
omp_requires_file
);
1283
xputenv (concat ("GCC_OFFLOAD_OMP_REQUIRES_FILE=",
omp_requires_file
, NULL));
1288
in = fopen (
omp_requires_file
, "rb");
1291
omp_requires_file
);
1295
omp_requires_file
);
Completed in 146 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026