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
thirdparty
ittnotify
disable_warnings.h
Go to the documentation of this file.
1
2
//===----------------------------------------------------------------------===//
3
//
4
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5
// See https://llvm.org/LICENSE.txt for license information.
6
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7
//
8
//===----------------------------------------------------------------------===//
9
10
#include "
ittnotify_config.h
"
11
12
#if ITT_PLATFORM == ITT_PLATFORM_WIN
13
14
#if defined _MSC_VER
15
16
#pragma warning(disable : 593)
/* parameter "XXXX" was set but never used */
17
#pragma warning(disable : 344)
/* typedef name has already been declared (with \
18
same type) */
19
#pragma warning(disable : 174)
/* expression has no effect */
20
#pragma warning(disable : 4127)
/* conditional expression is constant */
21
#pragma warning( \
22
disable : 4306)
/* conversion from '?' to '?' of greater size */
23
24
#endif
/* _MSC_VER */
25
26
#endif
/* ITT_PLATFORM==ITT_PLATFORM_WIN */
27
28
#if defined __INTEL_COMPILER
29
30
#pragma warning(disable : 869)
/* parameter "XXXXX" was never referenced */
31
#pragma warning(disable : 1418)
/* external function definition with no prior \
32
declaration */
33
#pragma warning( \
34
disable : 1419)
/* external declaration in primary source file */
35
36
#endif
/* __INTEL_COMPILER */
ittnotify_config.h
Generated on Sat Jun 7 2025 20:43:57 for LLVM OpenMP by
1.9.6