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_cdecl.cpp
Go to the documentation of this file.
1
/*
2
* kmp_ftn_cdecl.cpp -- Fortran __cdecl 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
#include "
kmp_affinity.h
"
15
16
#if KMP_OS_WINDOWS
17
#if defined KMP_WIN_CDECL || !KMP_DYNAMIC_LIB
18
#define KMP_FTN_ENTRIES KMP_FTN_UPPER
19
#endif
20
#elif KMP_OS_UNIX
21
#define KMP_FTN_ENTRIES KMP_FTN_PLAIN
22
#endif
23
24
// Note: This string is not printed when KMP_VERSION=1.
25
char
const
__kmp_version_ftncdecl
[] =
26
KMP_VERSION_PREFIX
"Fortran __cdecl OMP support: "
27
#ifdef KMP_FTN_ENTRIES
28
"yes"
;
29
#define FTN_STDCALL
/* no stdcall */
30
#include "
kmp_ftn_os.h
"
31
#include "
kmp_ftn_entry.h
"
32
#else
33
"no"
;
34
#endif
/* KMP_FTN_ENTRIES */
kmp.h
kmp_affinity.h
__kmp_version_ftncdecl
char const __kmp_version_ftncdecl[]
Definition:
kmp_ftn_cdecl.cpp:25
kmp_ftn_entry.h
kmp_ftn_os.h
KMP_VERSION_PREFIX
#define KMP_VERSION_PREFIX
Definition:
kmp_version.h:34
Generated on Sat Jun 14 2025 07:53:18 for LLVM OpenMP by
1.9.6