LLVM OpenMP
20.0.0git
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
c
d
e
g
h
i
m
n
p
r
s
t
u
Functions
c
d
e
g
i
m
n
p
r
s
u
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Typedefs
_
a
b
c
d
e
i
k
l
m
n
o
p
r
t
u
Enumerations
_
b
c
d
f
k
l
n
o
s
t
Enumerator
_
a
b
c
d
e
f
k
l
n
o
p
r
s
t
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
runtime
src
kmp_ftn_stdcall.cpp
Go to the documentation of this file.
1
/*
2
* kmp_ftn_stdcall.cpp -- Fortran __stdcall linkage support for OpenMP.
3
*/
4
5
//===----------------------------------------------------------------------===//
6
//
7
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
8
// See https://llvm.org/LICENSE.txt for license information.
9
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
10
//
11
//===----------------------------------------------------------------------===//
12
13
#include "
kmp.h
"
14
15
// Note: This string is not printed when KMP_VERSION=1.
16
char
const
__kmp_version_ftnstdcall
[] =
17
KMP_VERSION_PREFIX
"Fortran __stdcall OMP support: "
18
#ifdef USE_FTN_STDCALL
19
"yes"
;
20
#else
21
"no"
;
22
#endif
23
24
#ifdef USE_FTN_STDCALL
25
26
#define FTN_STDCALL KMP_STDCALL
27
#define KMP_FTN_ENTRIES USE_FTN_STDCALL
28
29
#include "
kmp_ftn_entry.h
"
30
#include "
kmp_ftn_os.h
"
31
32
#endif
/* USE_FTN_STDCALL */
kmp.h
kmp_ftn_entry.h
kmp_ftn_os.h
__kmp_version_ftnstdcall
char const __kmp_version_ftnstdcall[]
Definition:
kmp_ftn_stdcall.cpp:16
KMP_VERSION_PREFIX
#define KMP_VERSION_PREFIX
Definition:
kmp_version.h:34
Generated on Wed Jun 18 2025 23:56:56 for LLVM OpenMP by
1.9.6