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_declare_variants
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
omp-general.cc
2341
static GTY(()) hash_table<omp_declare_variant_hasher> *
omp_declare_variants
;
local
2464
omp_declare_variants
= NULL;
2616
if (
omp_declare_variants
== NULL)
2617
omp_declare_variants
2620
=
omp_declare_variants
->find_slot (&entry, INSERT);
/src/external/gpl3/gcc.old/dist/gcc/
omp-general.cc
2101
static GTY(()) hash_table<omp_declare_variant_hasher> *
omp_declare_variants
;
local
2224
omp_declare_variants
= NULL;
2376
if (
omp_declare_variants
== NULL)
2377
omp_declare_variants
2380
=
omp_declare_variants
->find_slot (&entry, INSERT);
Completed in 30 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026