aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/libgomp/testsuite/libgomp.c/for-1.h
blob: fa82c5b20d74365eabcb39b2402e1d15146b26c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#define S
#define N(x) M(x, G, static)
#include "for-2.h"
#undef S
#undef N
#define S schedule(static, 32)
#define N(x) M(x, G, static32)
#include "for-2.h"
#undef S
#undef N
#define S schedule(auto)
#define N(x) M(x, G, auto)
#include "for-2.h"
#undef S
#undef N
#define S schedule(guided, 32)
#define N(x) M(x, G, guided32)
#include "for-2.h"
#undef S
#undef N
#define S schedule(runtime)
#define N(x) M(x, G, runtime)
#include "for-2.h"
#undef S
#undef N